DEV Community

Revathi Joshi for AWS Community Builders

Posted on

4

3-part series on creating a Docker Nginx image on an EC2 instance using Amazon ECS, ECR and Application Load Balancer

For better understanding and reading purposes, I am linking all my previous 3 articles together with step-by-step instructions in this 3-part series, on how to create a Docker image, stored in the ECR Repository and how it is accessed from an Amazon ECS Cluster and the load balancer.

1st article - How to create a Docker Image with Nginx from an EC2 Instance and Push to ECR Repository

2nd article - Create Task Definition in ECS and Application Load balancer (ALB) for the Task which is to be run on Fargate Cluster

3rd article - Create Fargate Cluster and a Service which access Docker image with Nginx

Please visit my GitHub Repository for Docker/ECS/ECR articles on various topics being updated on constant basis.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

Top comments (0)

Best Practices for Running  Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK cover image

Best Practices for Running Container WordPress on AWS (ECS, EFS, RDS, ELB) using CDK

This post discusses the process of migrating a growing WordPress eShop business to AWS using AWS CDK for an easily scalable, high availability architecture. The detailed structure encompasses several pillars: Compute, Storage, Database, Cache, CDN, DNS, Security, and Backup.

Read full post