- Description
- Setup - The basics of getting started with ssm
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Downloads and installs the amazon-ssm-agent, i.e. the EC2 run command agent
This module currently only works on Ubuntu 14.04 (Trusty) and 12.04 (Precise). Pull requests for other distributions welcome.
class { 'ssm':
region => 'us-east-1',
}
Only tested with Ubuntu 14.04 (Trusty) and 12.04 (Precise).
Will not work with any other distros. Pull requests accepted.
Check the CHANGELOG.md for release notes and bug fixes.