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.
What bandwidths do AWS Direct Connect currently support?
What bandwidths do AWS Direct Connect currently support?
When does an AWS Data Pipeline terminate the AWS Data P…
When does an AWS Data Pipeline terminate the AWS Data Pipeline-managed compute
resources?
How should the web application be setup with RDS?
MapMySite is setting up a web application in the AWS VPC. The organization has decided to use
an AWS RDS instead of using its own DB instance for HA and DR requirements.
The organization also wants to secure RDS access. How should the web application be setup
with RDS?