Skip to content

Commit

Permalink
Closed hsachdevah#24
Browse files Browse the repository at this point in the history
Fixed Typos as well.
  • Loading branch information
hsachdeva committed Jun 12, 2014
1 parent fdadd01 commit 48b1a8b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This is particularly useful if you are learning to work with AWS & don't want to

You would require node.js installed on your system to use aws-cleanup. In case its not already installed, you can get it from here: http://nodejs.org/

You also need ```npm``` installed on your system so that required dependencies can be downloaded. Install it from the instructions provided at this site : https://www.npmjs.org/

You can get the code & required modules (including AWS-SDK for node.js) by executing the following commands

```sh
Expand Down Expand Up @@ -38,14 +40,14 @@ The given access key & secret key should have all the permissions to list/delete
The following services are supported in latest version:


| Services | Notes |
| --------------------- | --------------------------------------------------------- |
| AutoScalingGroups | Sets Desired Capacity to 0 |
| CloudWatch | Disbled by default, check config.json. Billing Alarms are not deleted |
| EBS | Only volumes with status 'available' will get deleted |
| EC2 | Only instances with status 'running' will get terminated |
| Elastic IP | Only EIPs with scope 'vpc' will get released |
| ELB | |
| Redshift | |
| RDS | Only DB instances with status 'available' will get deleted|
| SNS | Disbled by default, check config.json |
| Services | Notes |
| --------------------- | --------------------------------------------------------- |
| AutoScalingGroups | Sets Desired Capacity to 0 |
| CloudWatch | Disabled by default, check config.json. Billing Alarms are not deleted |
| EBS | Only volumes with status 'available' will get deleted |
| EC2 | Only instances with status 'running' will get terminated |
| Elastic IP | Only EIPs with scope 'vpc' will get released |
| ELB | |
| Redshift | |
| RDS | Only DB instances with status 'available' will get deleted |
| SNS | Disabled by default, check config.json |

0 comments on commit 48b1a8b

Please sign in to comment.