기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
시작하기
다음 명령을 사용하여 ElastiCache 스킬을 설치합니다.
npx skills add aws/agent-toolkit-for-aws/skills/specialized-skills/database-skills/amazon-elasticache -g -a <agent-id> --full-depth
설치 명령<agent-id>의를 코딩 에이전트의 식별자로 바꿉니다. 다음 표에는 지원되는 코딩 에이전트의 식별자가 나열되어 있습니다. 설치 관리자는 AWS 에이전트 도구 키트 리포지토리의 ElastiCache 스킬을 코딩 에이전트가 사용하는 글로벌 스킬 디렉터리에 추가하여 모든 프로젝트에 사용할 수 있도록 합니다.
| 에이전트 | <agent-id> |
글로벌 스킬 경로 | 프로젝트 스킬 경로 |
|---|---|---|---|
| Claude Code | claude-code |
~/.claude/skills/ |
.claude/skills/ |
| Cursor | cursor |
~/.cursor/skills/ |
.agents/skills/ |
| GitHub Copilot | github-copilot |
~/.copilot/skills/ |
.agents/skills/ |
| Codex | codex |
~/.codex/skills/ |
.agents/skills/ |
| Gemini CLI | gemini-cli |
~/.gemini/skills/ |
.agents/skills/ |
| Kiro CLI | kiro-cli |
~/.kiro/skills/ |
.kiro/skills/ |
| 클라인 | cline |
~/.agents/skills/ |
.agents/skills/ |
| 구스 | goose |
~/.config/goose/skills/ |
.goose/skills/ |
| Windsurf | windsurf |
~/.codeium/windsurf/skills/ |
.windsurf/skills/ |
대신 단일 프로젝트에 대해 로컬에 스킬을 설치하려면 -g 플래그를 생략합니다. 스킬은 이전 표에 나열된 프로젝트 스킬 경로에 설치됩니다.
참고
스킬은 에이전트와 함께 로컬에서 실행됩니다. AWS 리소스를 생성하거나 수정하는 작업의 경우 에이전트는 AWS Command Line Interface, 환경 변수 또는 IDE의 AWS 플러그인을 통해 구성된 AWS 자격 증명이 필요합니다.
사용 예
설치 후 에이전트에게 ElastiCache 스킬로 빌드하라는 메시지를 표시할 수 있습니다.
다음 예제에서는 "Amazon ElastiCache 스킬을...에 사용"을 접두사로 사용합니다.
워크로드 평가:
Use the Amazon ElastiCache skill to decide whether ElastiCache is right for my FastAPI app. The app reads heavily from Aurora PostgreSQL and has latency spikes during peak traffic.보안 캐시 생성:
Use the Amazon ElastiCache skill to create a Valkey cache in us-east-1 for my ECS service. Use TLS and recommend the right authentication model.애플리케이션 연결:
Use the Amazon ElastiCache skill to connect my Lambda function to an existing Valkey cache. Show the VPC, security group, and client code changes.속도 제한기를 빌드합니다.
Use the Amazon ElastiCache skill to build an API rate limiter with Valkey. I need per-user limits and atomic updates.GenAI에 대한 의미 체계 캐싱 추가:
Use the Amazon ElastiCache skill to add semantic caching for Amazon Bedrock responses. Include embedding storage, similarity lookup, thresholding, and fallback behavior.성능 문제 해결:
Use the Amazon ElastiCache skill to pinpoint the cause of high CPU utilization on my cache cluster.
참고
프롬프트가 캐싱, 세션 또는 속도 제한과 같은 관련 워크로드를 설명할 때 일부 에이전트는 ElastiCache 스킬을 자동으로 로드합니다. 에이전트가 스킬을 자동으로 로드하지 않는 경우 프롬프트에 "ElastiCache 스킬 사용"을 포함합니다.