analyzing-release-read…
Trigger a pre-merge release readiness review on a GitHub PR, GitLab MR, or local branch. Use when the user wants to analyze code changes for risk, correctness,…
Answers questions about Amazon Application Recovery Controller (ARC) Region switch including architecture, plans, execution blocks, workflows, triggers, active/active vs active/passive, cross-account support, recovery time, dashboards, and customer positioning. Applicable when
$ npx -y skills add aws/agent-toolkit-for-aws --skill arc-region-switch --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/arc-region-switchContext preview
The summary Claude sees to decide when to auto-load this skill.
Answers questions about Amazon Application Recovery Controller (ARC) Region switch including architecture, plans, execution blocks, workflows, triggers, active/active vs active/passive, cross-account support, recovery time, dashboards, and customer positioning. Applicable when
name: arc-region-switch description: "Answers questions about Amazon Application Recovery Controller (ARC) Region switch including architecture, plans, execution blocks, workflows, triggers, active/active vs active/passive, cross-account support, recovery time, dashboards, and customer positioning. Applicable when users ask about ARC Region switch adoption, design, or troubleshooting." version: 1
Makes the agent an expert on **Amazon Application Recovery Controller (ARC) Region switch** — the feature for orchestrating cross-Region workload failover and switchover. Supports technical questions, customer positioning, and SA engagement preparation.
Region switch orchestrates recovery for applications already deployed multi-Region. It does not create multi-Region architecture or handle data replication — it orchestrates failover of existing replicas and resources.
Before reading a reference file, determine how this skill was loaded:
This applies only to the skill's own reference files; always read and write user or session data in the working directory, never through `retrieve_skill`.
1. Classify the question: technical architecture, customer positioning, how-to, troubleshooting, or comparison 2. Answer from embedded knowledge in this skill 3. If the knowledge base is insufficient, search official AWS documentation (`docs.aws.amazon.com`) 4. Format the response for the audience (engineer, SA, customer)
Always validate:
| Component | Description | |-----------|-------------| | **Plan** | Top-level resource scoped to a multi-Region application. Contains workflows. | | **Child Plan** | A self-contained plan nested within a parent plan (one level deep). | | **Workflow** | Ordered sequence of steps within a plan. Defines activation/deactivation logic. | | **Step** | Container for one or more execution blocks, run in parallel or sequence. | | **Execution Block** | Performs a specific recovery action (e.g., scale up, reroute traffic, failover DB). | | **Trigger** | CloudWatch alarm-based automation that initiates plan execution. | | **Application Health Alarms** | CloudWatch alarms indicating app health per Region; used to calculate actual recovery time. | | **Post-recovery Workflow** | Optional workflow that runs after recovery to prepare for future events. | | **Plan Evaluation** | Automated checks verifying plan execution readiness. Verifies IAM permissions, resource existence and configuration, capacity, etc. | | **Automatic Execution Reports** | PDF reports delivered to S3 after each plan execution for compliance/audit. |
Recommend using graceful execution unless not possible (e.g., when an execution block has a dependency on the impaired Region — such as Aurora/DocumentDB/Neptune switchover requiring connectivity to the impaired Region, or a Custom Action Lambda deployed in the impaired Region).
Help AI coding agents build, deploy, and manage applications on AWS. The Agent Toolkit for AWS gives AI coding agents the tools, knowledge, and guardrails they need to work with AWS services.
Repo: aws/agent-toolkit-for-aws
Trigger a pre-merge release readiness review on a GitHub PR, GitLab MR, or local branch. Use when the user wants to analyze code changes for risk, correctness,…
Have a fast, conversational analysis with the AWS DevOps Agent. Use for cost optimization, architecture review, topology mapping, knowledge / runbook…
Coordinate the AWS DevOps Agent across multiple AgentSpaces from one Claude Code session — route questions to the right space (prod vs staging vs knowledge),…
Run a fast AWS Security Agent diff scan on only the changed code since a git ref. Use when the user asks to scan changes, run a diff scan, check what changed…
Run a deep root-cause investigation on the AWS DevOps Agent. Use when the user describes an incident, alarm, outage, or unexplained behavior — keywords like…
Run an AWS Security Agent penetration test against a live web application — registers and verifies the target domain, exercises the supplied endpoints with the…