S3 Flashcards
What are you charged for with S3?
Storage
Requests
Data transfer within S3
Transfer Acceleration
True or false: S3 buckets are limited to access from a single account
False. When setting up an S3 bucket, you can grant access to the bucket from multiple other accounts.
What kinds of destinations can receive event notifications from an S3 bucket
An Amazon SNS topic
An Amazon SQS queue
A Lambda function
What are the three kinds of server-side encryption available to S3 buckets?
SSE – S3
SSE – KMS
SSE – C
What is a Distribution as it applies to cloud front?
A Distribution is a content delivery network, consisting of a collection of edge locations.
True or false: cloud front is only used for reading objects
False. Cloud front can be used to both read and write objects to edge locations.In order to enable this feature, the Allowed HTTP Methods setting must be set properly when creating the distribution
What is a Snowball Edge?
A snowball edge is similar to a regular Snowball, but it also includes computer capabilities, so that the user cannot only store data on it but also collect the data using code stored on the snowball edge.
What is a Snowmobile
A Snowmobile is a data transfer device stored on a full size shipping container, pulled by a semi trailer truck. Snowmobile is used to transfer enormous amounts of data into AWS
How do I download an S3 file using bit torrent?
Using the Rest API, simply add the ?torrent parameter at the end of your Get request
Can you have an S3 bucket with the same name as another?
No. All S3 bucket across AWS must have a globally unique name.
Explain how volume gateway works
Volume gateway stores back ups of volumes such as operating systems or databases, as point in time snapshots and are backed up asynchronously. Snapshots are backed up incrementally and compressed to minimize storage charges
S3 stands for
Simple Storage Service
How many as three buckets are allowed per account
The default is 100 packets per account, though this can be changed by visiting AWS Service Limits
What is the URL format for a static website stored in S3?
http://bucket-name.S3–website-region-name.AmazonAWS.com
What are the four types of storage gateways?
File gateway
Volume gateway (stored volumes)
Volume gateway (cached volumes)
Tape gateway
What is a Lifecycle Rule?
It is a rule which indicates when objects in S3 are transition from one storage class to another
What are the two types of cloud front distribution?
Web distribution, typically used for websites and
RTMP, used for streaming video
What is the threshold for object size above which multipart upload should be considered?
100 MB
How can you remove objects from cloud front edge caches?
You can set up an Invalidation in the distribution settings. However doing so incurs additional charges
How can you designate a single folder within an S3 bucket to act as the origin for a CDN?
Set the Origin Path when creating the distribution.
True or false: a cloud front distribution can have more than one origin
True
When creating an S3 bucket, by default is it public or private
S3 buckets are private by default, though you can grant public read access to buckets when creating them.
True or false: You can force users to only access your content from CDN edge locations.
True. By setting Restrict Bucket Access to Yes you can force users to only access content from cloud front URLs
What is the availability for standard S3 objects?
99.99 percent