-
Notifications
You must be signed in to change notification settings - Fork 82
Fix typos in AWS RDS DB instance types #972
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
Co-authored-by: wata727 <9624059+wata727@users.noreply.github.com>
Co-authored-by: wata727 <9624059+wata727@users.noreply.github.com>
Co-authored-by: wata727 <9624059+wata727@users.noreply.github.com>
|
@copilot The only compute-optimized resource is |
Co-authored-by: wata727 <9624059+wata727@users.noreply.github.com>
Reverted the incorrect instance types (c5, c6g, c7g, i3, i4i) and test changes. Kept only the typo fixes and db.c6gd.metal. Changes in commit 2e19274. |
| resourceType: "aws_db_instance", | ||
| attributeName: "instance_class", | ||
| instanceTypes: map[string]bool{ | ||
| "db.c6gd.metal": true, |
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.
@copilot db.c6gd.metal is not valid type. Please remove this.
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.
Removed db.c6gd.metal. Now only the two typo fixes remain. Changes in commit 04edb39.
Co-authored-by: wata727 <9624059+wata727@users.noreply.github.com>
The rule contained typos in an existing instance type and comment.
Changes
db.x2idn.16xlarg→db.x2idn.16xlargeintance→instanceTotal instance types remain at 338 (unchanged).
All changes verified against AWS RDS documentation.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.