agents-deploy

Validate and diagnose AWS AgentCore deployments with pre-flight checks and dry-run previews.

2.3k|234|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill agents-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-deploy
Source: https://github.com/aws/agent-toolkit-for-aws/tree/main/plugins/aws-agents/skills/agents-deploy
Command: npx skills add https://github.com/aws/agent-toolkit-for-aws --skill agents-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Deploy AgentCore to AWS and diagnose deployment issues. It handles pre-flight validation, CDK/IAM/quota error diagnosis, versioning, rollback, and canary deployments to ensure safe, auditable releases.

Core Features & Use Cases

  • Pre-flight validation to catch config and IAM issues before deploying
  • Diagnosis and guidance for common deployment failures (CDK, quota, region)
  • Canary deployments and rollback support for safe releases across targets

Quick Start

Provide an AWS deployment plan by validating the configuration and running a safe pre-flight check before deploying AgentCore.

Frequently Asked Questions about agents-deploy

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

FAQPage Schema
How do I validate AWS AgentCore deployment configurations before releasing?

To validate AWS AgentCore deployment configurations, you can run a pre-flight check that catches config and IAM issues before deploying. This ensures your agentcore.json setup is safe and auditable prior to execution.

Why does my AgentCore CDK deployment fail with IAM or quota errors?

AgentCore CDK deployments can fail due to IAM or quota errors, but you can diagnose these common deployment failures using automated guidance. It helps identify region restrictions and configuration mismatches.

Can I preview AWS AgentCore deployment changes before applying them?

Yes, you can preview AWS AgentCore deployment changes by running a dry-run preview. This generates a diff of your deployment plan without applying changes, ensuring safe releases across environments.

Do I need an agentcore.json file to deploy AgentCore to AWS?

Yes, you need a configured agentcore.json file and AWS credentials to deploy AgentCore to AWS. These prerequisites allow the automation to execute pre-flight validation, canary deployments, and rollback procedures.

What is the best way to roll back a failed AgentCore canary deployment?

The best way to roll back a failed AgentCore canary deployment is using the built-in rollback support. It automates versioning and safe reversion across targets to ensure auditable releases when canary checks fail.