Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IT-3721] Re-enable VPC flow logs automation (#1331)
We disabled deployment of VPC config to automate enabling of VPC flow log in commit 110dace because we got the following error during deployment.. ``` Resource handler returned message: "Invalid request provided: NoAvailableConfigurationRecorder" ``` I've noticed that AWS config configuration recorder is now enabled in every account. I don't know whether AWS changed something in the back end to enable this or whether it just took time for config recorder to establish recordings. This deployment now works because a configuration recorder has been established all organization accounts. Now we re-enable the VPC flow log automation which is really just a revert of the previous commit to disable the automation.
- Loading branch information