-
Notifications
You must be signed in to change notification settings - Fork 2
docs: improve RDS/Aurora IAM Authentication documentation #836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Rewrote the RDS/Aurora with IAM Authentication section to use the most secure method (EC2 instance profiles) instead of access keys. This eliminates the need to manage and rotate credentials. Key improvements: - Focus on EC2 instance profile method as the primary secure approach - Remove access key-based authentication from main guide - Add references to AWS documentation for alternative methods - Clearer step-by-step instructions with proper IAM policy examples - Better formatting and structure for improved readability - Remove unnecessary screenshots for cleaner documentation - Add proper SQL examples for both MySQL and PostgreSQL - Include security best practices and production recommendations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 Broken Links Check Report
The following is the output from the broken links check:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the RDS/Aurora IAM Authentication documentation by focusing on secure authentication methods and reorganizing content for better clarity. The changes emphasize EC2 instance profiles as the preferred approach over access key-based authentication.
- Replaced access key authentication with EC2 instance profile method for enhanced security
- Restructured documentation into 5 clear steps with integrated prerequisites
- Added comprehensive examples for both MySQL and PostgreSQL with proper IAM policies
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
- Remove 10 unused AWS RDS IAM authentication screenshots that are no longer referenced after documentation update - Remove 8 duplicate GCP IAM images that were incorrectly placed in the aws-rds-iam folder (correct copies exist in gcp-iam folder) - Clean up orphaned image directory These images were removed from the documentation in favor of cleaner, text-based instructions that focus on security best practices. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary
Changes
Test Plan
🤖 Generated with Claude Code