/wercker-step-install-aws-cli

Wercker step to pull down and install latest AWS command line tools

Primary LanguageShell

install-aws-cli

Installs the AWS Command Line Tools

Based on AWS CLI installation.

Options

  • key required
  • secret required
  • region optional
  • version optional, defaults to latest

Example

steps:
  - edgecaseadmin/install-aws-cli:
      key: $AWS_KEY
      secret: $AWS_SECRET
      region: $AWS_REGION
      version: 1.11.18