-
Notifications
You must be signed in to change notification settings - Fork 472
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(s3): Allow separate logging bucket for AWS Config
For the case where the central logs bucket has Object Lock enabled, AWS Config does not support logging directly to the central logs bucket. A workaround for that issue is to create a separate bucket without Object Lock enabled and replicate everything over to the central logs bucket. This change adds the option to create that separate bucket with a replication rule into the central logs bucket and repointing AWS Config to use that separate bucket instead.
- Loading branch information
Showing
8 changed files
with
475 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.