amazon-elasticache

Plan ElastiCache deployments with engine, topology, and security guidance.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill amazon-elasticache-andrekurait
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amazon-elasticache
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/skills/specialized-skills/database-skills/amazon-elasticache
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill amazon-elasticache-andrekurait

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires valkey, boto3, botocore, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Plan ElastiCache deployments to address caching needs across serverless and node-based architectures. Identify and configure ElastiCache topologies, observability, and security requirements for cost-effective caching.

Core Features & Use Cases

  • Guidance for choosing ElastiCache engines (Valkey, Redis OSS, Memcached) and deployment modes (serverless vs node-based) based on workload.
  • End-to-end templates and scripts for provisioning, security, monitoring, and migration planning.
  • Example scenario: you’re provisioning a new serverless Valkey cache to accelerate a read-heavy app while enabling RBAC and cost visibility.

Quick Start

Deploy a serverless ElastiCache cache with RBAC in your target region using the generated templates.

Frequently Asked Questions about amazon-elasticache

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan an ElastiCache deployment for a serverless architecture?

To plan an ElastiCache deployment, evaluate your workload to select the right engine and deployment mode, then use generated CloudFormation or CDK templates to provision the cache and apply security configurations like IAM RBAC.

What is the best way to choose between Valkey and Memcached for AWS ElastiCache?

Choosing between Valkey and Memcached for ElastiCache depends on your workload requirements. The Skill provides engine selection guidance comparing Valkey, Redis OSS, and Memcached to match your specific caching needs and topology.

How do I set up IAM RBAC for a serverless Valkey cache?

Setting up IAM RBAC for a serverless Valkey cache involves applying specific access control templates. The Skill generates the necessary IAM RBAC setup scripts alongside the CloudFormation templates to secure your ElastiCache deployment.

Can I generate cost estimates and dashboards for ElastiCache monitoring?

Yes, you can generate cost estimates and dashboards for ElastiCache monitoring. The Skill operationalizes your caching plan by producing observability dashboards and cost estimates to ensure cost-effective visibility.

Does ElastiCache work with node-based applications or only serverless architectures?

ElastiCache works with both node-based and serverless architectures. The Skill provides deployment guidance and templates to address caching needs across both environments, allowing you to configure the appropriate topology for your application.