Skip to content

Commit b030b2d

Browse files
DOC-406: Document DNS workaround for Cloud Pods S3 remotes on older versions (#874)
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
1 parent c4e8275 commit b030b2d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/content/docs/aws/developer-tools/snapshots/cloud-pods.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,14 @@ export AWS_SECRET_ACCESS_KEY=...
414414

415415
A possible option is to obtain credentials via [AWS SSO CLI](https://github.com/synfinatic/aws-sso-cli).
416416

417+
:::note
418+
**LocalStack v2026.08 or later:** Cloud Pods can be saved to and loaded from real AWS S3 buckets while [Transparent Endpoint Injection](/aws/customization/networking/transparent-endpoint-injection/) is enabled (the default configuration).
419+
420+
**LocalStack versions before v2026.08:** If you encounter TLS certificate validation errors when saving Cloud Pods to a real S3 bucket, disable the DNS server by setting `DNS_ADDRESS=0` and restart LocalStack.
421+
This workaround disables transparent endpoint injection application-wide.
422+
For more details, see [DNS Server configuration](/aws/customization/networking/dns-server/#dns-server-bind-address).
423+
:::
424+
417425
Next, we establish a new remote specifically designed for an S3 bucket.
418426
By running the following command, we create a remote named `s3-storage-aws` responsible for storing Cloud Pod artifacts in an S3 bucket called `ls-pods-bucket-test`.
419427

0 commit comments

Comments
 (0)