Aws Sdk Java V2 Kms

🌐Community
by giuseppe-trisciuoglio · vlatest · Repository

Helps with AWS, Java as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add giuseppe-trisciuoglio-aws-sdk-java-v2-kms npx -- -y @trustedskills/giuseppe-trisciuoglio-aws-sdk-java-v2-kms
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "giuseppe-trisciuoglio-aws-sdk-java-v2-kms": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/giuseppe-trisciuoglio-aws-sdk-java-v2-kms"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to the AWS KMS (Key Management Service) functionality through the AWS SDK for Java v2. It allows AI agents to programmatically manage cryptographic keys and control their use, enabling secure data encryption and decryption within your applications. Specifically, it facilitates key creation, deletion, listing, and policy management.

When to use it

  • Encrypting sensitive data: Securely encrypt files or database entries before storing them in AWS S3 or other services.
  • Managing API keys: Rotate and manage encryption keys used for protecting API access credentials.
  • Automating key lifecycle tasks: Create, disable, and delete KMS keys as part of automated infrastructure provisioning processes.
  • Implementing compliance requirements: Enforce key rotation policies and auditing to meet regulatory standards.

Key capabilities

  • Key creation
  • Key deletion
  • Listing keys
  • Policy management for KMS keys

Example prompts

  • "Create a new KMS key with the alias 'my-encryption-key'."
  • "List all available KMS keys in this AWS region."
  • "Delete the KMS key named 'test-key'."
  • “Update the policy attached to the key ‘production-key’ to allow access only from role X.”

Tips & gotchas

  • Requires appropriate AWS credentials with permissions to interact with KMS.
  • Be mindful of region configuration when working with keys; ensure your agent is configured for the correct AWS region.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
giuseppe-trisciuoglio
Installs
13

🌐 Community

Passed automated security scans.