AWS Core Services Flashcards
What is EC2?
Elastic Cloud Compute
What is AMI?
Amazon Machine Image which is the software platform for your EC2 Instance
What is EBS?
Elastic Block Storage - Disk space for your EC2 instance. Can be HDD or SSD
What are the benefits of EC2 vs Physical Instances on-premise?
- Pay only for capacity used
- Ability to have different storage requirements
What is Amazon’s simple storage service called?
S3
What are the three components to S3 ?
Buckets - store your objects
Objects have keys that are their names (usually like a file path)
What are AWS Regions?
Regions are geographic areas with two or more availability zones and they are the organizing level for AWS services
What should you consider when selecting an AWS Region to deploy to?
Cost
Latency
Regulatory Requirements (HIPPA, GDPR, etc)
What are Availability Zones?
A collection of data centers in a specific region
What is an edge location?
Where content delivery networks (CDN) are hosted. AWS Cloudfront.
What acts like a firewall to your virtual servers?
Security Groups