From the course: AWS Essential Training for Architects (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Serverless architectures: AWS Lambda

Serverless architectures: AWS Lambda - Amazon Web Services (AWS) Tutorial

From the course: AWS Essential Training for Architects (2019)

Start my 1-month free trial

Serverless architectures: AWS Lambda

- [Instructor] Cloud computing has always been about abstraction and virtualization. One of the very first offerings was virtual servers. With virtual servers, the specific hardware and physical components like racks, cords, and connections were abstracted out. The management and configuration effort was shifted only to the software running on the servers. In AWS, this level of abstraction is achieved with EC2, the virtual servers. As cloud service offerings increased and matured more abstraction became available in the form of containers. With containers, the specific OS software and supporting network libraries are abstracted out. The user could now just focus on specific application components. In AWS, examples of services offering this level of abstraction are ECS and Elastic Beanstalk. Servers are still running but choices don't have to be made about the underlying OS and supporting packages and libraries on the…

Contents