Skip to content

(pipelines): cross region S3 bucket - block public access #16411

@0xjjoyy

Description

@0xjjoyy

The cross region S3 bucket that is created should have block public access enabled by default.

Looking at the synthed template, the block public access is not enabled.

Use Case

Ensure s3 block public access protection at the bucket level.

Proposed Solution

Include for any cross region s3 buckets.

    "PublicAccessBlockConfiguration": {
      "BlockPublicAcls": true,
      "BlockPublicPolicy": true,
      "IgnorePublicAcls": true,
      "RestrictPublicBuckets": true
    }

Other

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-s3Related to Amazon S3@aws-cdk/pipelinesCDK Pipelines libraryeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions