Skip to content

Conversation

Piyush-1998
Copy link

@Piyush-1998 Piyush-1998 commented Jun 7, 2025

Issue #2747, if available:

Description of changes:
This architecture demonstrates how to build a private API accessible only from within a VPC using API Gateway private endpoints, where the API is protected by custom domain names and SSL certificates. The solution includes a Lambda function running in private subnets that can access the internet through NAT Gateways, and an EC2 instance configured with Session Manager for secure management, all while maintaining network isolation and security best practices through VPC endpoints.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@Piyush-1998
Copy link
Author

Hello @julianwood and @marcojahn,

Any update on this?

@julianwood julianwood assigned parikhudit and unassigned marcojahn Jun 23, 2025
Copy link
Contributor

Choose a reason for hiding this comment

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

The diagram & wordings seem inaccurate as per the flow defined.

Copy link
Contributor

Choose a reason for hiding this comment

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

  • title does not meet maximum length of 75
  • description does not meet maximum length of 150
  • language is not one of values: TypeScript,Node.js,Python,Java,Go,Rust,.NET,OpenAPI,YAML,
  • gitHub.template.templateURL: Please remove the projectFolder value from the templateFile

Comment on lines +20 to +33
1. Create a new directory, navigate to that directory in a terminal and clone the GitHub repository:
CMD : git clone https://github.com/aws-samples/serverless-patterns

2. Change directory to the pattern directory:
CMD : cd serverless-patterns/private-apigw-custom-domain-private-restapi-public-lambda-terraform

3. From the command line, initialize terraform to download and install the providers defined in the configuration:
CMD : terraform init

4. Review the resources that will be created:
CMD : terraform plan

5. From the command line, apply the configuration in the main.tf file:
CMD : terraform apply -auto-approve
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Please use appropriate markup for commands

upper = false
}


Copy link
Contributor

@parikhudit parikhudit Sep 20, 2025

Choose a reason for hiding this comment

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

Nit: scope for uniform pattern of number of new lines (across the file)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants