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

Fix the example for resources that do not support the Tags property #285

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Oct 3, 2022

  1. Add some more resources without Tags property

    * AWS::KMS::Alias
    * AWS::SageMaker::NotebookInstanceLifecycleConfig
    * AWS::Lambda::Permission
    * AWS::Athena::NamedQuery
    * AWS::Athena::PreparedStatement
    * AWS::S3::BucketPolicy
    scottschreckengaust committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    6d10a8b View commit details
    Browse the repository at this point in the history
  2. Remove "common" tag guard

    Not all resources have a Tags property, this guard belongs in a
    separate rule unrelated to encryption for Dynamo.
    scottschreckengaust committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    99d0c84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6a1a5 View commit details
    Browse the repository at this point in the history
  4. Added two resources without Tags outside us-east-1

    There are four regions without Tags property for IoT::TopicRule
    There are four regions without Tags property for Logs::LogGroup
    scottschreckengaust committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f899034 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    dbcfb6e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    0bef3ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5d3252 View commit details
    Browse the repository at this point in the history
  3. update check-tags-present.guard

    Based on October 24, 2024 review
    scottschreckengaust authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    01bdc2e View commit details
    Browse the repository at this point in the history
  4. Update dynamodb-table-sse.guard

    Not ALL resources must have tags, just the DynamoDB Tables.
    scottschreckengaust authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c450b46 View commit details
    Browse the repository at this point in the history