Skip to content

Commit

Permalink
Fix link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hamstah committed Jul 25, 2019
1 parent 12bfd5b commit acad27c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ Collection of tools to make working with AWS a bit easier without having to depe

## List of tools

| Tool | Overview |
|----------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
| [aws-dump](aws/dump) | Dumps (a subset of) AWS resources metadata to JSON and optionally check if they are in terraform state. |
| [iam-session](iam/session/) | Creates new IAM session with role assumption and MFA support. |
| [iam-public-keys](iam/public-ssh-keys) | Returns the public SSH keys of an IAM user. |
| [iam-sync-users](iam/sync-users) | Create Linux users from IAM |
| [iam-request-ssh-key-signature](iam/request-ssh-key) | Request SSH key signature from a CA managed by `lambda-sign-ssh-key`. |
| [lambda-sign-ssh-key](lambda/sign-ssh-key) | Sign SSH keys from a CA using the caller's identity to set the principals. |
| [iam-auth-proxy](iam/auth-proxy) | Use IAM as identity provider for services. |
| [cloudwatch-put-metric-data](cloudwatch/put-metric-data) | Basic sending a metric value to cloudwatch |
| [ec2-describe-instances](ec2/describe-instances) | Describe EC2 instances by id or filter |
| [ec2-ip-from-name](ec2/ip-from-name) | Given an EC2 name, list up to `-max-results` IPs associated with instances with that name |
| [ecr-get-login](ecr/get-login) | Prints out the command to run to auth with docker ECR. Check output flag for other options |
| [ecs-dashboard](ecs/dashboard) | Shows ECS services and their version across multiple AWS accounts. |
| [ecs-locate](ecs/locate) | Returns `ip:port` for containers of an ECS service |
| [ecs-deploy](ecs/dashboard) | Update the container images of a task and update services to use it |
| [ecs-run-task](ecs/run-task) | Runs 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` | Pings a URL with lambda and publish a custom cloudwatch metric with the result. |
| `s3-download` | Download a single file from s3. |
| [kms-env](kms/env/) | Decrypts environment variables from SSM, KMS or Secret Manager and runs a command. |
| Tool | Overview |
|----------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
| [aws-dump](aws/dump) | Dumps (a subset of) AWS resources metadata to JSON and optionally check if they are in terraform state. |
| [iam-session](iam/session/) | Creates new IAM session with role assumption and MFA support. |
| [iam-public-keys](iam/public-ssh-keys) | Returns the public SSH keys of an IAM user. |
| [iam-sync-users](iam/sync-users) | Create Linux users from IAM |
| [iam-request-ssh-key-signature](iam/request-ssh-key-signature) | Request SSH key signature from a CA managed by `lambda-sign-ssh-key`. |
| [lambda-sign-ssh-key](lambda/sign-ssh-key) | Sign SSH keys from a CA using the caller's identity to set the principals. |
| [iam-auth-proxy](iam/auth-proxy) | Use IAM as identity provider for services. |
| [cloudwatch-put-metric-data](cloudwatch/put-metric-data) | Basic sending a metric value to cloudwatch |
| [ec2-describe-instances](ec2/describe-instances) | Describe EC2 instances by id or filter |
| [ec2-ip-from-name](ec2/ip-from-name) | Given an EC2 name, list up to `-max-results` IPs associated with instances with that name |
| [ecr-get-login](ecr/get-login) | Prints out the command to run to auth with docker ECR. Check output flag for other options |
| [ecs-dashboard](ecs/dashboard) | Shows ECS services and their version across multiple AWS accounts. |
| [ecs-locate](ecs/locate) | Returns `ip:port` for containers of an ECS service |
| [ecs-deploy](ecs/dashboard) | Update the container images of a task and update services to use it |
| [ecs-run-task](ecs/run-task) | Runs 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` | Pings a URL with lambda and publish a custom cloudwatch metric with the result. |
| `s3-download` | Download a single file from s3. |
| [kms-env](kms/env/) | Decrypts environment variables from SSM, KMS or Secret Manager and runs a command. |

## Authentication

Expand Down

0 comments on commit acad27c

Please sign in to comment.