Curriculum
Course: AWS Cloud
Login

Curriculum

AWS Cloud

AWS Cloud Tutorial

0/103
Text lesson

AWS Provision Services

AWS Elastic Beanstalk

With AWS Elastic Beanstalk, you supply the code and configuration settings, while it manages the necessary resources to:

  • Adjust capacity
  • Handle load balancing
  • Enable automatic scaling
  • Monitor application health

AWS CloudFormation

With AWS CloudFormation, you can manage your infrastructure as code.

This service allows you to create an environment by writing code, eliminating the need to provision resources individually through the AWS Management Console.