Forge Home

aws_powershell

A module that will install the AWS PowerShell tools to a Windows Server. This can be used to control AWS instances from PowerShell cmdlets

11,944 downloads

10,933 latest version

4.9 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

  • 1.1.0 (latest)
  • 1.0.1
  • 1.0.0
  • 0.1.0
released Oct 13th 2014
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 'opentable-aws_powershell', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add opentable-aws_powershell
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install opentable-aws_powershell --version 1.1.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

opentable/aws_powershell — version 1.1.0 Oct 13th 2014

puppet-aws_powershell

####Table of Contents

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

##Overview

The aws_powershell module installs the AWS PowerShell command line tools. These tools are used to manage AWS instances using PowerShell cmdlets.

Build Status

##Module Description

The AWS Tools for Windows PowerShell lets developers and administrators manage their AWS services from the Windows PowerShell scripting environment. Now you can manage your AWS resources with the same Windows PowerShell tools you use to manage your Windows environment.

##Setup ###What download_file affects

  • Installs the AWS PowerShell commands line tools. It does not add them to the path.

###Setup Requirements

  • aws_powershell makes use of Powershell so you will need to have at least version 2.0 installed in order to use this module.

##Begining

To install with defaults

   include aws_powershell

To install a custom version or a custom location:

   class { 'aws_powershell':
     package_name   => 'MyPackageName.msi',
     package_source => 'http://mypackagelocation.com'
  }

##Usage

###Classes and Defined Types

####Class: aws_powershell

Parameters within aws_powershell: #####package_name The name of the msi package to download

#####package_source The http(s) location where the package can be located

#####download_dir The directory to download the package to

##Reference

###Classes ####Public Classes

#Limitations

This module is tested on the following platforms:

  • Windows 2008
  • Windows 2008 R2
  • Windows 2012
  • Windows 2012 R2

It is tested with the OSS version of Puppet only.

###Contributing

Please read CONTRIBUTING.md for full details on contributing to this project.