Curriculum
Course: AWS Cloud
Login

Curriculum

AWS Cloud

AWS Cloud Tutorial

0/103
Text lesson

AWS Serverless

Serverless Computing

Serverless is a service model where you don’t need to manage servers; instead, you focus solely on writing code.

The cloud provider takes care of all underlying infrastructure.

The Difference between EC2 and Serverless

AWS EC2 offers virtual server instances.

To use EC2, you need to:

  1. Provision the virtual server instances
  2. Deploy your code
  3. Operate and maintain the servers

ASW

Image created by Amazon Web Services

Serverless computing eliminates the need for server management, allowing you to concentrate on more important tasks.

This approach is ideal for scaling.

AWS offers a serverless service called AWS Lambda, which you will learn more about in the next chapter.