🤝Deploy Web Server on AWS Auto Scalling Group (ASG)

Introduction

AWS Elastic Load Balancing (ELB)

ELB is an AWS service that aims to distribute traffic (traffic) automatically between several instances within the AWS infrastructure. ELB functions as a load balancer that distributes requests from users to multiple instances behind it to ensure availability, reliability and scalability of hosted applications.

AWS Elastic Compute Cloud (EC2)

EC2 is an AWS service that allows you to rent virtual instances / virtual machines in a cloud computing environment. By using your EC2 can quickly provision and configure virtual instances accordingly your application needs.

AWS Auto Scaling

It is a service provided by AWS to help maintain availability and application performance by allowing adjustment of resource capacity computing (EC2) according to your application demands.

AWS Elastic File System (EFS)

Is a service designed to provide file storage scalable, disaster-resistant and easy to use in a cloud computing environment. By using EFS you can store and access files efficiently from multiple instances simultaneously (collaboration)

Last updated