It can be used to manage your objects so that they are stored using the most cost effective S3 option throughout their lifecycle.
S3 Lifecycle Policies
What should you use in order to protect against accidental or malicious deletions of your version-controlled S3 buckets?
MFA Delete.
Why do you need a valid code from your MFA device?
- to suspend or reactivate versioning on the S3 bucket.
What can be used to Encrypt data in transit to s3?
SSL/TLS
Encrypts data between your PC and S3. (https)
What are the two different types of Encryption At-Rest for S3?
Server Side Encryption
Client Side Encryption
Three ways of Server Side Encryption for S3:
SSE-S3
SSE-KMS
SSE-C
Can a client encrypt data before uploading it to s3?
Yes!
By using Client side encryption.
Characteristics of SSE-S3:
Characteristics of SSE-KMS:
Characteristics of SSE-C:
What do these parameters do?
When these parameters are included in the header of the PUT request, it simply tells S3 to encrypt the objects at the time of upload and using the specified encryption method.
How can you enforce the use of SSE for S3?
By using a bucket policy which denies any S3 PUT request which doesn’t include the x-amz-server-side-encryption parameter in the request header.
S3
Durable, immediately available, frequently accessed
S3 Standard
S3
Durable, immediately available, infrequently accessed
S3 IA
S3
Durable, immediately available, infrequently accessed, data store in a single AZ
S3 One Zone IA
S3
Data that is easily reproducible, such as thumbnails
S3 Reduced Redundancy Storage
S3
Archived data, where you can wait 3 - 5 hours before accessing the data
S3 Glacier
What do these represent?
Core fundamentals of an S3 object
Which types of root volumes can be used for EC2 instances?
EBS
Instance Store
True or False
The only time instance store persists data is when the instance is rebooted intentionally or not.
True
What’s the best practice to follow when changing EC2 volume type?
KMS or CloudHSM?
KMS
KMS or CloudHSM?
CloudHSM
What is Block device mapping?
specifies which EBS volumes to attach to the instance at launch time