issues
search
awslabs
/
aws-config-engine-for-compliance-as-code
Manage AWS Config Rules at scale in AWS multi-account and/or multi-region environment; with fully configurable deployment (RuleSets) and analytics.
Apache License 2.0
276
stars
96
forks
source link
Hitting limit on change set
#32
Closed
jongogogo
closed
6 years ago
jongogogo
commented
6 years ago
Situation:
The pipeline runs every hour
The datalake is deployed
Challenges:
After 30 days or so, the pipeline fails due to hitting the change set limit on the datalake CFn.
Reason:
The datalake gets a change set created everytime the pipeline runs. If no change, the number of change set keep growing.
Workaround:
delete the change sets manually on the datalake CFn
Re-run the pipeline
jongogogo
commented
6 years ago
Fixed
Situation:
Challenges:
Reason:
Workaround: