4.3 - Image Blueprint

How to look good?

This blueprint can be added to the Tuono Environment that contains the previous blueprints:

  1. Module 101 Location Blueprint

  2. Module 102 Network Blueprint

  3. Module 103 Security Blueprint

This is applied at the same time as the Blueprint form the next module. the purpose here is simply to explain the image concept.

#
# Tuono Hands-On Lab
# HOL-104
# This is an example blueprint that demonstrates Image selection in cloud providers
#
---
compute:
  image:
    bionic:
      publisher: Canonical
      product: UbuntuServer
      sku: 18.04-LTS
      venue:
        aws:
          image_id: ami-04bb0cc469b2b81cc

Last updated

Was this helpful?