Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ECS Fargate:

AWS ECS (Elastic Container Service) Fargate is a serverless compute engine offered by Amazon Web Services (AWS) for deploying and managing containerized applications. It simplifies the process of running containers at scale without the need to manage the underlying infrastructure. With ECS Fargate, you can focus on your application logic and let AWS handle the provisioning, scaling, and maintenance of the compute resources.

...

Code Block
cd ../2-Platform

##Replace your SSL_certificate_arn at line 122 in 2-Platform/variable.tf file

##Replace with your actual IP address at line no. 118

terraform init

terraform apply -auto-approve

Refer README.MD from repo to know more about steps to upload SSL certificate.

Step 3 - Run below command for 3-Application

...