PrepAway - Latest Free Exam Questions & Answers

Tag: Exam AWS-SysOps (update June 3rd, 2017)

Exam AWS-SysOps: AWS Certified SysOps Administrator – Associate (update June 3rd, 2017)

What entitlements do the IAM users avail with this policy?

An organization has created one IAM user and applied the below mentioned policy to the user. What entitlements do the
IAM users avail with this policy?
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Effect”: “Allow”,
“Action”: “ec2:Describe*”,
“Resource”: “*”
},
{
“Effect”: “Allow”
“Action”: [
“cloudwatch:ListMetrics”,
“cloudwatch:GetMetricStatistics”,
“cloudwatch:Describe*”
],
“Resource”: “*”
},
{
“Effect”: “Allow”,
“Action”: “autoscaling:Describe*”,
“Resource”: “*”
} ] }

Which of the below mentioned options is a valid entry f…

A user has created a VPC with CIDR 20.0.0.0/16 using the wizard. The user has created a public subnet CIDR
(20.0.0.0/24) and VPN only subnets CIDR (20.0.1.0/24) along with the VPN gateway (vgw-12345) to connect to the user’s
data centre. Which of the below mentioned options is a valid entry for the main route table in this scenario?


Page 16 of 27« First...10...1415161718...Last »