EC2 Instance Storage Flashcards
What’s an EBS Volume?
Elastic Block Store
It´s a network deivr but not physical.
It can be handled as a external drive, but by network instead of USB
If it’s not Multiattached, the ESB Instance can only be attached to a single instance.
(Page 93)
Can an ESB be moved from zone instance to another?
NO, they are bounded to a specific availability zone
You can ONLY move it through a Snapshot (a copy of the EBS)
(Page 93)
What is the amount of the free tier?
30 GB
(Page 93)
How is it billing?
By provisioned capacity; as much storage capacity you use as much you pay.
(page 94)
What happen with a ESB Root partition of an EC2 instance when it terminates?
By default, it is deleted unless it is configured to prevail.
The opposite happened with an ESB assigned to an Instance, which is not the Root, it will prevail unless it is configured to be deleted at Termination.
(Page 96)
How works an ESB Snapshot?
Gets an image of an ESB to be restored in case of Disaster Recovery or to be copied to another AZ.
It’s like having a backup of your External Driver.
(Page 97)
What is an Archive Tier?
A particular space where you can store your Snapshots at a lower price (755 more or less)
The main characteristic of this feature is that restoring a Snapshot could take from 24hrs to 72hrs, Its availability is not immediately.
(Page 98)
What is the Recicle Bin For Snapshot
Is a special trash can where you Snapshot can be allocated up to one year, after being deleted. In this way you can restore it in case of an error.
The time of expiration can be configured.
(Page 98)
AIM?
Amazon Machine Image
It’s a customization of an EC2 Instance, like a backup.
It can be copied across different AZ.
(Page 99)
From where you can launch an AIM?
From an Own AIM.
From a Public AIM, provided by AWS.
From a AIM that was bought in the Marketplace.
(Page 99)
How does AIM work?
You must create the AIM from an instance which should be stopped, to save data integrity.
Once you have an AIM, you can create a new instance from that AIM.
(Page 100)
What happen with the ESB at the moment of create an AIM?
A Snapshot will be created beside the AIM.
(Page 100)
EC2 Image Builder?
It’s like Dockers.
It’s the way to automate the creation of EC2 Instances or containers images
They can be created on demand or under a schedule.
It doesn’t produce costs, you only pay for the underlying resources (when an instance is created)
(Page 101)
ECS Instance Store?
Like ESB but:
Faster than ESB, High-Performance Disk.
It’s behavior is volatile (The data are not persistent after the Instance Store is reinitiated)
Good for Real Time apps or as a Buffer.
Like ESB, it only is connected to an EC2 Instance.
(Page 102)
EFS?
Elastic File System
Storage where hundred of EC2 can mount it.
Works with Linux in MULTIPLE AZ.
High Availability but expensive
Pay per use but not capacity.
DON’T get confused with an ESB or similar, it’s an External File System which chan be shared along several EC2 instances as a Common File System.
(Page 105)