Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstah committed May 29, 2018
1 parent 7268646 commit 3f88dd0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ Collection of tools to make working with AWS a bit easier without having to depe
* `cloudwatch-put-metric-data`: Basic sending a metric value to cloudwatch
* `ec2-ip-from-name`: Given an EC2 name, list up to `-max-results` IPs associated with instances with that name (default is 1).
* `ecr-get-login`: Prints out the command to run to auth with docker ECR. Check output flag for other options
* `ecs-dashboard`: Shows ECS services and their version across multiple AWS accounts. [details](ecs/dashboard)
* `ecs-deploy`: Update the container images of a task and update services to use it
* `ecs-run-task`: Run a task definition
* `elb-resolve-elb-external-url`: ELB classic only (no ALB). Given a name returns the zone53 record associated with the ELB, including scheme (https returned if both available) and port.
* `elb-resolve-alb-external-url`: Both ELB classic and ALB. Given a name, returns route53 record associated with the ELB. Does not include scheme or port as it doesn't check listeners.
* `lambda-ping`: Ping a URL with lambda and publish a custom cloudwatch metric with the result.
* `s3-download`: Download a single file from s3
* `kms-env`: Decrypts environment variables from SSM or KMS and runs a command.

Expand Down
Binary file removed ecs/dashboard/ecs-dashboard
Binary file not shown.
16 changes: 0 additions & 16 deletions ecs/dashboard/ecs-dashboard.asc

This file was deleted.

0 comments on commit 3f88dd0

Please sign in to comment.