Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(apprunner): support vpc ingress connection #30623

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

mazyu36
Copy link
Contributor

@mazyu36 mazyu36 commented Jun 22, 2024

Issue # (if applicable)

Closes #22850.

Reason for this change

To support VPC Ingress Connection for making App Runner Service private and only accessible from within a VPC.

Description of changes

  • Add isPubliclyAccessible property to the Service class
  • Add VpcIngressConnection class

Description of how you validated changes

Add unit tests and integ tests

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions bot added star-contributor [Pilot] contributed between 25-49 PRs to the CDK effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 labels Jun 22, 2024
@aws-cdk-automation aws-cdk-automation requested a review from a team June 22, 2024 09:07
@mazyu36 mazyu36 force-pushed the apprunner-private-access-22850 branch from 5b3e3e1 to 6e66ff9 Compare June 22, 2024 09:59
@mazyu36 mazyu36 marked this pull request as ready for review June 25, 2024 00:16
@mazyu36
Copy link
Contributor Author

mazyu36 commented Jun 25, 2024

@Mergifyio update

Copy link
Contributor

mergify bot commented Jun 25, 2024

update

☑️ Nothing to do

  • #commits-behind>0 [📌 update requirement]
  • -closed [📌 update requirement]
  • -conflict [📌 update requirement]
  • queue-position=-1 [📌 update requirement]

@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Jun 26, 2024
packages/@aws-cdk/aws-apprunner-alpha/README.md Outdated Show resolved Hide resolved

public constructor(scope: Construct, id: string, props: VpcIngressConnectionProps) {
super(scope, id, {
physicalName: props.vpcIngressConnectionName,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you check if it deploys with vpcIngressConnectionName: undefined?
If not, we should lazily generate one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. I tried deploying with vpcIngressConnectionName: undefined, and I was able to deploy without any issues.

image image

@aws-cdk-automation aws-cdk-automation removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Jul 31, 2024
@mazyu36
Copy link
Contributor Author

mazyu36 commented Jul 31, 2024

@lpizzinidev
Thanks.
I've addressed your comments.

@mazyu36 mazyu36 requested a review from lpizzinidev July 31, 2024 16:10
Copy link
Contributor

@lpizzinidev lpizzinidev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Aug 1, 2024
@shikha372 shikha372 self-assigned this Aug 23, 2024
@paulhcsun paulhcsun assigned paulhcsun and unassigned shikha372 Aug 26, 2024
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: b133226
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 pr/needs-maintainer-review This PR needs a review from a Core Team Member star-contributor [Pilot] contributed between 25-49 PRs to the CDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws-apprunner: support private access from VPC
5 participants