aws-sdk-java-v2-kms
About
This skill provides AWS KMS implementation patterns using AWS SDK for Java 2.x for encryption tasks like key management, data encryption/decryption, and envelope encryption. It's ideal for developers needing to integrate KMS into Java applications, including Spring Boot projects, for secure data protection. Key capabilities include generating data keys, digital signing, key rotation, and implementing client-side encryption patterns.
Quick Install
Claude Code
Recommendednpx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/aws-sdk-java-v2-kmsCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
aws-cloudformation-ecs
OtherThis skill provides AWS CloudFormation patterns for building production ECS infrastructure, including clusters, services, and task definitions. Use it when defining container configurations, scaling policies, load balancing, and implementing blue/green deployments with CodeDeploy. It covers template best practices like Parameters, Conditions, and cross-stack references.
aws-cloudformation-cloudwatch
OtherThis skill provides AWS CloudFormation patterns for implementing comprehensive CloudWatch monitoring and observability. Use it when you need to create metrics, alarms, dashboards, logs, and other monitoring resources for production infrastructure. It covers best practices including template structure, cross-stack references, and features like anomaly detection and Application Signals.
aws-cloudformation-rds
OtherThis skill provides AWS CloudFormation patterns for deploying production-ready Amazon RDS databases, including instances, clusters, and multi-AZ setups. It helps developers implement infrastructure as code with best practices for parameters, security, and cross-stack references. Use it when you need to create or manage RDS resources for MySQL, PostgreSQL, or Aurora using structured, reusable templates.
aws-cloudformation-iam
OtherThis skill provides AWS CloudFormation patterns and templates for securely implementing IAM resources like users, roles, and policies. Use it when defining IAM infrastructure with CloudFormation to enforce least-privilege access, configure cross-account roles, and manage permissions boundaries. It includes best practices for organizing templates with Parameters, Conditions, and Mappings for production deployments.
