fargate-load-balanced-service with default VPC error #646
Unanswered
smart-patrol
asked this question in
Q&A
Replies: 1 comment
-
Any help would be greatly appreciated... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
❓ Guidance Question
The Question
I am using the
fargate-load-balanced-service
template but with one modification, using the default vpc.So for the VPC portion that means:
vpc = ec2.Vpc.from_lookup(self, "default_vpc", is_default=True)
with finally at the end
Otherwise, not changes were made. Despite threads on StackOverflow showing otherwise, I get the following error:
Any idea why this is happening?
Environment
Other information
https://stackoverflow.com/questions/58726890/unable-to-import-vpc-in-aws-cdk
Also tried using
core.Environment(account_id, region)
Beta Was this translation helpful? Give feedback.
All reactions