Sunday, June 21, 2020

Docker on AWS

Docker is a tool that allows developers,sys-admins etc. to easily deploy their applications in a sandbox (called containers) to run on the host operating system i.e. Linux. 

The key benefit of Docker is that it allows users to package an application with all of its dependencies into a standardized unit for software development.Like virtual machines, containers do not have high overhead and hence enable more efficient usage of the underlying system and resources.

There are a Multiple ways to run your containerized workloads on AWS. 
  • Amazon Elastic Container Service with AWS Fargate
  • AWS Ec2 Instance
  • Amazon Elastic Container Service for Kubernetes
  • AWS Elastic BeanStack with Single Conatiner Docker

In this blog post, we are going to install Docker on EC2 instance.


No comments:

Post a Comment

ES12 new Features