AWS Deck 1 Flashcards
What does S3 stand for?
Simple Storage Service
How much data can be stored without worry of underlying storage infrastructure with regards to S3?
Unlimited
How many AZ’s can S3 replicate data across?
At least 3 to ensure 99.99% availability and 11’ 9s of durability
What can objects contain? What are they like?
Data. They are like files.
What size can objects be?
Anywhere from 0 Bytes to 5 Terabytes
What do buckets tend to contain?
Objects
What can buckets contain that can in turn contain objects?
Folders
Bucket names are unique across all AWS accounts. True or False?
True
What are bucket names similar to?
Domain names
When you upload a file to S3 successfully, what will you receive?
An HTTP 200 code
What can objects be moved between?
Storage Classes
Objects cant be deleted automatically based on a schedule. True or False?
False
What do objects give?
Version ID’s
When new objects are uploaded the old objects are kept. True or False?
True
Is is possible to access limited object versions or any object versions?
Any
What happens when you delete an object?
The previous object is restored
Can versioning ever truly be turned off once it is turned on? Explain
No, it can only be suspended
Where can you only turn MFA Delete on from?
The AWS CLI
What is the only thing a root account can delete?
Objects
All new buckets are public by default. True or False? Explain
False, they are private by default
What can be turned on to track operations performed on objects?
Logging
How is access control configured? Explain how.
By using bucket policies and Access Control Lists
What are bucket policies exactly?
JSON documents which let you write complex control access
ACL’s are what method? What do you grant access to?
Legacy method (not deprecated). Grant access to objects and buckets with simple actions
What two “snow” things are a rugged container? What do they contain?
Snowball and Snowball Edge. Contain a storage device
What is a snowmobile?
A 45 foot long ruggedized shipping container, pulled by a semi-trailer truck
What scale migration is snowball and snowball edge for?
Peta-scale migration
What type of migration is snowmobile for?
Exabyte-scale migration
Why would someone use snowball vs having to transfer 100TB of data over high speed internet?
Snowball is 1/5th the cost
What is the speed comparison of transferring data when it comes to high speed internet vs. snowball?
It would take 100 days to transfer over 100TB of data vs. snowball where it would take less than a week.
How many sizes does snowball come in? How much usable space per size?
50TB - 42TB of usable space. 80TB - 72TB of usable space.
How many sizes does snowball edge come in? How much usable space per size?
100TB - 83TB of usable space. 100TB Clustered - 45TB per node
What size does snowmobile come in?
100PB (petabytes)
What two things can you do using snowball or snowmobile regarding data?
Import or export data
What things can you import into with regards to “snow”?
S3 or Glacier
What can snowball edge undertake?
Local processing and edge-computing workloads
How can snowball edge be used regarding “clusters”?
Can be used in a cluster in groups of 5-10 devices
What do VPC endpoints help keep traffic between?
AWS services within the AWS network
How many kinds of VPC endpoints are there? What are their names?
Two kinds. Interface endpoints and Gateway endpoints
What is the difference between interface endpoints and gateway endpoints?
Interface costs money, gateway is free
Elastic Network Interface (ENI) and Private IP (powered by AWS PrivateLink), are associated with what endpoint?
Interface
Gateway endpoints is a target for what?
A specific route in your route table
Interface Endpoints dont support a lot of AWS services. True or False?
False
What two things does Gateway Endpoint only support?
DynamoDB and S3