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}”]
}]
}
What will happen when the server instance, which is bou…
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?
What can be the reason for the error?
A user has created a VPC with a subnet and a security group. The user has launched an instance in that subnet and
attached a public IP. The user is still unable to connect to the instance. The internet gateway has also been created.
What can be the reason for the error?
how can he configure it?
A user is planning to use AWS services for his web application. If the user is trying to set up his own billing management
system for AWS, how can he configure it?
Which of the below mentioned options does not affect th…
A user has provisioned 2000 IOPS to the EBS volume. The application hosted on that EBS is experiencing less IOPS
than provisioned. Which of the below mentioned options does not affect the IOPS of the volume?
How can the user achieve this?
A user has launched an EC2 instance and deployed a production application in it. The user wants to prohibit any mistakes
from the production team to avoid accidental termination. How can the user achieve this?
what will it display?
A user has launched a Windows based EC2 instance. However, the instance has some issues and the user wants to
check the log. When the user checks the Instance console output from the AWS console, what will it display?
How can the user encrypt the data at rest?
A user is trying to launch an EBS backed EC2 instance under free usage. The user wants to achieve encryption of the
EBS volume. How can the user encrypt the data at rest?