s3 Flashcards
provides secure durable highly scalable object storage in the cloud
S3
do you get unlimited storage with S3?
Yes
size range of objects within S3
0-5TB
where files are stored in
Buckets
do s3 bucket names have to be totally unique?
Yes
https://bucketname.s3.Region.amazonaws.com/name
S3 url format
code received when uploading a file successfully to S3
HTTP 200
data is spread across multiple devices and facilities to enure availability and durability
true
availability in s3
99.95%-99.99%
durability in s3
nine 9s 99.999999999%
high availability and durability storage in s3. data stored redundantly across multiple facilities
99.99% availability
11 9’s durability
standard s3
designed for frequently accessed data, and is suitable for most workloads
standard s3
define rules to automatically transition objects to a cheaper storage tier or delete objects no longer required
lifecycle policies
all versions of an object are stored
versioning
encryption on a bucket that will encrypt all new objects stored in the bucket
server-side encryption
define which AWS accounts or groups are granted access and the type of access. can be attached to individual objects
Access control lists
specify which actions are allowed or denied
s3 bucket policies
any subsequent read of an objects receives the latest version of the object
strong read-after-write consistency