https://github.com/mikeshultz/localstack-get-subnets-bug
Repro of an issue with localstack returning a 500 for ec2.DescribeSubnets
https://github.com/mikeshultz/localstack-get-subnets-bug
Last synced: 3 months ago
JSON representation
Repro of an issue with localstack returning a 500 for ec2.DescribeSubnets
- Host: GitHub
- URL: https://github.com/mikeshultz/localstack-get-subnets-bug
- Owner: mikeshultz
- Created: 2024-10-29T19:13:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:36:31.000Z (over 1 year ago)
- Last Synced: 2025-01-26T03:23:13.436Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `ec2.DescribeSubnets` issue
Steps to repro:
1) Install dependencies: `pip install pulumi pulumi-aws`
2) Start localstack: `docker run -e LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN} -e LS_LOG=debug -p 4566:4566 localstack/localstack-pro:3.8.0`
3) Run Pulumi program against localstack: `pulumi -s gst preview`
You'll notice the Pulumi command hangs, and the reported errors show up in the localstack logging.