Section 19: AWS Other Services (CloudFront, Step Functions, SWF, SES, Redshift, ACM) Flashcards
What is AWS CloudFront?
A fast CDN
What does CDN stand for?
Content Delivery Network
How many Points of Presence does CloudFront offer as of April 2020?
Over 200
How is CloudFront helpful security wise?
Can help protect against network attacks
Can provide SSL encryption at the Edge using ACM
Is Videos/media supported by CloudFront? If so, via what protocol?
RTMP Protocol
What does RTMP stand for?
Real-Time Messaging Protocol
What does ACM stand for?
AWS Certificate Manager
What are your two options when you want to equip your app hosted on AWS with an SSL certificate?
Buy your own and upload it using the CLI
Have ACM provision and renew a public SSL certificate for you
How much does ACM charges for SSL certificates?
0$ (free)
In what integrations can ACM load SSL certificates?
Load Balancers
CloudFront distributions
APIs on API Gateway
Are SSL certificates easy to manage manually?
No, thatโs why ACM is great to leverage in your AWS infrastructure
What do AWS Step Functions allow you to do?
Build serverless visual workflow to orchestrate your Lambda functions
How is an AWS Step Function flow represented as?
A JSON state machine
What features do AWS Step Functions provide?
Sequence Parallel Conditions Timeouts Error handling
What other integrations does AWS Step Functions support?
EC2
ECS
On premise servers
API Gateway