AWS containers
In AWS, containers refer to a way of packaging and deploying applications as container images. These container images can be run on AWS services such as Amazon ECS and Amazon EKS.
Amazon ECS and Amazon EKS are explained in the Containers in AWS section, so we won’t repeat them here.
AWS Fargate is a serverless compute engine for containers that allows you to run containers without having to provision and manage the underlying infrastructure. With Fargate, you only pay for the resources that your containers use, and there is no need to manage the underlying EC2 instances.
Amazon ECR is a fully managed container registry service that makes it easy to store, manage, and deploy container images. ECR is integrated with other AWS services such as ECS and EKS, making it easy to store and retrieve container images for use in those services.
AWS App Runner is a fully managed service that makes it easy to build, test, and deploy containerized applications quickly...