Skip to the content.

AWS: S3 and Lambda

Review, Research, and Discussion

Amazon S3 service is used for file storage, where you can upload or remove files. … AWS Lambda has a handler function which acts as a start point for AWS Lambda function. The handler has the details of the events.

Describe “The Cloud”

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

A basic application container environment, as seen in Figure 2, runs on physical – or virtual and physical – hardware, a host OS and a container virtualization layer directly on the OS. Containers share the OS and its functions instead of running individual OS instances.

What is auto-scaling?

What is bandwidth?

How do cloud providers compute service costs? -The three biggest cost centers related to a cloud environment include network, compute, and storage.

Document the following Vocabulary Terms

Server Instances : the partition of a computer that you used on the cloud.

Containers : 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.

Cloud Services : the services that you can do on computers online not locally. or Cloud services are infrastructure, platforms, or software that are hosted by third-party providers and made available to users through the internet.

Cloud Architecture : Cloud architecture is the way technology components combine to build a cloud, in which resources are pooled through virtualization technology and shared across a network.

AWS : Amazon web Services, it is a platform that provide a cloud computing services in general.

EC2/Beanstalk vs Heroku :

EC2/Beanstalk vs Heroku

Preparation Materials

AWS S3

AWS Lambda Basics

AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. You can use AWS Lambda to extend other AWS services with custom logic, or create your own back end services that operate at AWS scale, performance, and security

- advantages of using Lambda :

- dissadvantages of using Lambda :

AWS Lambda Functions

CDN

External resources