Member-only story
How to deploy a Docker React application on AWS Fargate
This article is about the deployment of a simple react application on AWS Fargate. AWS Fargate runs containers without managing servers or clusters.
AWS Fargate is a serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes Service (EKS). Fargate makes it easy for you to focus on building your applications. Fargate removes the need to provision and manage servers, lets you specify and pay for resources per application, and improves security through application isolation by design.(Source: AWS)
Step 1: Create a cluster with ECS
After login into the AWS console, go to ECS and create a Cluster.