AWS CCP Notes

Search

Search IconIcon to open search

15-01 VMs vs Containers

Last updated Aug 17, 2023 Edit Source

VMsContainers
VMs do not make the best use of space.Containers allow you to run multiple apps which are virtually isolated from each other.
Apps are not isolated which could cause config conflicts, security problems, or resource hogging.Launch new containers and configure OS Dependencies per container.
275275