The trust policy identifies who can assume the role and…
The two policies that you attach to an IAM role are the access policy and the trust policy.
The trust policy identifies who can assume the role and grants the permission in the AWS
Lambda account principal by adding the ________________ action.
How can multiple compute resources be used on the same …
How can multiple compute resources be used on the same pipeline in AWS Data Pipeline?
Which of the following could not be factor affecting I/…
A user has configured EBS volume with PIOPS. The user is not experiencing the optimal
throughput.
Which of the following could not be factor affecting I/O performance of that EBS volume?
What will the below mentioned statement allow the user …
An organization (account ID 123412341234) has configured the IAM policy to allow the user to
modify his credentials.
What will the below mentioned statement allow the user to perform?
{
“Version”: “2012-10-17”,
“Statement”: [{
“Effect”: “Allow”,
“Action”: [
“iam:AddUserToGroup”,
“iam:RemoveUserFromGroup”,
“iam:GetGroup”
],
“Resource”: “arn:aws:iam:: 123412341234:group/TestingGroup”
}
]
Which of the below mentioned statements is not required…
An organization is hosting a scalable web application using AWS. The organization has
configured ELB and Auto Scaling to make the application scalable.
Which of the below mentioned statements is not required to be followed for ELB when the
application is planning to host a web application on VPC?
If no explicit deny is found while applying IAM’s Polic…
If no explicit deny is found while applying IAM’s Policy Evaluation Logic, the enforcement code
looks for any ______ instructions that would apply to the request.
Each individual statement is a(n) ______ block enclosed…
The Statement element, of an AWS IAM policy, contains an array of individual statements. Each
individual statement is a(n) ______ block enclosed in braces { }.
What should be the minimum size of DB storage provided …
A user is configuring MySQL RDS with PIOPS. What should be the minimum size of DB storage
provided by the user?
Which is the most likely reason for this issue?
Doug has created a VPC with CIDR 10.201.0.0/16 in his AWS account. In this VPC he has
created a public subnet with CIDR block 10.201.31.0/24.
While launching a new EC2 from the console, he is not able to assign the private IP address
10.201.31.6 to this instance.
Which is the most likely reason for this issue?
The Principal element of an IAM policy refers to the sp…
The Principal element of an IAM policy refers to the specific entity that should be allowed or
denied permission, whereas the _______ translates to everyone except the specified entity.