Shared VM Image Repository

โญ๏ธโญ๏ธ๐Ÿ›ฌ Landing ZoneA central repository provides hardened virtual machine images.

๐Ÿšง This capability reference page is a draft.

If you want to be notified when the capability reference page is finished, click here.

One key decision is if you want to allow application teams to โ€œbring your own imageโ€.

However, most application teams donโ€™t want to bother with this and use images already provided in the cloud. There are two main implementation approaches for this

  • use cloud-provider managed virtual machine base images, maybe applying a policy to restrict them to a subset of available images (e.g. only allow CentOS, Ubuntu)

  • provide โ€œgolden imagesโ€ managed by your organizations

The golden image approach has a few advantages, e.g. when it comes to wiring up existing server management infrastructure like SOC Integration. Itโ€™s however quite a bit of work, considering cloud-specific specialties (kernel extensions for hypervisor support, cloud-init scripts etc.)

Currently no tool implementations documented. Contributions welcome!