- Create the following buckets:
- Private bucket
- eu-west-2 region
- Upload a single file to the bucket. Any file.
- Public bucket
- eu-west-1 region
- Versioning should be enabled
- Private bucket
For the first bucket:
- Go to S3 service in the AWS console. If not in buckets page, click on "buckets" in the left side menu
- Click on "Create bucket"
- Give a globally unique name for your bucket
- Choose the region "eu-west-2"
- Click on "Create bucket"
- Click on the bucket name
- Under "objects" click on "Upload" -> "Add files" -> Choose file to upload -> Click on "Upload"
For the second bucket:
- Go to S3 service in the AWS console. If not in buckets page, click on "buckets" in the left side menu
- Click on "Create bucket"
- Give a globally unique name for your bucket
- Choose the region "eu-west-1"
- Make sure to uncheck the box for "Private bucket" to make it public
- Make sure to check the enable box for "Bucket Versioning"
- Click on "Create bucket"
Click here to view the solution
Click here to view the solution