Storage (S3) Flashcards
What are the minimum and maximum sizes of files that can be stored on S3?
0 bytes to 5 TB
Glacier retrieval times are configurable in what range?
Minutes to hours
How long can the Glacier Deep Archive retrieval times be?
12 hours or more
What are the components of an S3 object?
A key and a value
The value consists of a data blob, a version ID, any metadata (eg tags), and subresources
Subresources are bucket specific and can include bucket policies, CORS, and transfer acceleration
What is the difference between a bucket policy and an access control list?
Bucket policies are applied to entire buckets, whereas access control lists are applied at the object level
Name the six S3 storage classes
a) standard
b) infrequent access
c) one zone infrequent access
d) intelligent tiering
e) glacier
f) glacier archive
How many read requests can S3 process per second? How many write requests?
5,500 read requests per second
3,500 write requests per second
Which cipher does AWS use for server-side encryption of S3 buckets?
256-bit Advanced Encryption Standard (AES-256)
What is the url format for static websites hosted on S3?
http:bucketname.s3-website-region.amazonaws.com
What is the maximum object size that can be uploaded into S3 via a single PUT operation using the SDKs, REST API, or CLI? What about via a multipart upload?
What about via the console?
5 GB, 5 TB
160 GB
Which three encryption methods are supported in S3?
a) SSE-C (customer managed)
b) SSE-S3 (using S3 managed keys)
c) SSE-KMS (using customer managed keys)