Skip to content

AWS containers

Difference between VMs and containers

Pasted image 20231029212504.png - Containers share the same operating system and kernel as the host that they are deployed on. - Container is more lightweight. VMs - degree of wasted resources. - Containers spin up quicker - VMs offer the full strength of an operating system and more resources, like package installation, dedicated kernel

How you can manage containers

References

  1. https://explore.skillbuilder.aws/learn/course/external/view/elearning/1851/aws-technical-essentials?da=sec&sec=prep Module 2
  2. AWS website: Containers on AWS(opens in a new tab)
  3. External website: Docker: Use Containers to Build, Share and Run Your Applications(opens in a new tab)