DOC-406: Document DNS workaround for Cloud Pods S3 remotes on older versions - #874
Open
localstack-bot wants to merge 66 commits into
Open
DOC-406: Document DNS workaround for Cloud Pods S3 remotes on older versions#874localstack-bot wants to merge 66 commits into
localstack-bot wants to merge 66 commits into
Conversation
…EE 866 (#776) Co-authored-by: kostas-localstack <konstantinos.koukourakis@localstack.cloud> Co-authored-by: Brian Rinaldi <brian.rinaldi@gmail.com>
…772) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
Co-authored-by: Quetzalli <hola@quetzalliwrites.com> Co-authored-by: Quetzalli <alejandra.olvera.novack@gmail.com> Co-authored-by: Harsh Mishra <erbeusgriffincasper@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
Co-authored-by: Alex Rashed <2796604+alexrashed@users.noreply.github.com> Co-authored-by: Steve Purcell <steve@sanityinc.com> Co-authored-by: Kostas <konstantinos.koukourakis@localstack.cloud> Co-authored-by: Brian Rinaldi <brian.rinaldi@gmail.com> Co-authored-by: Joel Scheuner <joel.scheuner.dev@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: George Tsiolis <tsiolis.g@gmail.com> Co-authored-by: Kiah Imani <kiah@c-trax.com>
Co-authored-by: Alexander <alexander@MacBook-Pro-som-tillhor-Alexander.local>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
Co-authored-by: Brian Rinaldi <brian.rinaldi@gmail.com>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
…g services (#846) Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
localstack-bot
requested review from
HarshCasper,
quetzalliwrites and
remotesynth
as code owners
August 18, 2026 21:07
Deploying localstack-docs with
|
| Latest commit: |
8f297de
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fc7de71f.localstack-docs.pages.dev |
| Branch Preview URL: | https://docs-agent-doc-406.localstack-docs.pages.dev |
remotesynth
approved these changes
Aug 19, 2026
alexrashed
requested review from
anisaoshafi
and removed request for
alexrashed
August 19, 2026 11:45
anisaoshafi
approved these changes
Aug 19, 2026
anisaoshafi
left a comment
Contributor
There was a problem hiding this comment.
LGTM, thanks for keeping this up-to-date 🙌🏼
Collaborator
|
@anisaoshafi hola chica, can you confirm if this is part of the August release? Or, is this a standalone item we can merge now to main? Thanks! |
Contributor
|
Hola Quetzalli. This fix was merged 5 days ago. I'm not very up to date with the release process on emulator side. I think we can merge it now, it should be available with latest tag. |
Collaborator
|
got it @anisaoshafi ... I see ENG merged that code PR into main, so to me this indicates this docs PR it's not release dependent however, the note itself mentions the upcoming august release, which makes me think merging it on the 26th when we release v2026.7.0 is most logical |
quetzalliwrites
approved these changes
Aug 19, 2026
quetzalliwrites
requested review from
alexrashed,
dfangl,
dmacvicar,
joe4dev,
k-a-il,
nik-localstack,
pinzon,
silv-io and
viren-nadkarni
as code owners
August 19, 2026 16:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updated the Cloud Pods S3 bucket remote storage documentation to clarify DNS configuration requirements across different LocalStack versions.
Changes
src/content/docs/aws/developer-tools/snapshots/cloud-pods.mdx)DNS_ADDRESS=0workaround for older LocalStack versions (before v2026.08) that experience TLS certificate validation errorsContext
PR localstack/localstack-pro#8237 fixed an issue where Cloud Pod saves to real AWS S3 buckets failed with TLS certificate errors when transparent endpoint injection was enabled (the default). Previously, the workaround was to disable the DNS server with
DNS_ADDRESS=0, which disabled injection application-wide. The fix usesExternalBypassDnsClientFactoryto correctly route real AWS client requests while keeping injection enabled for user applications.Audit Trail
Sources Accessed
/aws/developer-tools/snapshots/cloud-pods.mdx- Cloud Pods main documentation/aws/customization/networking/transparent-endpoint-injection.md- Transparent Endpoint Injection documentation/aws/customization/networking/dns-server.md- DNS Server documentationCoverage Files Parsed
N/A - This is a configuration/capability documentation update, not an AWS service documentation update.
Confidence & Gaps Assessment
Verification
npm run buildexecuted to catch broken links and frontmatter errorsRelated Documentation
/aws/customization/networking/transparent-endpoint-injection//aws/customization/networking/dns-server/#dns-server-bind-addressImportant
An AI agent generated this pull request. Review all changes before you merge.