2017 © Pedro Peláez
 

project aws-cf-killer

AWS Cloud Formation killer

image

continuousphp/aws-cf-killer

AWS Cloud Formation killer

  • Monday, August 29, 2016
  • by continuousphp
  • Repository
  • 2 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

AWS Cloud Formation killer

Build Status, (*1)

An application to delete running stacks based on tags matching, (*2)

Requirements

  • PHP 5.6+

Installation

  • Download Composer: curl -sS https://getcomposer.org/composer.phar -o composer.phar
  • Install the Deploy Agent: php composer.phar create-project -s dev --no-dev continuousphp/aws-cf-killer

Setup the application

Create a config/local.php file as following:, (*3)


<?php return [ // AWS SDK configuration as describe in the doc 'aws' => [ 'region' => 'us-east-1', 'credentials' => [ 'key' => 'XXXXXXXXXXXXXXXXXXXX', 'secret' => 'ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ' ] ], // tags to match for deletion 'tags' => [ 'env' => 'acceptance' ] ];

More information about AWS SDK configuration could be found here, (*4)

Start using with: ./bin/kill, (*5)

The Versions

29/08 2016

dev-master

9999999-dev https://github.com/continuousphp/aws-cf-killer

AWS Cloud Formation killer

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Frederic Dewinne

aws tool cloud formation