Section 19: AWS Other Services (CloudFront, Step Functions, SWF, SES, Redshift, ACM) Flashcards

1
Q

What is AWS CloudFront?

A

A fast CDN

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

What does CDN stand for?

A

Content Delivery Network

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

How many Points of Presence does CloudFront offer as of April 2020?

A

Over 200

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

How is CloudFront helpful security wise?

A

Can help protect against network attacks

Can provide SSL encryption at the Edge using ACM

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

Is Videos/media supported by CloudFront? If so, via what protocol?

A

RTMP Protocol

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

What does RTMP stand for?

A

Real-Time Messaging Protocol

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

What does ACM stand for?

A

AWS Certificate Manager

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

What are your two options when you want to equip your app hosted on AWS with an SSL certificate?

A

Buy your own and upload it using the CLI

Have ACM provision and renew a public SSL certificate for you

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

How much does ACM charges for SSL certificates?

A

0$ (free)

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

In what integrations can ACM load SSL certificates?

A

Load Balancers
CloudFront distributions
APIs on API Gateway

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

Are SSL certificates easy to manage manually?

A

No, thatโ€™s why ACM is great to leverage in your AWS infrastructure

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

What do AWS Step Functions allow you to do?

A

Build serverless visual workflow to orchestrate your Lambda functions

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

How is an AWS Step Function flow represented as?

A

A JSON state machine

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

What features do AWS Step Functions provide?

A
Sequence
Parallel
Conditions
Timeouts
Error handling
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What other integrations does AWS Step Functions support?

A

EC2
ECS
On premise servers
API Gateway

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

What is the maximum execution time of a step function?

A

1 year

17
Q

What are some use cases of step functions?

A

Order fulfillment
Data processing
Web apps
Any workflow

18
Q

What does AWS SWF stand for?

A

AWS Simple Workflow Service

19
Q

Where does the code run when using AWS SWF

A

On EC2 (not serverless)

20
Q

What does is the max runtime of AWS SWF?

A

1 year

21
Q

What are the two types of steps in AWS SWF?

A

Activity step

Decision step

22
Q

What should you prefer between Step Functions and AWS SWF?

A

Step functions

23
Q

When should you use SWF rather than step functions?

A

If you need external signals to intervene in the processes

If you need child processes that return values to parent processes

24
Q

What does AWS SES stand for?

A

AWS Simple Email Service

25
Q

What are the two things you can use to send emails with AWS SES?

A

SMTP interface

AWS SDK

26
Q

Does SES has the ability to receive emails?

A

Yes

27
Q

What does SES integrate with?

A

S3
SNS
Lambda

28
Q

What is AWS Redshift?

A

Redshift is a fully managed, petabyte-scale data warehouse service in the cloud.

29
Q

What does AWS Redshift provide?

A

Data warehousing / Data Lake

Analytics queries

30
Q

What does AWS DMS stand for?

A

AWS Database Migration Service