Building Your Own AWS Cloud Infrastructure - Fundamentals
We will explore the detailed features and options of AWS's most fundamental and core services, and by implementing cloud architecture step-by-step using these services, we will understand the structure and operating principles of infrastructure while building both the capability and confidence to directly construct cloud infrastructure.
We would like to inform you about the S3 Bucket Policy Generator error!
Hello, this is Infraon Knowledge Sharer Nomad Content Lab.
· In the [Hands-on] Creating S3 Buckets and Hosting Static Websites lecture course in the [Serverless Static Website Hosting and Performance Acceleration] chapter, an error occurs where the Add Statement button is not activated in the Policy Generator that creates an S3 Bucket policy.
· We are also checking and confirming whether this is a temporary or recurring issue with AWS.
· Regarding the error, first, we recommend that you copy the policy below and paste it into the Bucket policy, and then change/write the ARN of the S3 Bucket to the ARN of the S3 Bucket you created and proceed. (※ Please be careful not to create blank spaces when pasting.)
· Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"ARN of S3 Bucket/*"
]
}
]
}
· Error screen

· Policy application screen

· Related link: Add a bucket policy that makes bucket contents publicly available (click link)




