-
Notifications
You must be signed in to change notification settings - Fork 4.5k
(pipelines): cross region S3 bucket - block public access #16411
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-s3Related to Amazon S3Related to Amazon S3@aws-cdk/pipelinesCDK Pipelines libraryCDK Pipelines libraryeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-s3Related to Amazon S3Related to Amazon S3@aws-cdk/pipelinesCDK Pipelines libraryCDK Pipelines libraryeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2