Session Ready
Exercise

S3 bucket creation

Amazon's ARNs or Amazon Resource Names for buckets follow a specific format. Let's practice generating ARNs for various S3 buckets.

The S3 client has been created and stored in the s3 variable.

Instructions
100 XP
  • Create the new "sd-vehicle-data" bucket.
  • List the buckets available in S3.
  • Generate the ARN for each bucket and print it. Remember that S3 ARNs follow the format of "arn:aws:s3:::BUCKET_NAME".