PrepAway - Latest Free Exam Questions & Answers

Category: AWS-CDA (v.3)

Briefing AWS-CDA: AWS Certified Developer – Associate (update December 27th, 2017)

What will this do?

A user had defined an IAM policy similar to the one given below on a bucket:
{
“Version”: “2012-10-17”,
“Statement”: [{
“Effect”: “Allow”,
“Principal”: {
“AWS”: “arn:aws:iam::12112112:user/test”
},
“Action”: [
“s3:GetBucketLocation”,
“s3:ListBucket”,
“s3:GetObject”
],
“Resource”: [
“arn:aws:s3:::passleader”
] } ] }
What will this do?


Page 17 of 21« First...10...1516171819...Last »