Skip to content

Commit

Permalink
Add alternative url structure section
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Dec 18, 2024
1 parent 82e4896 commit ba71888
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/en/user-guide/aws/elb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ The following output will be retrieved:
}
```

#### Alternative URL structure

If a request cannot be made to a subdomain of `localhost.localstack.cloud`, an alternative URL structure is available, however it is not returned by AWS management API methods.
To make a request against an ELB with id `<elb-id>`, use the URL:

```

Check failure on line 156 in content/en/user-guide/aws/elb/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Fenced code blocks should have a language specified

content/en/user-guide/aws/elb/index.md:156 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md040.md

Check failure on line 156 in content/en/user-guide/aws/elb/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Fenced code blocks should have a language specified

content/en/user-guide/aws/elb/index.md:156 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/md040.md
http(s)://localhost.localstack.cloud:4566/_aws/elb/<elb-id>/<elb-path>
```

## Examples

The following code snippets and sample applications provide practical examples of how to use ELB in LocalStack for various use cases:
Expand Down

0 comments on commit ba71888

Please sign in to comment.