AWS-ECS
Elastic Container Service Virtual Machine vs Containerization Advantages Environment Encapsulation In the real enterprise development environment, configuring a local development environment spends too much time and sometimes needs to spend a few days to complete that. Too many unpredictable factors are able to affect the environment configuration. Faster boot time Difference Virtual Machine Infrastructure contains different host hardware, like CPU, RAM, Disk, Network Interface Card, etc. Host Operating System the operating system running in the host Hypervisor running above the host operating system also can directly communicate with the physical host, some of the hypervisors need to run in the host operating system Virtual Machine like an individual machine, each VM has its own operating system and the apps running above the VM operating system spend too much time to launch a new EC2 instance (installing an operating system...