You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ Collection of tools to make working with AWS a bit easier without having to depe
19
19
|[ecr-get-login](ecr/get-login)| Prints out the command to run to auth with docker ECR. Check output flag for other options |
20
20
|[ecs-dashboard](ecs/dashboard)| Shows ECS services and their version across multiple AWS accounts. |
21
21
|[ecs-locate](ecs/locate)| Returns `ip:port` for containers of an ECS service |
22
-
|[ecs-deploy](ecs/dashboard)| Update the container images of a task and update services to use it |
22
+
|[ecs-deploy](ecs/deploy)| Update the container images of a task and update services to use it |
23
23
|[ecs-run-task](ecs/run-task)| Runs a task definition |
24
24
|`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.|
25
25
|`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. |
26
26
|`lambda-ping`| Pings a URL with lambda and publish a custom cloudwatch metric with the result. |
27
-
|`s3-download`| Download a single file from s3. |
27
+
|[s3-download](s3/download)| Download a single file from s3. |
28
28
|[kms-env](kms/env/)| Decrypts environment variables from SSM, KMS or Secret Manager and runs a command. |
0 commit comments