S3 Flashcards
What are the 4 ways to encrypt in S3?
Client Side Encryption
Amazon S3 Managed Keys (SSE-S3)
Key Management Services (SSE-KMS)
Customer Provided Keys (SSE-SC)
What are the 5 steps of S3 cross region replication?
Select Bucket Replication tab Select Source/Destination buckets Make sure Versioning is enabled Assign/Create IAM role Copy previous files to destination using command-line
How big can S3 files be?
0 bytes to 5TB
S3 has what consistency model for PUTs of new objects?
Read after Write consistency
What is a Cloudfront edge location?
The location where the content will be cached
What is a Cloudfront origin?
The S3 bucket where the files exist to be distributed by Cloudfront
What is a Cloudfront distribution?
The name given to the CDN
What are the 4 storage tiers of S3?
S3 standard
S3 IA
S3 IA-One Zone
Glacier
Whats is the S3 durability?
99.999999999%
How can you control access to S3 buckets?
Bucket Policy
Bucket ACL
What url would a bucket in us-east-1 region have?
https://s3-us-east-1.amazonaws.com/
What are the 4 types of Storage Gateways?
File Gateway
Stored Volumes
Cached Volumes
Tape Gateway
S3 has what consistency model for Overwrite PUTs and DELETEs?
Eventual Consistency
What are the 4 origin options for Cloudfront?
S3 bucket
EC2 instance
ELB
Route53
What is transfer Acceleration?
Uploading items to S3 using a Cloudfront url. It uploads to an edge location close to you, then uploads to origin later.