How can the user create the second subnet?
A user has created a VPC with CIDR 20.0.0.0/16. The user has created one subnet with CIDR 20.0.0.0/16 by mistake.
The user is trying to create another subnet of CIDR 20.0.0.1/24. How can the user create the second subnet?
Which of the below mentioned credentials is not require…
A user has launched an EC2 instance from an instance store backed AMI. The infrastructure team wants to create an
AMI from the running instance. Which of the below mentioned credentials is not required while creating the AMI?
How can the user configure this?
A user is receiving a notification from the RDS DB whenever there is a change in the DB security group. The user does
not want to receive these notifications for only a month. Thus, he does not want to delete the notification. How can the
user configure this?
Which of the below mentioned preconfigured policies sup…
A user is trying to setup a security policy for ELB. The user wants ELB to meet the cipher supported by the client by
configuring the server order preference in ELB security policy. Which of the below mentioned preconfigured policies
supports this feature?
Which of the below mentioned entries is required in the…
A user has created a VPC with the public and private subnets using the VPC wizard. The VPC has CIDR 20.0.0.0/16.
The public subnet uses CIDR 20.0.1.0/24. The user is planning to host a web server in the public subnet (port 80) and a
DB server in the private subnet (port 3306). The user is configuring a security group for the public subnet (WebSecGrp)
and the private subnet (DBSecGrp). Which of the below mentioned entries is required in the private subnet database
security group (DBSecGrp)?
How can the instances in the private subnet connect to …
A user has created a VPC with two subnets: one public and one private. The user is planning to run the patch update for
the instances in the private subnet. How can the instances in the private subnet connect to theinternet?
How can the organization achieve this?
An organization has created 10 IAM users. The organization wants each of the IAM users to have access to a separate
DyanmoDB table. All the users are added to the same group and the organization wants to setup a group level policy for
this. How can the organization achieve this?
Which of the below mentioned operations is not supporte…
A user is using the AWS SQS to decouple the services. Which of the below mentioned operations is not supported by
SQS?
The cookie is not found in the request
A sys admin is trying to understand the sticky session algorithm. Please select the correct sequence of steps, both when
the cookie is present and when it is not, to help the admin understand the implementation of the sticky session:
1. ELB inserts the cookie in the response
2. ELB chooses the instance based on the load balancing algorithm
3. Check the cookie in the service request
4. The cookie is found in the request
5. The cookie is not found in the request
What does this policy statement entitle the user to perform?
An organization (Account ID 123412341234) has attached the below mentioned IAM policy to a user. What does this
policy statement entitle the user to perform?
{
“Version”: “2012-10-17”,
“Statement”: [{
“Sid”: “AllowUsersAllActionsForCredentials”,
“Effect”: “Allow”,
“Action”: [
“iam:*LoginProfile”,
“iam:*AccessKey*”,
“iam:*SigningCertificate*”
],
“Resource”: [“arn:aws:iam:: 123412341234:user/${aws:username}”]
}]
}