Forge Home

ssm

Install and configure the AWS EC2 Simple Systems Manager (SSM, i.e. the EC2 run command)

106,031 downloads

65,252 latest version

4.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.6.0 (latest)
  • 0.5.0
  • 0.4.0
  • 0.3.0
  • 0.2.0
  • 0.1.0
released Aug 22nd 2017
This version is compatible with:
  • , , , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'Chaordix-ssm', '0.6.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add Chaordix-ssm
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install Chaordix-ssm --version 0.6.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

Chaordix/ssm — version 0.6.0 Aug 22nd 2017

ssm

Table of Contents

  1. Description
  2. Setup - The basics of getting started with ssm
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Description

Downloads and installs the amazon-ssm-agent, i.e. the EC2 run command agent

Setup

Setup Requirements

This module should support: Amazon (2016.03) CentOS (6, 7) Debian (7, 8) OracleLinux (6, 7) RedHat (6, 7) Scientific (6, 7) Ubuntu (14.04 (Trusty), 12.04 (Precise))

Pull requests for other distributions welcome.

Typical Usage

class { 'ssm':
  region => 'us-east-1',
}

Advanced Options

class { 'ssm':
  region         => 'us-east-1',
  manage_service => false,
  custom_url     => 'my.fancy.url/foo/bar',
  custom_path    => '/my/download/path/for/package/',
}

Limitations

Only tested with Ubuntu 14.04 (Trusty) and 12.04 (Precise) by myself. @chroto submitted a pull request for CentOS support, I assume he tested it. :-) Shawn Sterling tested on Amazon linux.

Will not work with any other distros. Pull requests accepted.

Release Notes/Contributors/Etc. Optional

Check the CHANGELOG.md for release notes and bug fixes.