ecsy icon indicating copy to clipboard operation
ecsy copied to clipboard

A command-line tool for provisioning and managing AWS ECS clusters

Results 5 ecsy issues
Sort by recently updated
recently updated
newest added

I'd like to publish the Cloudformation templates to s3 and reference them from the CLI rather baking them into the binary. This sets us up to be able to have...

As an experiment, I am going to see what the deploy time is like for handling deploys by CloudFormation updates: > @pda Ability to perform CloudFormation Change Sets / Stack...

Anything that does a Cloudformation update should do it as a changeset.

This drops support entirely for docker-compose files, in favour of native ECS task definitions, with the caveat that you can write them in YAML and use env var interpolation.

Just reviewing this stack based on the work done in https://github.com/awslabs/ecs-refarch-cloudformation which includes a template for the ALB, and registers tasks with the ALB listener. Interested in your thoughts on...