Skip to main content
CI Modules 0.57.3Last updated in version 0.50.11

AWS Helpers

View SourceRelease Notes

This module contains helper scripts that automate common AWS tasks:

  • publish-ami: This script copies the given AMI to the specified AWS regions and makes it public.

Installing the helpers

You can install the helpers using the Gruntwork Installer:

gruntwork-install --module-name "aws-helpers" --repo "https://github.com/gruntwork-io/terraform-aws-ci" --tag "v0.0.1"

We recommend running this command in the dependencies section of circle.yml:

dependencies:
override:
# Install the Gruntwork Installer
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/main/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version v0.0.16

# Use the Gruntwork Installer to install the gruntwork-module-circleci-helpers module
- gruntwork-install --module-name "aws-helpers" --repo "https://github.com/gruntwork-io/terraform-aws-ci" --tag "v0.0.1"