1.0 - Cloud Concepts Flashcards
(27 cards)
What does CloudFront do?
Caches content closer to the end-user to reduce delivery time.
What does Global Accelerator do?
Optimizes routing so end users get the fastest response
EC2 stands for…
Elastic Compute Cloud
What does CloudWatch do?
Monitoring and alerting services
What is CloudShell?
A UNIX command-line shell for interacting with cloud elements
ECS stands for…
Elastic Container Service
EKS stands for…
Elastic Kubernetes System
Lambda is…
Serverless computing service
General purpose, compute optimized, memory optimized, storage optimized, and accelerated computing are types of…
EC2 Instances
On-demand, Reserved, Spot instances, and savings plans are types of…
Pricing models
AMI stands for…
Amazon Machine Image
In ECS, containers can run inside a ____.
task
What does AWS Fargate do?
It is a container service that manages server deployment for you (no need to manage EC2 yourself - hence “serverless”)
What does Lambda do?
Runs code only when triggered by an event (a user logging in, adding an item to a shopping cart, whatever)
How does Lambda handle billing?
Billed per execution time in milliseconds
How does Fargate handle billing?
Pay for CPU and memory used per task
RDS stands for…
Relational Database Service
What does CloudFormation do?
Automates provisioning of infrastructure, based on JSON or YAML templates
What do AWS Outposts do?
Extends AWS infrastructure to on-prem data centers. Hardware is still managed by AWS, and integrates with AWS cloud infrastructure.
CAF stands for…
Cloud Adoption Framework - best practices for migrating from on-prem to cloud
Six perspectives of AWS CAF:
Business
People
Governance
Platform
Security
Operations
The three Rs of AWS migration:
Rehost (aka Lift ‘n’ Shift, moving the app to the cloud without changing its architecture)
Replatform (more of an incremental shift, like moving a database to the cloud but keeping the main app in-house)
Refactor (a complete re-architecture to take advantage of cloud optimization services - most involved, but with long-term benefits)
What tool acts as the central dashboard during a migration from on-prem to cloud?
AWS Migration Hub
What migration tool is best for rehost/lift ‘n’ shift migrations?
AWS Application Migration Service