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

feat: added deploy-ecs-scheduled-task command #168

Closed brivu closed 2 years ago

brivu commented 2 years ago

This PR implements the deploy-ecs-scheduled-task command. It enables users to deploy a valid ECS Scheduled Task Rule using the task definition arn generated from running the update-task-definition command. The update-task-definition command must be run prior to running deploy-ecs-scheduled-task.