JAVA SCRIPT

AWS - CLOUD PRACTIONER EXAM NOTES - 5

                            Containers


  Container: Containers provide a standard way to package your application's code,                     configurations, and dependencies into a single object

  Docker : Docker lets you build, test, and deploy applications quickly.
           Docker packages software into standardized units called "containers"
           that have everything the software needs to run including libraries, 
           system tools, code, and runtime

________________________________________________________________________________________


1.Amazon Elastic Container Service (Amazon ECS)
2.Amazon Elastic Kubernetes Service (Amazon EKS)
3.AWS Fargate


a.Amazon Elastic Container Registry Documentation (Amazon ECR)
b.AWS App Runner


   
Amazon Elastic Container Registry (Amazon ECR)
Amazon ECS  is a highly scalable, fast, container management service that 
makes it easy to run, stop, and manage Docker containers on a cluster
of Amazon EC2 instances. 

There is no additional charge for Amazon ECS. You pay for AWS resources 
(e.g. EC2 instances or EBS volumes) you create to store and run your application.

________________________________________________________________________________________

Amazon Elastic Kubernetes Service (Amazon EKS)
Amazon EKS is a managed service that makes it easy for you to run Kubernetes on AWS     without needing to install and operate your own Kubernetes clusters. 

________________________________________________________________________________________

AWS Fargate (Serveless)
AWS Fargate is a technology that you can use with Amazon ECS to run "containers"         without having to manage servers or clusters of Amazon EC2 instances.
________________________________________________________________________________________
  
Amazon Elastic Container Registry Documentation (Amazon ECR)
Amazon ECR  is a "fully managed Docker container registry" that makes it easy for         developers to store, manage, and deploy Docker container images. 

________________________________________________________________________________________

AWS AppRunner

AWS App Runner is a fully managed service that makes it easy for you to deploy from source code or a container image directly to a scalable and secure web application.

________________________________________________________________________________________

No comments:

Post a Comment