amazon-aurora-postgresql
Amazon Aurora PostgreSQL — creates, modifies, and advises on Aurora PostgreSQL clusters specifically (PostgreSQL-compatible engine, Aurora serverless, express configuration, pgvector, Babelfish). Trigger for Aurora PostgreSQL cluster operations, express-configuration quick-start, ACU sizing, I/O-Optimized storage, commitment pricing, or PostgreSQL upgrade planning. For Aurora MySQL, use amazon-aurora-mysql instead. Contains safety guardrails, express-first routing, and response templates that ov
Security Assessment
About amazon-aurora-postgresql
Amazon Aurora PostgreSQL is a modular AWS toolkit that helps an agent create, modify, and advise on Aurora PostgreSQL clusters specifically. It is organized as a registry of sub-skills, each handling one domain — cluster creation, express (single-API-call) configuration, Aurora serverless advisory, I/O-Optimized storage evaluation, commitment pricing, and PostgreSQL upgrade planning. A router matches user intent to the right sub-skill and loads only the reference files needed, so the agent works from the toolkit's own instructions rather than general knowledge. It explicitly defers Aurora MySQL work to a separate skill.
The skill emphasizes safety and read-first behavior. Its operating procedure routes, loads the matched instructions, analyzes or advises, and only then — if a mutation is requested — classifies the change against safety guardrail tiers, confirms with the user, applies resource tags, and executes (preferring the audited AWS MCP server, falling back to CLI). Commitment-pricing workflows are estimate-only: purchase APIs are blocked entirely, and the guidance repeatedly warns against forcing analyses on empty clusters, over-committing serverless capacity, or recommending long terms for workloads that may be retired. Express configuration provisions serverless with IAM-only authentication (no master password), connecting via short-lived IAM auth tokens. Bundled Python scripts (ACU calculator, I/O-optimized analyzer, commitment-pricing analyzer) perform the non-trivial cost and sizing math consistently.
It targets AWS engineers, database administrators, and cloud cost owners who need guided, guardrailed help with Aurora PostgreSQL provisioning, capacity planning, storage-type decisions, reserved-instance and savings-plan estimation, and version-upgrade planning.
FAQ
What Aurora work does it cover?
Aurora PostgreSQL specifically: cluster creation, express single-API-call configuration, serverless advisory (ACU sizing, scale-to-zero), I/O-Optimized storage decisions, commitment pricing (Reserved Instances and Database Savings Plans), and PostgreSQL upgrade planning. For Aurora MySQL it directs you to the amazon-aurora-mysql skill.
Can it buy Reserved Instances or Savings Plans for me?
No. The commitment-pricing workflow is estimate-only and purchase APIs are explicitly blocked. It presents cost comparisons and a recommendation, and at most references the AWS console path for a user who wants to proceed manually.
How does it handle changes that modify infrastructure?
Mutations are gated: the agent classifies the request against safety guardrail tiers, confirms with the user, applies resource tags, then executes, preferring the sandboxed and audited AWS MCP server and falling back to the AWS CLI.
How does express configuration authenticate?
Express clusters use IAM-only authentication via an Internet Access Gateway with no master password; post-creation connections use short-lived IAM auth tokens generated with aws rds generate-db-auth-token.
All Files
42 filesInstall amazon-aurora-postgresql
Quick Setup:
- Copy the skill folder to
.claude/skills/ - Claude will automatically detect and use the skill
Repository
aws/agent-toolkit-for-aws