How To Make My Amazon s3 Site Public

if your amazing s3 site is not public, then it will not be able to be indexed by Google. 

How do you  you know when your site is not public? 

When you Amazon s3 site is not public, if you click on the url for the amazon s3 site , you get the error message below:

If your site is not public, then you can review the first 0:45 seconds on the video below, to find out how to make your site public

https://www.loom.com/share/8465591dc0774f94b9fa6c26c69bd3a7

If you are still have trouble with the site not being public, then you would need to edit the permissions of the bucket by following the instructions below

Amazon S3 block public access prevents the application of any settings that allow public access to data within S3 buckets. This section describes how to edit block public access settings for one or more S3 buckets. For information about blocking public access using the AWS CLI, AWS SDKs, and the Amazon S3 REST APIs, see Using Amazon S3 Block Public Access in the Amazon Simple Storage Service Developer Guide.

Editing Public Access Settings for an S3 Bucket

Follow these steps if you need to change the public access settings for a single S3 bucket.

To edit the block public access settings for an S3 bucket

  1. Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/.
  2. In the Bucket name list, choose the name of the bucket that you want.
  3. Choose Permissions.
  4. Choose Edit to change the public access settings for the bucket.
  5. Choose the setting that you want to change, and then choose Save.
  6. When you’re asked for confirmation, enter confirm. Then choose Confirm to save your changes.

Editing Public Access Settings for Multiple S3 Buckets

Follow these steps if you need to change the public access settings for more than one S3 bucket.

To edit the block public access settings for multiple S3 buckets

  1. Sign in to the AWS Management Console and open the Amazon S3 console at https://console.aws.amazon.com/s3/.
  2. In the Bucket name list, choose the buckets that you want, and then choose Edit public access settings.
  3. Choose the setting that you want to change, and then choose Save.
  4. When you’re asked for confirmation, enter confirm. Then choose Confirm to save your changes.

You can change block public access settings when you create a bucket. 

Updated on March 13, 2024

Was this article helpful?

Related Articles