awslabs/aws-config-engine-for-compliance-as-code

Hitting limit on change set

jongogogo opened this issue · 1 comments

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

Fixed