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

CDK: VPC Migration #7624

Closed
Tracked by #7614
AshCorr opened this issue Apr 26, 2023 · 1 comment · Fixed by #8417
Closed
Tracked by #7614

CDK: VPC Migration #7624

AshCorr opened this issue Apr 26, 2023 · 1 comment · Fixed by #8417
Assignees

Comments

@AshCorr
Copy link
Member

AshCorr commented Apr 26, 2023

Existing resources

"VPCIpBlock": Object {
"Default": "10.248.136.0/22",
"Description": "CIDR block for IP addresses inside this VPC",
"Type": "String",
},
"VpcId": Object {
"Description": "The VPC in which rendering instances will run",
"Type": "AWS::EC2::VPC::Id",
},

We don't actual configure the VPC in Cloudformation, but we need to replace our parameters with the CDK equivalent GuVPC

@AshCorr AshCorr mentioned this issue Apr 26, 2023
@AshCorr AshCorr changed the title VPC CDK: VPC Migration Apr 26, 2023
@AshCorr AshCorr self-assigned this Apr 26, 2023
@cemms1
Copy link
Contributor

cemms1 commented Aug 1, 2023

We need to not use the default VPC ID for the AWS account #8429

EDIT: decided not to go down this route for reasons explained on the linked issue

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 a pull request may close this issue.

3 participants