S3 Flashcards
S3 Soft bucket limit on accounts?
100
S3 Standard Reliability level?
Nine nines!
99.999999999%
Is s3 a file system?
NO!
It’s a flat address space. And although you can create folders, it is not a file system.
S3 File size limit
5TB
S3 Storage limit?
Unlimited
Best s3 storage class for high frequency access?
Standard
What does S3-I do that’s so special?
Automatically move less commonly used files to a cheaper storage class
S3 Glacier is best for storing
Archived data
How to move items in and out of glacier?
SDK or CLI
Quickest retrieve possible from glacier?
5 minutes - it’s also the most expensive
Standard retrieval from glacier takes
3-5 hours
Bulk retrieval from glacier takes
5-12 hours
Glacier Deep Archive is best used for…
Files you need to retain, but will rarely ever look at.
Time it takes to get something from Glacier deep storage?
Up to 12 hours
Negative effect of s3 versioning?
It can dramatically increase prices
When you delete a version item from s3, what happens?
A delete marker is added to the file, and the most recent version is deleted.
Can versioning of a s3 bucket be disabled?
No, only suspended.
Can a private s3 bucket be used for static website hosting?
No. It must be public apt available
If you switch encryption on, on an existing s3 bucket. Does it encrypt the items already in the bucket?
No
Advantage of encrypting s3 buckets with SSE-KMS
Better flexibility and management of the keys.
Advantage of SSE-S3 encryption
AWS handles all of it for you
What does s3 object lock do?
Prevents files being deleted
S3 Object Lock; governance mode. What does it do?
Prevents files being deleted for specified retention period.
S3 Object Lock Compliance Mode. What does it do?
Prevents files being deleted by anyone. Not even root!
If an item has an s3 object has “legal hold” on it. Can it be deleted at the end of it’s retention period.
Nope!
Purpose of tags in s3?
They help with billing
Transfer accelerator in s3 uses what AWS service to accelerate transfer speeds?
Cloud front
What do S3 events allow you to do?
Dispatch events to other AWS services
With request or payed enabled. What does the s3 bucket owner have to pay for?
The storage
Can you have unauthenticated access to a requester pays s3 bucket?
Nope. As AWS won’t know who to charge.
True or false. To use object lock on an s3 bucket, versioning must be enabled?
True
Can object lock be set on an existing s3 bucket?
Nope. Only on creation.
S3. Can you disable object lock on a bucket?
Nope.
True or false. S3 log bucket must be in the same region as the s3 bucket being logged.
True
True or false. S3 log bucket must be in the same region as the s3 bucket being logged.
True
In s3 logs. If certain information is not available. What character is shown in the data’s place?
-
S3 object level logging uses what AWS service.
Cloud trail
What s3 policies should you use for maximum security?
Of many of them as you can
What does ACL stand for?
Access control list
S3 multipart upload is recommended for all files over what size?
100mb
Describe what s3 multipart upload does
Splits files into multiple parts, uploads them, and automatically reassembles them.
Advantages to s3 multipart upload?
Faster (as multiple files can be uploaded at once)
Protects from interruptions
Allows for upload management.
Does s3 copy to multiple regions by default?
No. Only multiple availability zones by default
S3 Glacier, Expedited retrieval. What’s the file size limit?
250mb
Glacier max archive size?
40tb
Durability of S3 standard and Infrequent access storage classes.
99.999999999%
11 nines.
S3 standard, what’s the availability in percentage?
99.99%
Four nines
S3 infrequent access availability in percent.
99.9%
Three nines.
Snowball device HD size?
50TB/80TB Dependant on Region
True or false, all data transferred onto a snowball is auto encrypted?
True
Snowball device onboard connection types
Rj45
SFP Copper
SFP Optical
What standards do AWS conform too, to wipe data from snowballs after you have used them?
NIST
Is snowball HIPAA compliant
Yes.
Can Snowball be used to retrieve data from AWS as well as deposit it?
Yes