1. Deployment Manager
    1. Overview
      1. Infrastructure as Code deployment service
      2. Automates creation and management of GCP resources
      3. Creates and manages GCP templates with configuration files and templates
    2. Benefit
      1. Standandization and repeatability
      2. Create resources with repeatable results
      3. Highly structured templates and configuration
      4. Document infrastructure in easy to understand format
      5. Used by GCP markerplace for 1 click deployment
    3. Templates
      1. Configuration file can link to templates
      2. Separate configurations into modular components
      3. Python or Jinja2 format
      4. Easier to manage and maintain
      5. Reusable
    4. Operation
      1. Deploy with commandline only
      2. Calls on API resources
      3. Configuration file - YAML format