Definition
What’s an EBS (Elastic Block Store) Volume?
Definition
EBS Volume
EBS - Delete on Termination attribute
EBS Snapshots
EBS Snapshot Features
What does AMI stand for?
Amazon Machine Image
What does EBS stand for?
Elastic Block Store
AMI Overview
Service Overview
EC2 Image Builder
What is it used for?
If you need a high-performance hardware disk, use EC2 Instance Store
Local EC2 Instance Store
Note:
-Better I/O performance
-EC2 Instance Store lose their storage if they’re stopped (ephemeral)
- Good for buffer / cache / scratch data / temporary content
What does EFS stand for?
Type of storage
Elastic File System
EFS (Elastic File System) Overview
EFS Infrequent Access (EFS-IA)
Shared Responsibility Model for EC2 Storage
AWS vs User
AWS
- Infrastructure
- Replication for data for EBS volumes & EFS (Elastic File System)
- Replacing faulty hardware
- Ensuring their employees cannot access your data
YOU
- Setting up backup / snapshot procedures
- Setting up data encryption
- Responsibility of any data on the drives
- Understanding the risk of using EC2 Instance Store
Amazon FSx - Overview
What are the 2 flavors of Amazon FSx?
FSx Lustre and FSx Windows file server
EC2 Instance Storage - Summary
Quiz question
Which EC2 Storage would you use to create a shared network file system for your EC2 instances?
- EBS Volume
- EC2 Instance Store
- EBS Snapshots
- EFS
EFS (Elastic File System)
Note: Amazon EFS is a fully managed service that makes it easy to set up, scale, and cost-optimize file storage in the Amazon Cloud
Which service can be used to automate image management processes?
- AMI
- EC2 Image Builder
- EBS Snapshots
- IAM
EC2 Image Builder
Note: EC2 Image Builder is an automated pipeline for the creation, maintenance, validation, sharing, and deployment of Linux or Windows images (os’) for use on AWS and on-premises
Which of the following is fully managed native Microsoft Windows file system?
- EFS
- FSx
- EBS
FSx
Note: Amazon FSx makes it easy and cost effective to launch and run popular file systems that are fully managed by AWS. It comes in two offerings: FSx for Windows File Server (used for business applications), and FSx for Lustre (used for high-performance computing)
What are AMI NOT used for?
- Add your own software license
- Add your own configuration
- Add your own operating-system
- Add your own IP addresses
Add your own IP addresses
Note: You cannot use AMIs to add your IP addresses. IP addresses are added to an instance as you create it.
EBS Volumes CANNOT be attached to multiple EC2 instance at a time.
True
False
True
Note: EBS (Elastic Block Store) Volumes can be attached to only one EC2 Instance at a time, but EC2 Instances can have multiple EBS Volumes attached to them
An EBS Volume is a network drive you can attach to your instances while they run, so your instances’ data persist even after their termination
True
False
True
Note: EBS Volumes allows instances’ data to persist even after their termination
Which statement is CORRECT regarding EC2 Instance Store?
- It is not good to use as a disk to cache content
- It has a better I/O performance, but the data is lost if the EC2 Instance is terminated
- Your data is always safe with EC2 Instance Store
It has a better I/O performance, but the data is lost if the EC2 Instance is terminated
Note: EC2 Instance Store has a better I/O performance, but data is lost if: the EC2 instance is stopped or terminated, or when the underlying disk drive fails.