EC2 Flashcards
How many pricing models there is in EC2
4 ! On demand, Sport, Reserved, Dedicated Host
What happen cost wise if I terminate my EC2 spot instance after 2,30 hours
I will pay for 3 hours
What happen cost wise if Amazon terminate my EC2 spot instance after 2,30 hours
I will pay for 2 hours
What’s the acronyme to remember the different EC2 Instance Types
DR MC GIFT PX
What EC2 D2 mean and what’s use case ?
Dense storage - Usage : Fileservers/Data Warehousing/Hadoop
What EC2 R4 mean and what’s use case ?
(RAM) Memory optimised - Usage : Memoy Intensive Apps/DBs
What EC2 M4 mean and what’s use case ?
(Main) General Purpose - Usage : Applications servers
What EC2 C4 mean and what’s use case ?
Compute Optimized - Usage : CPU Intensive Apps/DBs
What EC2 G2 mean and what’s use case ?
Graphique Intensive - Usage : Video Encoding/ 3D Application Streaming
What EC2 I2 mean and what’s use case ?
(Io) High Speed storage - Usage : NoSql, DBs, Data whareousing
What EC2 M4 mean and what’s use case ?
(Main) General Purpose - Usage : Applications servers
What EC2 T2 mean and what’s use case ?
Lowest Code - Usage : General purpose
What EC2 P2 mean and what’s use case ?
Graphics - General purpose - Usage : Machine learning, Bitcoin Mining etc
What EC2 X1 mean and what’s use case ?
Memory Optimise - Usage : SAP HANA, Apache Spart etc
What EC2 T2 mean and what’s use case ?
Lowest Code - Usage : General purpose - (Good for dev, M4 would be use for production).
What EC2 X1 mean and what’s use case ?
(Xtreme RAM) Memory Optimise - Usage : SAP HANA, Apache Spart etc
What EC2 X1 mean and what’s use case ?
(Xtreme RAM) Memory Optimise - Usage : SAP HANA, Apache Spart etc
What EBS mean , what it is ?
Amazon Elastic Block Store (Amazon EBS) provides persistent block storage volumes for use with Amazon EC2 instances in the AWS Cloud. Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from component failure, offering high availability and durability.
How many different EBS type there is ? What are they ?
5 - SSD GP2 - SSD IOPS - HDD ST1 - HDD COLD SC1 - HDD Magnetic Standard.
What is EBS SSD GP2
General purpose SSD
What is EBS SSD IOPS IO1
High IOperation
WHat is EBS HDD ST1
Classic HDD Frequently accessed workload (cannot be bootable)
What is HDD Cold SC1
Less frequently accessed data (cannot be bootable)
What is HDD Magnetic
Standanrd HDD cheap, infrequent access (can be bootable)
Can EBS mount on different EC2 ?
No, Use EFS for this (Elastic File System)
Can EBS mount on different EC2 ?
No, Use EFS for this (Elastic File System)
By default is termination Protection on EC2 enable ?
No, need to enable it manually