AWS Certified Solutions Architect - Associate (SAA-C02)

Sign Up Free or Log In to participate!

S3 object public access

The current AWS S3 configurations does not provide an Make Public option to make an object within a bucket public. This needs to be updated in lab and slide deck.

Adam

I agree!

Nithu Mohandas

yes

1 Answers

no it works, just a small mistake in demo: use this JSON and it will works: "arn" the copy paste from ur bucket

{

"Version": "2012-10-17",

"Statement": [

{

"Sid": "PublicReadGetObject",

"Effect": "Allow",

"Principal": "*",

"Action": "s3:GetObject",

"Resource": "[arn]/*"

}

]

}

Nithu Mohandas

Correct, this has to be done explicitly from the policy. Unlike in the demo where it is done from the AWS console, such an option does not exist now in aws console if I’m not mistaken.

Rohini Bajpai

I did it following the same steps as instructed and it is working

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?