1.0 - Cloud Concepts Flashcards

(27 cards)

1
Q

What does CloudFront do?

A

Caches content closer to the end-user to reduce delivery time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does Global Accelerator do?

A

Optimizes routing so end users get the fastest response

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

EC2 stands for…

A

Elastic Compute Cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does CloudWatch do?

A

Monitoring and alerting services

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is CloudShell?

A

A UNIX command-line shell for interacting with cloud elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ECS stands for…

A

Elastic Container Service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

EKS stands for…

A

Elastic Kubernetes System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Lambda is…

A

Serverless computing service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

General purpose, compute optimized, memory optimized, storage optimized, and accelerated computing are types of…

A

EC2 Instances

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

On-demand, Reserved, Spot instances, and savings plans are types of…

A

Pricing models

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AMI stands for…

A

Amazon Machine Image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In ECS, containers can run inside a ____.

A

task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does AWS Fargate do?

A

It is a container service that manages server deployment for you (no need to manage EC2 yourself - hence “serverless”)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does Lambda do?

A

Runs code only when triggered by an event (a user logging in, adding an item to a shopping cart, whatever)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How does Lambda handle billing?

A

Billed per execution time in milliseconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How does Fargate handle billing?

A

Pay for CPU and memory used per task

17
Q

RDS stands for…

A

Relational Database Service

18
Q

What does CloudFormation do?

A

Automates provisioning of infrastructure, based on JSON or YAML templates

19
Q

What do AWS Outposts do?

A

Extends AWS infrastructure to on-prem data centers. Hardware is still managed by AWS, and integrates with AWS cloud infrastructure.

20
Q

CAF stands for…

A

Cloud Adoption Framework - best practices for migrating from on-prem to cloud

21
Q

Six perspectives of AWS CAF:

A

Business
People
Governance
Platform
Security
Operations

22
Q

The three Rs of AWS migration:

A

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)

23
Q

What tool acts as the central dashboard during a migration from on-prem to cloud?

A

AWS Migration Hub

24
Q

What migration tool is best for rehost/lift ‘n’ shift migrations?

A

AWS Application Migration Service

25
What does AWS Trusted Advisor do?
Provides recommendations for optimization, security, and cost-effectiveness at any point in the migration process
26
What is AWS Snowball?
A hardware device used for transferring tera- or petabytes of data where bandwidth is limited (AWS Sneakernet!!)
27
What does AWS DMS do?
Data Migration Service - online database replication