Module 3: AWS Storage services Flashcards
What is EBS?
Is a storage service that store blocks. and can be attached to an EC2 isntance.
How can we encrypt our EBS volume?
To encrypt a EBS volume we first need to do a snapshopt of our current EBS volumen, then encrypt that snapshot and use it as our new EBS volume.
How can we create an AMI from our EBS volume?
Creating an snapshot of our EC2 instances.
EBS volume is a regional service?
Nope, EBS is an availability zone service so in order to use it with your EC2 instances you need to be sure that both of them are on the same availability zone.
What is amazon S3?
Is a service that store objetcs in Buckets
What is a Bucket in S3?
Is like a container to store objects, here you can save images, documents, and in general static files. At the moment we create the bucket we can select an unique name for it and the region where it is going to work.
What is an Object?
Object are stored in buckets and the key difference is that and object is a file that can’t be separate in small pieces to edit. Every object is unique and it has a unique key in the buckets it resides on, in general that key is the name of the file or the object.
How we can access to an object on a S3 Bucket?
S3 uses URL endpoint to access to and object. for example: https://DOC-EXAMPLE-BUCKET.s3.us-west-2.amazonaws.com/photos/puppy.jpg -> in this case the name of the bucket is “DOC-EXAMPLE-BUCKET”, the region is “us-west-2” and the name of the object you are trying to access is “/puppy.jpg “.
What is level of Availability of S3?
Is 99.9999% it is because replicate your S3 objects are replicated in at least 3 availability zones in the region.
How we can select an S3 type of service?
- Frequent access to that objects.
- Infrequently access objects.
- A mix between both
What is Amazon s3 standar?
Is a type of S3 service that is used for frequently access objects.
What is Amazon S3 Standar IA and Onezone IA?
is a type of S3 service that is used for infrequently access objects, in the case of Onezone your objects only are saved in one Availability zone an it has 99.5% of availability.
What is Amazon Glacier and Amazon Deep Glacier?
Is an S3 service used for store files for a very long time. or archived files. The difference here is that it costs less but you have to wait certain amount of time in order to retrieve your data.
What is S3 intelligent Tiering?
Is like a storgae class that move an object from one tier of frequently access like S3 standar to another with infrequently access like S3 standar IA. You define the time frame to execute that action.
What are bucket polices?
Are used to grant access to a Bucket for users