This repository has been archived by the owner on May 6, 2024. It is now read-only.
v0.2.0
0.2.0 (2017-12-31)
Features
- Added --cluster global flag to allow running commands against other clusters rather than the default. If omitted, the default fargate cluster is used. (#2)
- lb create, service create, and task run now accept an optional --subnet-id flag to place resources in different VPCs and subnets rather than the defaults. If omitted, resources will be placed within the default subnets within the default VPC. (#2)
- lb create, service create, and task run now accept an optional --security-group-id flag to allow applying more restrictive security groups to load balancers, services, and tasks. This flag can be passed multiple times to apply multiple security groups. If omitted, a permissive security group will be applied.
Bug Fixes
- Resolved crashes with certificates missing resource records. Certificates that fail to be issued immediately after request would cause crashes in lb info and lb list as the resource record was never generated.