Commit 1349ffa
authored
[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.1 parent caaed33 commit 1349ffa
1 file changed
+12
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments