Integrating Amazon API Gateway private endpoints with on-premises networks
Read the blog about this application: Integrating Amazon API Gateway private endpoints with on-premises networks
Requirements for deployment
- AWS CLI
- AWS SAM CLI
- AWS credentials that provide the necessary permissions to create the resources. This example uses admin credentials.
- Amazon VPN or AWS Direct Connect with routing rules that allow DNS traffic to pass through to the Amazon VPC.
Deploying
In the terminal, use the SAM CLI guided deployment the first time you deploy
-
Navigate to the cloned repo directory. Alternatively, use the sam init command and paste the repo URL.
-
Build the AWS SAM application:
sam build
- Deploy the AWS SAM application:
sam deploy –guided
Cleanup
- Open the CloudFormation console
- Locate the stack using the name entered in SAM deployment.
- Select the radio option next to it
- Select Delete
- Select Delete stack to confirm
Security
See CONTRIBUTING for more information.
License
This library is licensed under the MIT-0 License. See the LICENSE file.