CircleCI-Public / aws-ecs-orb

An orb that simplifies deployment to Amazon's Elastic Container Service (ECS). Supports both EC2 and Fargate launch types.
https://circleci.com/orbs/registry/orb/circleci/aws-ecs
MIT License
51 stars 80 forks source link

Readme examples out of date #112

Closed robdavidson-lumin closed 4 years ago

robdavidson-lumin commented 4 years ago

What would you like to be added

Feature request here is to resync the documentation to reflect the current major version and to describe how to build a container and deploy it using AWS ECR and ECS path.

As a new user to CircleCI the Readme's are very helpful, they really showcase the features and help you get started. However once they become out of date it becomes difficult to use.

Also its not clear what ECR / ECS orbs are compatable with each other.

Why is this needed

Readme and guides should match up with the current major release version so you end up using the current patterns and lower the number of inconsistancies.

For example im seeing different ways of naming the environment variables and How container repo's are tagged. Older versions use CIRCLE_SHA1 for tagging repo's.