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.
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 theupdate-task-definition
command. Theupdate-task-definition
command must be run prior to runningdeploy-ecs-scheduled-task
.