Add KB articles: DNS resolution and permission error troubleshooting #12
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.