icru

Results 2 comments of icru

Currently, we have the idea of using YAML Patch Overrides to achieve the following. If you have any opinions on how to set this up, please let me know. cfn.patches.yml...

If scaling has already been set in the manifest file, it can be set using YAML Patch Overrides. cfn.patches.yml ```YAML - op: add path: /Resources/AutoScalingTarget/Properties/ScheduledActions value: - ScalableTargetAction: MinCapacity: 10...