codedeploy

Automate AWS CodeDeploy applications, deployment groups, deployments, and rollbacks via AWS CLI.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/david-2814/claw-aws --skill codedeploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codedeploy
Source: https://github.com/david-2814/claw-aws/tree/main/skills/codedeploy
Command: npx skills add https://github.com/david-2814/claw-aws --skill codedeploy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates AWS CodeDeploy tasks by managing applications, deployment groups, deployments, and rollbacks through the AWS CLI.

Core Features & Use Cases

  • Create and manage AWS CodeDeploy applications and deployment groups, trigger deployments, monitor progress, and enforce rollback strategies.
  • List, inspect, and delete deployments and deployment configurations across EC2, Lambda, and ECS compute platforms.
  • Use case: Coordinate multi-environment rollouts with safety checks and quick rollback to a previous revision.

Quick Start

Install and configure the CodeDeploy skill in your OpenClaw workspace using the provided installation script.

Frequently Asked Questions about codedeploy

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

FAQPage Schema
How do I automate AWS CodeDeploy deployments via the CLI?

Automate AWS CodeDeploy deployments via the CLI by managing applications, deployment groups, and rollbacks. It handles creation, updates, and monitoring across EC2, Lambda, and ECS environments using AWS CLI commands.

What do I need to configure before automating CodeDeploy tasks?

Before automating CodeDeploy tasks, you need AWS CLI v2 configured with credentials and appropriate IAM permissions for codedeploy:*. A CodeDeploy agent or service role must also operate on target instances.

Can I manage rollbacks for EC2 and Lambda deployments using the AWS CLI?

Yes, you can manage rollbacks for EC2 and Lambda deployments using the AWS CLI. The automation enforces rollback strategies and allows quick reversion to a previous revision across multiple compute platforms.

How does CodeDeploy automation handle multi-environment rollouts?

CodeDeploy automation coordinates multi-environment rollouts by managing deployment groups and configurations. It enables safety checks, monitors deployment progress, and enforces quick rollback strategies across EC2, Lambda, and ECS platforms.

What's the best way to list and inspect deployment configurations across compute platforms?

The best way to list and inspect deployment configurations across compute platforms is using CLI commands to query EC2, Lambda, and ECS deployments. You can list, inspect, and delete configurations directly.