Skip to content

Public documentation for boltopspro/ssm-association

License

Notifications You must be signed in to change notification settings

boltops-pro-docs/ssm-association

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This repo contains only the documentation for the private BoltsOps Pro repo code. Original file: https://github.com/boltopspro/ssm-association/blob/master/README.md The docs are publish so they are available for interested customers. For access to the source code, you must be a paying BoltOps Pro subscriber. If are interested, you can contact us at contact@boltops.com or https://www.boltops.com

Blueprint: ssm-association

Usage

  1. Configure: configs/ssm-association values
  2. Deploy

Configure

First you want to configure the configs/ssm-association config files. You can use lono seed to configure starter values quickly.

LONO_ENV=development lono seed ssm-association

For additional environments:

LONO_ENV=production  lono seed ssm-association

The generated files in config/ssm-association folder look something like this:

configs/ssm-association/
├── params
│   ├── development.txt
│   └── production.txt
└── variables
    ├── development.rb
    └── production.rb

Deploy

Use the lono cfn deploy command to deploy. Example:

LONO_ENV=development lono cfn deploy ssm-association-development --blueprint ssm-association --sure
LONO_ENV=production  lono cfn deploy ssm-association-production  --blueprint ssm-association --sure

Releases

No releases published

Packages

No packages published

Languages