Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
Practical Approach to learn Amazon ECS with Fargate & EC2 Launch type, App Load Balancing, ECR, Dynamic Port mapping
What you'll learn
Amazon ECR
Define Container, task, Service & Cluster
Bridge Network Mode
ECS Cluster - AWS Fargate, EC2 Linux/Windows
Dynamic Port Mapping
Application Load Balancer in ECS Cluster
Run a task - Fargate/EC2 Launch Type
Create a service - Fargate/EC2 Launch type
Create a VPC for ECS Cluster
Detailed view of the resources on your ECS Cluster
Run a nginx web app on Private Subnets of your VPC
Learn step by step with practice Lab Sessions Requirements
PC or Laptop with internet Connection
Should have an AWS Account
Basic Knowledge on AWS Services Description
Introduction
Overview of ECS Service
Components involved in forming ECS Cluster
Image registry - Amazon ECR
Management - Amazon ECS & Amazon EKS
Hosting - AWS Fargate & Amazon EC2
Create your first ECS Cluster
Define Container, task, Service & Cluster
Lab Session - Run Nginx Application using ECS Cluster
Lab Session - Service in ECS Cluster
Lab Session - Run Docker Application on VM Infrastructure
Lab Session - Build a Docker Image using DockerFile
Create your own VPC - Pre-requisite of Amazon ECS
AWS Fargate
Overview of ECS Cluster - AWS Fargate, EC2 Linux/Windows
Run a task - Fargate Launch Type
Create a service - Fargate Launch type
Task definitions
Create a Docker Image of the Nginx Web App
Push Docker Image to AWS ECR Repository
Add Container in Task Definitions
Run the task of the Nginx App in a Fargate Cluster
Create Service of Nginx App in Fargate Cluster
Update Service in Fargate Cluster
AWS ECS Cluster - EC2 Linux + Networking...