-
Notifications
You must be signed in to change notification settings - Fork 17
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
[PRO] public subnets is not created #69
Comments
Any guidance on this? |
Hi @gooftroop , thanks for reporting. Turns out this was an issue in LocalStack itself (not the |
Hi @whummer just confirmed that most of this appears to be fixed. I am able to use public and private subnets now, but isolated subnets are still missing from the returned VPC resource. Is that related to the original issue? |
Hi! We just wanted to follow up on our last message to see whether your issue has been resolved. Were you able to get it working with the latest version of LocalStack? We would appreciate your feedback! |
Closing the issue due to inactivity. |
Using the following code, I expect to see 3 subnets create - a private with NAT, isolated, and a public.
Output:
VPC
Subnets
I would have expected
subnet-bb515ce0
to haveMapPublicIpOnLaunch
set totrue
. I've tried various configurations to debug this (i.e. using the default configuration for vpcs by omitting thesubnetConfiguration
, only specifying the public configuration) without any luck.There is a pre-existing default VPC, but I've verified that no configuration is shared:
I've attached the output log from my locastack container.
Could this be something up with the cdklocal library or maybe something with localstack (or my configuration)?
localstack_output.txt
The text was updated successfully, but these errors were encountered: