Using existing VPC #101
Unanswered
julianblue
asked this question in
Q&A
Replies: 3 comments 3 replies
|
+1 This would be really useful! |
0 replies
|
Thanks for the discussion @julianblue ! Could you be more specific regarding this statement
What did you try exactly and what error did you get? There is a well documented method to import an already existing VPC in a given stack, Vpc.from_lookup. Perhaps you have already tried without success? |
1 reply
|
Hi @emileten , |
2 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.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am trying to deploy the stack using an existing vpc. The thought of line was to replace
https://github.com/developmentseed/eoapi-cdk/blob/main/integration_tests/cdk/app.py#L27-L35
and referencing the existing vpc by its id. I am facing issues getting this running. Are there any insights on how to do this ?
The aim is to not have publicly accessible endpoints, but internally accessible within the vpc.
Thanks in advance.
All reactions