Comentårios e feedback de alunos de Two Major Models of running containers in AWS da instituição Coursera Project Network
Sobre o curso
Welcome to this Project about âTwo Major Models of running Containers in AWSâ. This Project will be focusing on one of the many types of computing in AWS, called âContainer Computingâ. To understand the benefits of AWS Products and services, which relates to Containers, you need to understand what âContainersâ are and what benefits âContainer Computingâ Provides. In this Project, you are going to get a chance to make a âContainerâ.
If you are looking to deploy applications across multiple machines and platforms, Containers and virtual machines (VMs) are two of the top approaches in use today. Both can help your IT team become more agile and responsive to business demands. Both are used to host applications. Before containers came along, the âvirtual machineâ was the technology of choice for optimizing server capacity, but Virtual Machines had some drawbacks.
I f you run a virtual machine, say with 4 GB RAM and 4 GB disk, the operating system can easily consume 60 - 70% of the disk and much of the available memory, leaving relatively little for application which run in those Virtual Machine. But Containerization handles things in a different way. Instead of running a whole âoperating Systemâ for each application, containers run as a process. So if you could run 5 applications using âVirtualizationâ, you will be able to run 15 applications using âContainerizationâ.
This Project will help you to learn different ways of running âcontainersâ in AWS. There are two different ways to run âcontainersâ in AWS. One is using âEC2 instanceâ and other using âECS Fargateâ.So this Project has two major parts. In the first part, you will learn to create a docker image and test that image by running on a container, and once you verified your docker image works, you are going to upload it to âDockerHubâ, which is a popular online resource for uploading docker images for others to access, either public or specific private individuals.In the second part of this project, you will learn to create an ECS cluster with Fargate cluster mode, and will deploy the container we created, into Fargate Cluster. So you are going to get some practical experience of how to deploy real container into a Fargate Cluster.
There is a lot to get through though. so letâs get started!!
Note: This course works best for learners who are based in the North America region. Weâre currently working on providing the same experience in other regions....
Melhores avaliaçÔes
Filtrar por:
1 â 2 de 2 AvaliaçÔes para o Two Major Models of running containers in AWS
por David T
âą
2 de dez de 2021
This was a good introduction to using Docker on AWS and a good introduction to AWS Fargate.