AWS Cloud Practitioner Essentiald Flashcards
What model does AWS use?
A client-server model
What does cloud mean for AWS?
The on demand delivery of IT resources over the internet with pay as you go pricing
What is the undifferentiated heavy lifting of IT?
Common, repetitive, and time consuming tasks
What are the three cloud computing deployment models?
Cloud-based, on prem, and hybrid
What is on prem deployment also known as?
Private cloud deployment
How does the scale of cloud of computing help to save costs?
The aggregated cloud usage from a large number of customers results in lower pay as you go prices
When compared to on-prem servers, AWS EC2 servers are…
Highly flexible, cost effective, and quick
Define multitenancy
Sharing underlying hardware between virtual machines
What is vertically scaling an instance?
Making an instance bigger or smaller
What is CaaS?
Compute as a service
What is Amazon EC2?
Amazon elastic compute cloud: a secure, resizable capacity in the cloud
What are the different instance families of Amazon EC2s?
General purpose, compute optimized, memory optimized, accelerated computing, storage optimized
What are memory instance types ideal for?
High-performance databases
What are storage optimized EC2 instance types best for?
Data warehousing applications
What are general purpose EC2 instance types best at?
Balancing compute, memory, and networking resources
What are compute optimized EC2 instance types best for?
Jobs needing high performance processors
What are the Amazon EC2 pricing types?
On demand, savings plan, reserved instances, spot instances, dedicated hosts
What AWS service takes away the worrying of matching customer demand with your compute power?
Amazon EC2 Auto scale
If you do not specify a desired amount of EC2 instances when created an autoscale group, what does the desired amount default to?
The minimum amount of EC2 instances
What is a load balancer?
A load balancer takes on requests and routes then servers
What is elastic load balancing?
Amazon’s service to address the undifferentiated heavy lifting of load balancing
What is the advantage of loosely coupled architecture over tightly coupled architecture?
Loosely coupled architecture does not have cascading failures from a single failure
What does Amazon simple que service (SQS) allow?
Send, store, and receive message between software components at any volume
What is a payload?
The data contained within a message