Describe the bug
Creating AWS::AutoScaling::AutoScalingGroup CloudFormation resource with the appropriate Tag should trigger scheduling of ASG
Schedules are currently only created if the tag is subsequently created/updated after ASG creation.
To Reproduce
Create CFN template with AWS::AutoScaling::AutoScalingGroup resource with tag key/value pair indicating that ASG is to be scheduled
Schedules is not created for ASG
Expected behavior
Schedule is created when an ASG is created with the appropriate Tag Key/Value pair.
Please complete the following information about the solution:
Describe the bug
Creating AWS::AutoScaling::AutoScalingGroup CloudFormation resource with the appropriate Tag should trigger scheduling of ASG
Schedules are currently only created if the tag is subsequently created/updated after ASG creation.
To Reproduce
Create CFN template with AWS::AutoScaling::AutoScalingGroup resource with tag key/value pair indicating that ASG is to be scheduled
Schedules is not created for ASG
Expected behavior
Schedule is created when an ASG is created with the appropriate Tag Key/Value pair.
Please complete the following information about the solution: