aws-sdk-java-v2-rds

Installation
Summary

AWS RDS instance and snapshot management using AWS SDK for Java 2.x.

  • Covers core RDS operations: creating and modifying DB instances, managing snapshots, parameter groups, and querying instance metadata across PostgreSQL, MySQL, Aurora, and other engines
  • Includes security patterns for VPC configuration, encryption, IAM authentication, and deletion protection; Multi-AZ and automated backup setup for high availability
  • Provides Spring Boot and Lambda integration examples with connection pooling, credential management, and service layer patterns
  • Features best practices for resource management, cost optimization, monitoring via CloudWatch, and comprehensive error handling with retry logic
SKILL.md

AWS SDK for Java v2 - RDS Management

Overview

This skill provides comprehensive guidance for working with Amazon RDS (Relational Database Service) using the AWS SDK for Java 2.x, covering database instance management, snapshots, parameter groups, and RDS operations.

When to Use

  • Creating, modifying, or deleting RDS database instances
  • Managing DB snapshots, parameter groups, and configurations
  • Setting up Multi-AZ deployments and automated backups
  • Connecting Lambda functions to RDS databases
  • Monitoring instance status and performance

Instructions

Follow these steps to work with Amazon RDS:

  1. Add Dependencies - Include AWS RDS SDK dependency and database drivers
Related skills

More from giuseppe-trisciuoglio/developer-kit

Installs
841
GitHub Stars
246
First Seen
Feb 3, 2026