1. What is Amazon S3?
Amazon S3 is a file management service for AWS.
2. Name some use cases for Amazon S3.
Back up and restore critical data
Run cloud-native applications
3. Name some benefits of using Amazon S3.
1. What is AWS Lambda?
AWS is a ‘serverless computing service’. It allows users to to create self-contained functions and execute them.
2. Name some use cases for AWS Lambdas.
3. Describe “serverless” to a non-technical friend.
Serverless means that we don’t have to do the work to maintain the servers. Just like how we don’t have to worry about changing oil and tires on a rental vehicle.
1. What is a CDN?
A group of servers that are geographically spread out, to provide fast internet content to users around the world.
2. How does a CDN work with relation to the website visitor?
CDN works for routing a website visitor to the server that’ll provide them with the smoothest experience. That server has a cache of content that the user is trying to access.
3. What are the benefits of employing a CDN?