ec2 (S3): Disable "Enable private DNS only for inbound endpoint" when creating a VPC endpoint interface #29739
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
AWS introduced a new feature for VPC endpoint interfaces for S3 that enables/disables "private DNS only for inbound endpoint": https://aws.amazon.com/blogs/storage/introducing-private-dns-support-for-amazon-s3-with-aws-privatelink/
According to the current documentation, there is not a way to disable/enable this feature.
We are using the following class: https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ec2/CfnVPCEndpoint.html
We would like to see the option to do so.
Use Case
We want to create a VPC endpoint interface for S3 where the "Enable private DNS only for inbound endpoint" is disabled.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.135.0
Environment details (OS name and version, etc.)
We are running CDK from a docker container with UBI-minimal 8.9, nodejs 20.12.0 and python 3.11
The text was updated successfully, but these errors were encountered: