7 - The Core Compute Services Flashcards
What is Elastic Compute Cloud (EC2)?
A cornerstone tool for cloud deployments that mirrors traditional on-premises data centers by provisioning and launching virtual servers (instances)
What are the benefits of EC2 instances compared to on-premises servers?
More resilient, scalable, and often cheaper
What is an Amazon Machine Image (AMI)?
A software bundle built from a template definition that can be used to create a bootable drive for a VM
What are the four collections of AMIs?
- Quick Start set * My AMIs * AWS Marketplace * Community AMIs
What is the purpose of Quick Start AMIs?
To provide easy access to popular AMIs, many of which are Free Tier eligible
True or False: Using open source operating systems like Ubuntu and Amazon Linux incurs charges on AWS.
False
What types of software solutions are available in the AWS Marketplace?
Ready-to-run AMIs and additional formats like CloudFormation stacks and containers
What is a dedicated instance?
A regular EC2 instance running on an isolated host set aside exclusively for your account
How can you create your own AMI?
By creating a snapshot from the EBS volume used with an instance and then creating an image from the snapshot
What is a vCPU?
An arbitrary metric used by AWS to describe the compute power provided by an instance
List three EC2 instance type families.
- General-purpose * Compute-optimized * Memory-optimized
What are the characteristics of Amazon Elastic Block Store (EBS)?
- Data persistence through shutdowns * Can be encrypted * Can be moved and mounted on other instances
What is the key difference between EBS and instance store volumes?
EBS volumes are persistent and can survive shutdowns, while instance store volumes are ephemeral
What are on-demand instances?
The most expensive pricing tier where you pay for every hour the instance is running
When is it better to use reserved instances?
When your application needs to run uninterrupted for more than a month
Fill in the blank: EC2 instances can be optimized for _______.
[various computing tasks]
What is the role of the AWS Marketplace in relation to AMIs?
It allows vendors to make their software products available as ready-to-run AMIs
What is the difference between a dedicated instance and a dedicated host?
A dedicated instance runs on an isolated host, while a dedicated host allows higher control over instance placement
What is a snapshot in the context of EC2?
A backup of an EBS volume that can be used to create an AMI
True or False: Instance store volumes provide better data persistence than EBS volumes.
False
What is one disadvantage of using instance store volumes?
Data is ephemeral and does not persist through instance shutdowns
What is the purpose of creating an AMI from an EC2 instance?
To deploy exact copies of the instance easily for scaling
What is the range of pricing for on-demand instances?
From as low as $0.0058 per hour to as high as $24.48 per hour
What are the two types of storage volumes supported by EC2?
- Elastic Block Store (EBS) * Instance store volumes