Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(s3): Allow separate logging bucket for AWS Config #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 10, 2023

  1. 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.
    omnibrian committed May 10, 2023
    Configuration menu
    Copy the full SHA
    aabb331 View commit details
    Browse the repository at this point in the history