How can it achieve this?
An organization has setup multiple IAM users. The organization wants that each IAM user accesses the IAM
console only within the organization and not from outside. How can it achieve this?
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”: “*”
}]}
What will happen when the server instance, which is bound to a cookie, crashes?
A user has enabled session stickiness with ELB. The user does not want ELB to manage the cookie; instead he
wants the application to manage the cookie. What will happen when the server instance, which is bound to a
cookie, crashes?
How can the user do that easily with CloudWatch?
A user is observing the EC2 CPU utilization metric on CloudWatch. The user has observed some interesting
patterns while filtering over the 1 week period for a particular hour. The user wants to zoom that data point to
a more granular period. How can the user do that easily with CloudWatch?
Which of the below mentioned statements is true?
A user has created an Auto Scaling group with default configurations from CLI. The user wants to setup the
CloudWatch alarm on the EC2 instances, which are launched by the Auto Scaling group. The user has setup an
alarm to monitor the CPU utilization every minute. Which of the below mentioned statements is true?
Which of the below mentioned statements is not true in this scenario?
A user has created a VPC with public and private subnets using the VPC wizard. Which of the below
mentioned statements is not true in this scenario?
Which of the below mentioned statements helps the user understand a proxy protocol with TCP configuration?
A user has configured ELB with a TCP listener at ELB as well as on the back-end instances. The user wants to
enable a proxy protocol to capture the source and destination IP information in the header. Which of the
below mentioned statements helps the user understand a proxy protocol with TCP configuration?
How can the user achieve this?
A user has launched 5 instances in EC2-CLASSIC and attached 5 elastic IPs to the five different instances in the
US East region. The user is creating a VPC in the same region. The user wants to assign an elastic IP to the VPC
instance. How can the user achieve this?
Which of the below mentioned statements is true with respect to this scenario?
A user has created a subnet in VPC and launched an EC2 instance within it. The user has not selected the
option to assign the IP address while launching the instance. Which of the below mentioned statements is true
with respect to this scenario?
What entitlements do the IAM users avail with this policy?
An organization has applied the below mentioned policy on an IAM group which has selected the IAM users.
What entitlements do the IAM users avail with this policy?
{
“Version”: “2012-10-17”,
“Statement”: [
{
“Effect”: “Allow”,
“Action”: “*”,
“Resource”: “*”
}]}