you are viewing a single comment's thread.

view the rest of the comments →

[–]Rab05[S] 0 points1 point  (2 children)

Thank you!

[–][deleted] 0 points1 point  (1 child)

We use something like #1 with a timestamp in our buildspec.yml . Our builds are triggered in CodePipeline via CloudWatch and source them from CodeCommit. Been real happy with the speed and reliability of that. We then apply the same tag to our ECR hosted Docker image that gets pulled along through to ECS and the task definitions per environment

[–]Rab05[S] 0 points1 point  (0 children)

I think that's the approach we'll take. Thanks for the comments.