What are the EBS SSD volume types?
General-purpose SSD
- gp2
Provisioned IOPS SSD
What are the EBS HDD volume types?
- sc1: Cold HDD
EBS SSD gp2 characteristics
General-purpose SSD
EBS SSD gp3 characteristics
Provisioned IOPS SSD
EBS SSD io1 characteristics
Provisioned IOPS SSD
EBS SSD io2 characteristics
Provisioned IOPS SSD
EBS HDD st1 characteristics
Throughput Optimised HDD
EBS HDD sc1 characteristics
Cold HDD
Volumes exist on … and Snapshots exist on …
EBS and S3
Are Snapshots incremental?
Yes. Only the blocks that have changed since your last Snapshot are moved to S3. The first Snapshot may take some time to create.
How can I take a consistent snapshot?
Stop the instance and detach the volume
Can I share snapshots between accounts and regions?
You can share snapshots between AWS accounts as well as between regions, but first, you need to copy that snapshot to the target region.
Can I resize or change an EBS volume type on the fly?
Yes, you can resize EBS volumes on the fly as well as change the volume type
Instance Store volumes are also known as…
Ephemeral Storage
What happens with the data if you stop an Instance Store instance or the underlying host fails?
The data in the Instance Store volumes will be lost
What happens with the data if you stop an EBS-backed instance?
EBS-backed instances can be stopped. You will not lose the data in this instance it is stopped
What happens with the data if you reboot an EBS-backed or Instance Store instance?
You can reboot both EBS and instance store volumes and you will not lose your data
What happens with boot volumes in EBS-backed or Instance Store instances on termination?
By default, both boot volumes will be deleted on termination. However, with EBS volumes, you can tell AWS to keep the root device volume.
Are snapshots of encrypted volumes encrypted?
Yes
Are volumes created from encrypted snapshots encrypted?
Yes
Is the data in flight moving between the instance and the volume encrypted?
Yes
How to encrypt a root device?
EC2 Hibernation
What protocol does EFS support?
NFS v4