aws-apprunner: support private access from VPC #22850
Labels
@aws-cdk/aws-apprunner
Related to the apprunner package
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p3
Describe the feature
App Runner now supports privately accessible services within VPC
https://aws.amazon.com/about-aws/whats-new/2022/11/aws-app-runner-supports-privately-accessible-services-amazon-vpc/
To reference the VPC interface endpoint it's needed:
ingressConfiguration
property inNetworkConfigurationProperty
. At the moment there is onlyegressConfiguration
. (https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_apprunner.CfnService.NetworkConfigurationProperty.html)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
CDK version used
2.50.0
Environment details (OS name and version, etc.)
Linux
The text was updated successfully, but these errors were encountered: