S3 Section Quiz Flashcards
Which type of S3 encryption shows as AES256?
SSE-S3
Which S3 storage class is suitable for data which is easily replaced? (most cost effective)
S3 One Zone-IA
Which object class in S3 is ideal for uncertain access and low admin overhead?
S3 Intelligent-Tiering
What is the cheapest S3 storage class for important data which need to be retained for long periods and is rarely accessed?
S3 Glacier
Which steps are required to allow an S3 bucket to operate as a website?
Upload web files
Set index and error documents
Enable static web hosting
Disable block public access settings
Add a bucket policy
What S3 feature allows objects storage classes to be changed and objects deleted automatically?
S3 lifecycle policies
What is the default limit of the number of S3 buckets in an AWS account?
100
How large can an object in S3 be ? and what (if any) limits are there on the number of objects in a bucket?
Object max = 5TB, no object bucket limit
What S3 feature needs to be enabled to allow Cross Region Replication (CRR)?
Versioning
What S3 feature can be used to grant external accounts access to an S3 bucket?
Resource policies
Which type of encryption allows for role separation where an S3 Full Admin might not be able to decrypt objects?
SSE-KMS
Which type of encryption is where AWS perform encryption operations but DON’T hold any keys?
SSE-C
What type of encryption means AWS perform the encryption operations and handle key creation & management?
SSE-S3
What feature is required to allow CRR to function?
Versioning