Compute Services Flashcards
What are the 4 AMI Categories?
- Amazon Quick Start AMI
- AWS Marketplace AMIs
- Community AMIs
- Private AMIs
What is a Quick Start AMI?
Popular, default AMIs provided directly by AWS, and are a mixture of default linux, Mac, and windows operating system images.
What is a AWS Marketplace AMI?
Official, production Ready AMIs provided by industry vendors.
What is a Community AMI?
Common AMIs created by independent vendors, and built to provide specific functionality.
What is a Private AMI?
AMIs built by the AWS account holder which are not available to other AWS accounts.
What is an AMI?
An operating system template for provisioning AWS EC2 instances.
What are the 5 main EC2 Instance Types?
- General Purpose
- Compute Optimized
- Memory Optimized
- Accelerated Computing
- Storage Optimized
What is a General Purpose EC2 Instance?
Includes T3, T2. M5, and M4 machine types. Provides a balance of compute, memory, and network resources. Includes Mac instances.
What is a T2 EC2 Instance?
A burstable EC2 instance type which can accumulate credits when in minimal use to be applied later when under heavier loads.
What is a Compute Optimized EC2 Instance?
An EC2 instance type for demanding web servers and high end machine learning workloads. Includes C6i machines types.
What is a Memory Optimized EC2 Instance?
An EC2 instance type which is great for database, data analysis, and caching operations. Includes the R6i machine type.
What is a Storage Optimized EC2 Instance?
An EC2 instance type which works great with distributed filesystems and heavyweight data processing applications. Includes the H1, I3, and D2 machine types.
What is a Storage Optimized EC2 Instance?
An EC2 instance type which works great with distributed filesystems and heavyweight data processing applications. Includes the H1, I3, and D2 machine types.
What is an AWS Region?
A geographic area that contains multiple data centers and provides a container for virtual private clouds
Virtual Private Cloud (VPC)
Network and Infrastructure Organizers that exist within an AWS Region.
What are the three EC2 Tenancy Models?
- Shared Tenancy
- Dedicated Instance
- Dedicated Host
What is a Shared Tenancy?
A configuration where resources exist on the same hardware as devices owned by other organizations.
What is a Dedicated Instance?
A configuration where resources exist on dedicated hardware, inaccessible by other organizations. Generally to provide compliance with federal regulations.
What is an Availability Zone?
A physical Data Center where resources are located within a AWS Region.
What are the three types of Placement Groups?
- Cluster Groups
- Spread Groups
- Partition Groups
What is a Cluster Placement Group?
A Placement Group where resources are stored within a single, proximate availability zone, providing efficient communication between resources.
What is a Spread Placement Group?
A Placement Group where resources are distributed across multiple availability zones, reducing the risk of failure related losses.
What is a Partition Placement Group?
A Placement Group where resources are placed in distributed groups within multiple availability zones.
What are the three Instance Pricing Models?
- On-Demand Pricing
- Reserved Instance Pricing
- Spot Marketplace Pricing
How does the On-Demand Pricing model work?
This pricing model is effective for EC2 instances which are expected to live less than 12 months, and each hour of utilization is billed. If the device is not powered on, then billing is paused.This model is usually more expensive.
How does the Reserved Instance Pricing model work?
This pricing model is effective for EC2 instances that are expected to live longer than 1 year. Billing is done in advance and the state of the instance is ignored. This model can offer significant cost savings.
How does the Spot Market Pricing model Work?
This pricing model is available for organizations who want to share already paid for availability they are not currently using. This model does not provide reliable availability, but is often the most cost effective solution. Best used for use cases where erratic availability is acceptable.
What are the primary types of EC2 Storage Volumes?
- EBS-Provisioned IOPS SSD
- EBS General-Purpose SSD
- HDD Volumes
- Instance Store Volumes
What is an an Elastic Block Store Volume?
The standard storage disk available to an EC2 and its operating system. These devices persist across reboots.