Overview
If you’re having trouble connecting your application to LocalStack, you’re likely running into a networking mismatch. This section helps you identify the right troubleshooting path based on where your code is running.
Networking Troubleshooting
Section titled “Networking Troubleshooting”Choose the scenario below that best describes your networking layout. Whether you’re running code on your host machine, in a container, or across multiple hosts, simply follow the corresponding guide to resolve common connection issues.
For example, setting the endpoint_url
parameter with an AWS SDK.
For example, you have a Lambda function that needs to access LocalStack resources.
Accessing a resource created by LocalStack
Section titled “Accessing a resource created by LocalStack”For example, you have created an OpenSearch cluster and are trying to access that resource by its URL.