Lab 5 – AWS S3 Bucket
Learning Outcomes
- Create and configure an AWS S3 bucket.
- Upload and list objects from the console or CLI.
- Compare S3 to other object storage services.
Tasks
- In the AWS console, open S3 and create a bucket (unique name, choose a region, block public access by default).
-
Upload a small text file (e.g.,
hello-cloud.txt) using the console. -
Optional: using the AWS CLI, run:
aws s3 ls aws s3 ls s3://YOUR-BUCKET-NAME -
In your notes, briefly compare S3 to Google Cloud Storage and Linode Object Storage
in terms of:
- Common use cases
- Durability
- Typical pricing structure
Log in to track completion status for this lab.