Elastic Compute Cloud(EC2) Flashcards
What does Elastic mean in EC2?
This means that resources can grow or shrink based on the needs/load on the application
What is an EC2 instance?
A web service with which you can run vritua servcer “Instances” in the cloud
What are the methods to access an EC2 instance?
- AWS Management Console
- EC2 Instance Connect(EIC)
- Secure Shell(SSH)
- AWS Systems Manager
What is the AWS Management Console?
Configure and manage instance via a web browser
What is the EC2 Instance Connect(EIC)?
EIC allows for the use of IAM policies to control SSH access to your instances
In what way does EIC impact SSH?
Removes the need to manage SSH
What are the key items to know about SSH?
- Allows you to establish a secure connection to your instance from your local laptop
- This tends to be the most popular
How to configure SSH on the EC2 instance?
Generate a Key Pair and place them on the EC2 Instance
What are the different prcing options for EC2?
- On-Demand
- Spot
- Reserve Instance
- Dedicated Hosts
- Savings Plan
What is the On-Demand Pricing Option?
A fixed price in which you are billed down to the second based on the instance type
When would you use an On-Demand Pricing Option?
- Cost is not your highest concern
- Your application has unpredictable workloads that can’t be interrupted
- Your applications are under development
- Your workloads will not run longer than a year
What is reserve capacity for On-demand?
EC2 capacity is held for you whether or not you run the instance
What is the Spot Option?
- You pay the spot price that’s in effect at the beginning of each hour
- Requests are only fulfilled when capacity is available
When should a spot instance be used?
- You are not concerned about the start or stop time of your application
- Your workloads can be interrupted
- Your application is only feasible at a very low compute price
- Users with an urgent need for a large amount of additioanl compute capacity
What is Reserve Instances Pricing Option?
allow you to commit to a specific instance type in a particular Region for 1 or 3 years