Certified Cloud Practitioner Flashcards
Region
Physical location/geographic location with 2+ AZ.
Minimize latency by deploying to 2+ regions.
AZ
Physically/logically isolated data centers
Data provisioned across AZs
Not all zones offer all services
Data Center
1+ per AZ
Edge Location
Host CloudFront (CDN) for faster delivery of static content with low latency/high transfer speeds
More edge locations than AZs
Catches data
Basics on Pricing
Usually no charge for inbound data or data within AWS region
Pay for CPU, data storage, outbound data transfer
The more you use, the less it costs
On demand
Pay as you
Most services pay per second of use
good for short term, spiky or unpredictable use
Reservations
Up to 75% less 1-3 year commitment Pay none/partial/all up front The more you pay up front the less it costs Good for steady state usage
Spot
Up to 90% less
Pay for unused capacity
unpredictable when runs
ends when complete or price goes above bid
Dedicated instance
Pay set hourly price
dedicated hardware for VPC
can use existing software licenses
Free tier
Some services free forver: VPC, Elastic BeanStalk, CloudFormation, IAM, AutoScaling, Opsworks, DynamoDB, Glacier, Lambda, Glue, Cognito, SNS, SES, SQS, SWF, Cloudwatch, Xray, Storage Gateway, etc
Some services free 12 months: EC2, S3, RDS, CloudFront
Basic Support
7 trusted advisor checks, personal health dashboard, docs/support forms
Developer Support
Basic + email support
1 contact
Response time 24 hrs for general, 12 hrs for impaired system
Business
Developer + full trusted advisor checks, phone support
unlimited contacts
response time 1 hour for prod down
Enterprise
Business + senior cloud support engineers
Response time 12 minutes for business critical systems
Includes Wall Architected Review by AWS Solutions Architects, self packed labs, concierge support team, dedicated technical account manager (TAM).
Support Forms for
Encountering Abuse (sent to the abuse team) Increasing limits beyond a point penetration testing
Acceptable Use Policy
Don’t do bad things
EC2 (Elastic Compute Cloud) COMPUTE
Virtual server proper name is EC2 instances pay as you, pay for time running maintain control Don't have to provision/maintain server assigned both public/private IP has instance metadata responsible for patch OS
VPC (virtual private cloud) COMPUTE
isolate computer resources
control network config, access, what expose, etc
can span AZs
ECS (elastic container service) COMPUTE
supports docker containers
AMI COMPUTE
Amazon Machine Image
can use variety of preconfigured ones or create own
specifies type of hardware
bootable
Lamba COMPUTE
Serverless
pay only for compute by fraction of millisecond
ideal for variable/intermittent workloads
autoscales
supports many programming languages
limited disk space/memory
must run less than 5 minutes
IGW (Internet Gateway) NETWORKING
Allows access to internet from VPC
Subnet NETWORKING
Divides VPC
public subnets can access internet
private subnets cannot (by default)
VPC can have multiple subnets
Route tables NETWORKING
Register traffic leaving subnet