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

VPC Symmetry Error when running cdk synthezize #1

Closed
hrpomrx opened this issue Jul 21, 2021 · 1 comment
Closed

VPC Symmetry Error when running cdk synthezize #1

hrpomrx opened this issue Jul 21, 2021 · 1 comment

Comments

@hrpomrx
Copy link

hrpomrx commented Jul 21, 2021

[Error at /sagemakerStudioCDK] Could not find any VPCs matching {"account":"","region":"us-east-1","filter":{"isDefault":"true"},"returnAsymmetricSubnets":true}
Found errors

@AmineIzanami
Copy link
Contributor

AmineIzanami commented Aug 6, 2021

For demo purpose, you need to have a default VPC in your AWS account, you can still replace explicitly with a VPC ID in sagemaker_studio_stack.py, if you do not have a default VPC set in yout AWS account.
default_vpc_id = ec2.Vpc.from_lookup(self, "VPC", vpc_id = VPC_ID )

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

No branches or pull requests

2 participants