Add KB articles: DNS resolution and permission error troubleshooting#12
Open
QuiltSimon wants to merge 1 commit intomainfrom
Open
Add KB articles: DNS resolution and permission error troubleshooting#12QuiltSimon wants to merge 1 commit intomainfrom
QuiltSimon wants to merge 1 commit intomainfrom
Conversation
Add two new troubleshooting articles based on customer support case: 1. DNS Resolution Issues with S3 Proxy in Private VPC Deployments - Documents issue where custom DHCP options exclude AWS DNS - Provides workarounds (DHCP options, DNS forwarding) - Includes debugging steps for ECS Exec, CloudWatch logs 2. JSON Encoding Error Masking Underlying Permission Issues - Documents how XML error responses from S3 can mask permission errors - Provides IAM debugging steps using CloudTrail and S3 access logs - Includes example bucket policies and common fixes
drernie
approved these changes
Dec 15, 2025
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
Adds two new troubleshooting knowledge base articles based on a customer support case involving:
Articles Added
1.
trouble-dns-resolution-s3-proxy.mdTitle: DNS Resolution Issues with S3 Proxy in Private VPC Deployments
Covers:
/etc/resolv.conf, which may not include AWS DNS (169.254.169.253) when custom DHCP options are configuredTags:
dns,s3-proxy,ecs,network,private-vpc,awsvpc,troubleshooting2.
trouble-json-encoding-error-hiding-permissions.mdTitle: JSON Encoding Error Masking Underlying Permission Issues
Covers:
AccessDenied), but error handling attempts JSON parsing, masking the original errorTags:
permissions,iam,s3,error-handling,debugging,s3-proxy,troubleshootingCustomer Feature Requests (tracked separately)
This support case also identified two feature requests:
These will be tracked as separate GitHub issues in the appropriate repos.
Test Plan
Note
Adds two troubleshooting KB articles on S3 proxy DNS resolution failures in private VPCs and JSON parsing errors that obscure S3 permission issues, with fixes and debugging steps.
trouble-dns-resolution-s3-proxy.md:/etc/resolv.conf; CloudWatch logs; VPC DNS attributes; DHCP options.trouble-json-encoding-error-hiding-permissions.md:JSONDecodeErrormaskingAccessDenied.Written by Cursor Bugbot for commit 8af197a. This will update automatically on new commits. Configure here.