Forum Discussion
kikasudo
Bronze II
6 months agoS3: Access Policies (Q5)
Hi I don't get passed this question when I put this for the access point: What am I missing here please, I always get an error on AWS saying that the access point can't be implemented. { "Vers...
kikasudo
Bronze II
6 months agoHi jagira - thanks for your help, I'm still getting an error for some reason
Sorry for delay, haven't had a chance to get back on this lab yet
This is the code below:
{
"Version":"2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::936038958388:user/metrolio-accessor"
},
"Action": ["s3:ListBucket", "s3:GetObject"],
"Resource": [
"arn:aws:iam::936038958388:accesspoint/metrolio-access-point",
"arn:aws:iam::936038958388:accesspoint/metrolio-access-point/object/data/*"
]
}]
}
kikasudo
Bronze II
6 months agoI've tried different ARN's too, including 407044316022