From the course: AWS Certified Cloud Practitioner (CLF-C02) Cert Prep

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Container services

Container services

- [Narrator] In the real world, you would have boxes to keep things inside and organized. In the cloud world, you have containers to package code in a single project isolated from other components and objects. You can think of them like meal kits. You order to make one specific meal. Everything you need to create that meal is packaged inside, pre-portioned, and all you have to do is execute the recipe to have a delicious meal. Everything you need to deploy and manage an application in the cloud can be packaged in a container all ready to go. Containers are similar to virtual machines with its own file system, CPU, memory and more. They're completely decoupled or independent of the underlying IT infrastructure and are therefore portable. A virtual portable container filled with an application. For this video, we'll discuss two major container services on AWS. Amazon Elastic Container Service or Amazon ECS, and Amazon Elastic Kubernetes Service or Amazon EKS. Amazon Elastic Container…

Contents