EC2 101 Flashcards
What is EC2?
Elastic Cloud Compute - Compute based service that has a server!
Reduces time required to obtain and boots servers in minutes allowing scale up and down.
What is On Demand?
Allows you to pay a fixed rate by hour/second with no committment
What is Reserved?
offers significant discounts on hourly charge with contracts of 1 to 3 year terms
What is Spot?
Enables you to bid whatever price you want for instance capacity providing greater savings. flexible start and end times
What is dedicated hosts?
Physical Ec2 server dedicated for use. Helps reduce costs by using your own hardware
True /False
If Spot Instance is terminated by Amazon EC2, you will be charged for partial hour of usage vs terminating instance yourself.
False. You will not be charged if AWS cancels, if you cancel you will be charged.
What is EBS?
Elastic Base Storage - a virtual disc in the cloud that virtual servers run off
What are the two types of EBS Volume Types?
SSD and Magnetic
What is General Purpose SSD?
Balances price and performance
What is Provisioned IOPS SSD?
Highest performance for low latency and high throughput
What is the Lowest cost volume of Magnetic?
Cold HDD (SC1)
What do you use to connect EC2 that unlocks the public?
Private key
What is a security group?
A virtual firewall in the cloud. You need to open ports in order to use them
What is Lambda?
A compute service that is serverless
True /False
You should always design for failure with security groups. Have one EC2 instance in each availability zone
True