-
Notifications
You must be signed in to change notification settings - Fork 4.5k
aws-apprunner: support private access from VPC #22850
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-apprunnerRelated to the apprunner packageRelated to the apprunner packageeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p3
Description
Describe the feature
App Runner now supports privately accessible services within VPC
To reference the VPC interface endpoint it's needed:
ingressConfigurationproperty inNetworkConfigurationProperty. At the moment there is onlyegressConfiguration. (https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apprunner.CfnService.NetworkConfigurationProperty.html)- VP Ingress Connection for App Runner to associate it with the VPC interface endpoint
Use Case
I have an app running on App Runner and I need it to be available only via VPC and not publicly accessible.
Cloudformation already supports this.
Proposed Solution
No response
Other Information
Here details how it's implemented using CLI
https://docs.aws.amazon.com/apprunner/latest/dg/network-pl-manage.html
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.50.0
Environment details (OS name and version, etc.)
Linux
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-apprunnerRelated to the apprunner packageRelated to the apprunner packageeffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p3