https://github.com/softchef/cdk-vpc-peering-connection-example
https://github.com/softchef/cdk-vpc-peering-connection-example
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softchef/cdk-vpc-peering-connection-example
- Owner: SoftChef
- License: apache-2.0
- Created: 2021-10-04T10:04:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-07T00:14:30.000Z (over 4 years ago)
- Last Synced: 2025-03-16T09:44:34.142Z (over 1 year ago)
- Language: TypeScript
- Size: 153 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VPC Peering Connection cross account example with CDK
## Installation
```
npx projen
```
## Deploy example
```
node deploy.js --mp {Your master account AWS profile} --sp {Your slave account AWS profile}
```
When deploy successed, the two VPC are connected, there's CIDR are in the same intranet environment.