Skip to content

DOC-406: Document DNS workaround for Cloud Pods S3 remotes on older versions - #874

Open
localstack-bot wants to merge 66 commits into
aws-docs-release-augustfrom
docs-agent/doc-406
Open

DOC-406: Document DNS workaround for Cloud Pods S3 remotes on older versions#874
localstack-bot wants to merge 66 commits into
aws-docs-release-augustfrom
docs-agent/doc-406

Conversation

@localstack-bot

Copy link
Copy Markdown
Collaborator

Summary

Updated the Cloud Pods S3 bucket remote storage documentation to clarify DNS configuration requirements across different LocalStack versions.

Changes

  • Added a version-specific note to the S3 bucket remote storage section (src/content/docs/aws/developer-tools/snapshots/cloud-pods.mdx)
  • Documented that LocalStack v2026.08 or later supports Cloud Pods with real AWS S3 buckets while Transparent Endpoint Injection is enabled
  • Documented the DNS_ADDRESS=0 workaround for older LocalStack versions (before v2026.08) that experience TLS certificate validation errors
  • Added cross-references to related documentation on Transparent Endpoint Injection and DNS Server configuration

Context

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 uses ExternalBypassDnsClientFactory to correctly route real AWS client requests while keeping injection enabled for user applications.

Audit Trail

Sources Accessed

Coverage Files Parsed

N/A - This is a configuration/capability documentation update, not an AWS service documentation update.

Confidence & Gaps Assessment

  • High confidence: The technical details are well-documented in the Linear ticket and PR description
  • Version assumption: Used v2026.08 as the minimum version based on the ticket creation date (August 2026) and the release pattern (latest documented release is v2026.07). This should be verified against the actual release version when the PR is merged.
  • No gaps identified: The documentation change is straightforward and addresses the specific requirement stated in the ticket

Verification

  • ✅ Build verification: npm run build executed to catch broken links and frontmatter errors
  • ✅ Internal links use root-relative paths
  • ✅ Cross-references added to related DNS and transparent endpoint injection documentation
  • ✅ Followed existing documentation patterns for version-specific notes

Related Documentation

  • Transparent Endpoint Injection: /aws/customization/networking/transparent-endpoint-injection/
  • DNS Server configuration: /aws/customization/networking/dns-server/#dns-server-bind-address

Important

An AI agent generated this pull request. Review all changes before you merge.

quetzalliwrites and others added 30 commits July 9, 2026 15:52
…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: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Quetzalli <hola@quetzalliwrites.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: Claude <noreply@anthropic.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: Claude <noreply@anthropic.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>
localstack-bot and others added 7 commits August 17, 2026 13:58
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>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 18, 2026

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

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

View logs

@remotesynth
remotesynth requested a review from alexrashed August 19, 2026 11:43
@alexrashed
alexrashed requested review from anisaoshafi and removed request for alexrashed August 19, 2026 11:45

@anisaoshafi anisaoshafi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for keeping this up-to-date 🙌🏼

@quetzalliwrites

Copy link
Copy Markdown
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!

Copy link
Copy Markdown
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.

@quetzalliwrites

quetzalliwrites commented Aug 19, 2026

Copy link
Copy Markdown
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
quetzalliwrites changed the base branch from main to aws-docs-release-august August 19, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants