Amazon S3 Introduction Flashcards
What are Amazon S3 use cases?
What are S3 Buckets?
Is S3 a global or regional service?
It is a regional service
What are S3 Objects? And what is the key to an object?
What is the Key of an Object in S3?
What are the parts of a Key of an Object in S3?
What is the Value of an Object in S3? And what is the maximum size allowed?
What is the Metadata of an Object in S3?
What are the types of security available in S3?
What are the three types of resource-based (bucket) security available in S3?
What are the conditions where an IAM principal can access an object in S3?
Is encryption available in S3?
What are S3 Bucket Policies?
What are the reasons to create an S3 Bucket Policy?
How would you give public access to a Bucket in S3?
First change the bucket settings to unblock public access to the bucket
Then create a bucket policy to allow s3:GetObject access to everyone for all objects in the bucket (add “/*” after the ARN)
How would you give an IAM user access to a bucket in S3?