Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 842 Bytes

File metadata and controls

40 lines (25 loc) · 842 Bytes

S3 Access Points

An AWS CLI tutorial that demonstrates S3 operations.

Running

bash s3-access-points.sh

To auto-run with cleanup:

echo 'y' | bash s3-access-points.sh

What it does

  1. Creating bucket
  2. Creating access point: $AP_NAME
  3. Getting access point details
  4. Listing access points

Resources created

  • Access Point
  • Bucket

The script prompts you to clean up resources when it finishes.

Cost

Free tier eligible for most operations. Clean up resources after use to avoid charges.

Related docs