reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

AWS: S3 and Lambda



Review, Research, and Discussion

Describe “The Cloud”❓ 📁

“The cloud” refers to servers that are accessed over the Internet, and the software and databases that run on those servers. Cloud servers are located in data centers all over the world.

What is a container (as it relates to computers and servers)❓📁

A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another.

What is auto-scaling❓ 📁

AWS Auto Scaling lets you set target utilization levels for multiple resources in a single, intuitive interface. You can quickly see the average utilization of all of your scalable resources without having to navigate to other consoles. For example, if your application uses Amazon EC2 and Amazon DynamoDB, you can use AWS Auto Scaling to manage resource provisioning for all of the EC2 Auto Scaling groups and database tables in your application.

What is bandwidth❓ 📁

Bandwidth is the data transfer capacity of a computer network in bits per second (Bps). The term may also be used colloquially to indicate a person’s capacity for tasks or deep thoughts at a point in time.

How do cloud providers compute service costs❓ 📁

Cloud providers determine the expense to maintain the network.
They start by calculating costs for network hardware, network infrastructure maintenance, and labor.
These expenses are added together and then divided by the number of rack units a business will need for its cloud.


<hr>

Amazon S3

What is AWS Lambda?

CDN


<hr>

📁AWS S3

📁AWS Lambda Basics

📁AWS Lambda Functions

📁CDN