Using existing VPC #101
Replies: 3 comments 3 replies
-
+1 This would be really useful! |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
Hi @emileten , |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions