From acad27c69ef05945c278c485fd83a230233e98ca Mon Sep 17 00:00:00 2001 From: Nico Esteves Date: Thu, 25 Jul 2019 02:06:40 +0200 Subject: [PATCH] Fix link in README --- README.md | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 839af00..95d5474 100644 --- a/README.md +++ b/README.md @@ -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