Technology Flashcards
What is EC2 ?
EC2 allows you to rent and manage virtual servers in the cloud.
Are EC2 Instances considered serverless ?
No.
What service can you use to preconfigure EC2 instances?
Amazon Machine Image (AMI).
How many EC2 free compute hours can you get under the Free Tier plan ?
750 Compute hours.
What are some real world examples of EC2 ?
Deploy a database or host a website.
What are the four ways to connect to an EC2 instance ?
- AWS Management Console
- Secure Shell (SSH)
- EC2 Instance Connect (EIC)
- AWS Systems Manager
What is the most common EC2 pricing option ?
On-Demand.
Which EC2 pricing option offers the greatest savings ?
Spot.
Describe the “On-Demand” pricing option for EC2?
Pay for what you use down to the second, nothing else.
Describe the “Spot” pricing option for EC2 ?
Spot instances let you make use of unused EC2 Capacity. The request is fulfilled only if there is space to complete it.
Describe the “Reserved Instance” pricing option for EC2 ?
RIs let you commit to a certain instance type in a particular region for 1 or 3 years.
Describe “Dedicated Hosts” pricing option for EC2 ?
Dedicated hosts allow you to pay for a physical server dedicated to running only YOUR instances and nothing else.
Describe “Saving Plans” pricing option for EC2 ?
Saving Plans allow you to commit to compute to certain usage for 1 or 3 years.
What does Elastic Load Balancer (ELB) do ?
ELB automatically distributes high traffic across multiple EC2 instances.
What does EC2 Auto-Scaling (EC2 AS) do ?
EC2 AS adds or removes EC2 instances automatically across AZs