What does EC2 stand for?
Elastic Compute Cloud
What are the 6 basic computer components?
What is EC2?
Simplified Definition:
Think of EC2 (Elastic Compute Cloud) as a basic computer.
AWS Defintion:
EC2 provides scalable computing capacity in the AWS cloud. Using Amazon EC2 elimiates your need to invest in hardware up front, so you can develop and deploy applications faster. You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage. EC2 enables you to scale up or down to handle changes in requirements or spike in popularity, reducing your need to forecast traffic.
What are the 6 basic EC2 components?
What are the three most common EC2 Instance purchasing options?
What is On Demand purchasing?
On demand purchasing allows you to choose any instance type you like and provision/terminate it at any time on demand.
Good for spikes or unpredictable workloads or apllications being developed or tested on EC2 for the first time.
What is Reserved purchasing?
Reserved purchasing allows you to purchase an instance for a set time period of 1-3 years. up to 75% off of on demand pricing.
What is Spot purchasing?
Spot pricing is a way for you to request spare EC2 computing capacity for up to 90% off the On-Demand price.
Recommended for:
How are you charged for Compute Services (6 components)?
8 benefits of using EC2?
5 primary use cases of EC2?
What does AMI stand for?
Amazon Machine Image
What is the definition of AMI?
Amazon Machine Image
Simplified Definition:
A preconfigured package required to launch an EC2 instance that includes an operating sytem, software packages, and other required settings.
AWS Definition:
An AMI provides the information required to launch an instance, which is a virtual server in the cloud. You specify an AMI when you launch an instance, and you can launch as many instances from the AMI as you need. You can also launch instances from as many different AMIs as you need.
What are the three main categories of AMIs?
What are Community AMIs?
- Generally with these AMIs, you just select the OS you want.
What are AWS Marketplace AMIs?
- generally come packaged with additional, licenses software.
What are My AMIs?
What are the 5 instance types?
What are the three components of an AMI?
What is the definition of an Instance Type?
Simplified Definition: The CPU (central processing unit) of your instance.
AWS Definition:
When you launch an instance, the instance type that you specify determines the hardware of the host computer used for your instance. Each instance type offers different computer, memory, and storage capabilities and are grouped in instance families based on these capabilities. Select an instance type based on the reqirements of the application or software that you plan to run on your instance.
What are the 7 Instance Type Components?
What does EBS stand for?
Elastic Block Storage
What is the definition of EBS?
Elastic Block Storage
Simplified Definition:
EBS is a storage volume for an EC2 instance. This of it as the hard drive.
AWS Definition:
EBS provides block-level storage volumes for use with EC2 instances. EBS volumes are highly available and reliable storage volumes that can be attached to any running instance that is in the same Availability Zone. EBS volues that are attached to an EC2 isntance are exposed as storage volumes that persiste independently form the life of the instance.
True or False: EBS volumes can be attached in any Availability Zone within your VPC?
False: EBS volumes can be attached to any running instance that is in the SAME Availability Zone.