Compute EC2 Flashcards
What is the difference between NAT Instance and NAT Gateway?
NAT Gateway is Managed by ____, which adds ____ ____________, and _________
NAT Instance is Managed by ____ and ____ _____ of those things
NAT Gateway is Managed by AWS, which adds High Availability, and Autoscale
NAT Instance is Managed by you and does none of those things
Amazon EC2 Spot Instances offers Low prices for unused capacity, up to a 90% discount. The downside is that it can be __________ at any time
It is best used for workloads with flexible ______ and ____ times
Amazon EC2 Spot Instances offers Low prices for unused capacity, up to a 90% discount. The downside is that it can be terminated at any time
It is best used for workloads with flexible start and end times
What are 2 key facts about EC2 Elastic IP address:
- _______ ______ IP address
- Associated with a ______ IP address on the instance
- Static Public IP address
- Associated with a private IP address on the instance
Is AMI a regional service?
You can only launch an AMI in the region it is stored in
For Linux AMIs, what is the function of the private key file?
It allows you to securely SSH (secure shell) into your intstance
Amazon EC2 Reserved gives up to a 75% discount; when you commit for 1 or 3 years; and its use cases are ______-_____ __________ workloads, and ________ capacity
Amazon EC2 Reserved gives up to a 75% discount; when you commit for 1 or 3 years; and its use cases are steady-state predictable workloads, and reserved capacity
A benefit of using AWS Roles is that you don’t have to ____-____ your long-term ________ and protect your instances against ____________ access.
A benefit of using AWS Roles is that you don’t have to hard-code your long-term credentials and protect your instances against unauthorized access.
Memory-optimized EC2 instances are designed to deliver fast performance for workloads that process
large data sets in memory.
What happens if you lose your secret access key for AWS CLI? How would you create a new one?
You’ll have to delete it and regenerate a new one
You will need to run AWS configure
What are the 2 Storage options that can be attached to EC2?
Elastic Block Store (persistent) Instance Store (non-persistent)
What type of control do you have with EC2 instances/
Full root/admin access
An Elastic Fabric Adapter (EFA) is a _________ device that you can attach to your Amazon EC2 instance to accelerate ____-__________ Computing and _______ ________ applications
An Elastic Fabric Adapter (EFA) is a network device that you can attach to your Amazon EC2 instance to accelerate High-Performance Computing (HPC) and Machine Learning applications
EC2 Placement Groups: Cluster packs instances close together inside an ___________ _____
EC2 Placement Groups: Cluster packs instances close together inside an Availability Zone
Groups of instances in one partition do not share __________ _______ with groups of different ________
Groups of instances in one partition do not share underlying hardware with groups of different partitions
EC2 _________ Placement Groups enable workloads to achieve low-latency network performance necessary for _____-________ node-to-node communication that is typical of ___ applications
EC2 Cluster Placement Groups enable workloads to achieve low-latency network performance necessary for tightly-coupled-coupled node-to-node communication that is typical of HPC applications
While plenty of AWS services offer the ability to scale automatically what is the only service that Auto Scaling Groups apply to?
EC2
EC2 Elastic IP address can be moved between ________ and Elastic _______ Adaptors
EC2 Elastic IP address can be moved between instances and Elastic Network Adaptors
Once terminated an EC2 Instance cannot be __________
By default root, EBS volumes are _______ when you __________ an EC2 Instances
Once terminated an EC2 Instance cannot be recovered
By default root, EBS volumes are deleted when you terminate an EC2 Instances
Instance metadata is data about your instance that you can use to ________ or ________ the running instance.
Instance metadata is data about your instance that you can use to configure or manage the running instance.
A Bootstrap Script allows you to install applications like Web ______, and _________ along with running ________ _______
A Bootstrap Script allows you to install applications like Web Servers, and Databases along with running software updates
AWS Roles allow you to provide ______ without the use of ______ ___ IDs and secret ______ ___
AWS Roles allow you to provide access without the use of access key IDs and secret access keys
Hibernating EC2 instances only applies to __-________ or ________ _________ instances
Hibernating EC2 instances only applies to on-demand or reserved Linux instances