Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exanubes/nat-gateway
Repository from blog exanubes.com for NAT or gaining internet access in private networks.
https://github.com/exanubes/nat-gateway
aws aws-cdk cdk internet-access nat-gateway private-network vpc
Last synced: about 22 hours ago
JSON representation
Repository from blog exanubes.com for NAT or gaining internet access in private networks.
- Host: GitHub
- URL: https://github.com/exanubes/nat-gateway
- Owner: exanubes
- Created: 2021-09-06T14:05:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T17:25:42.000Z (over 3 years ago)
- Last Synced: 2024-04-17T02:33:06.007Z (9 months ago)
- Topics: aws, aws-cdk, cdk, internet-access, nat-gateway, private-network, vpc
- Language: TypeScript
- Homepage: https://exanubes.com/blog/setup-aurora-serverless-with-cdk
- Size: 107 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAT Gateway
Repository from blog [exanubes.com](https://exanubes.com) for [NAT or gaining internet access in private networks](https://exanubes.com/blog/setup-aurora-serverless-with-cdk).
## Commands:
Run the following commands for deploying and destroying the stacks
- `npm run cdk:deploy`
- `npm run cdk:destroy`Both of these commands use the `aws-cli sts` service to get the account id and aws IAM role `exanubes-cloudformation-access` in order to dynamically provide role arn. Make sure you're using the account you want to deploy the stacks to and that you have the role created either with the same name or different name and change the scripts in `package.json`.