aws-deploy-safety

Enforce safe AWS deployment practices for ECS, Lambda, and App Runner changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lgerard314/global-plugin --skill aws-deploy-safety
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-deploy-safety
Source: https://github.com/lgerard314/global-plugin/tree/main/plugin/skills/aws-deploy-safety
Command: npx skills add https://github.com/lgerard314/global-plugin --skill aws-deploy-safety

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS deployments are error-prone and risky when rolling out changes to containers and serverless functions. This skill standardizes deployment patterns to enforce guardrails, improve safety, and enable reliable rollbacks.

Core Features & Use Cases

  • Enforces explicit deployment configurations for ECS rolling updates, Blue/Green with CodeDeploy, Lambda traffic shifting, and health-check integrity.
  • Ensures secrets are injected securely via Secrets Manager, with references in task definitions rather than plaintext.
  • Provides risk evaluation guidance for infra changes and CI/CD pipelines, including rollback triggers and audit trails.

Quick Start

Apply the aws-deploy-safety policy to the next deployment by reviewing task definitions, secrets references, and health checks before rollout.

Frequently Asked Questions about aws-deploy-safety

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

FAQPage Schema
How do I enforce safe AWS deployments with rollback mechanisms for ECS and Lambda?

Safe AWS deployments require explicit health-check tuning, secrets injection via Secrets Manager, and rollback triggers. This skill standardizes ECS rolling updates, Blue/Green rollouts with CodeDeploy, and Lambda traffic shifting to prevent misconfigurations and outages.

What is the best way to configure secrets references in ECS task definitions?

Configuring secrets references securely requires using Secrets Manager to inject values into ECS task definitions rather than plaintext. This approach enforces deployment guardrails and prevents exposing sensitive data during container rollouts.

When do I need Blue/Green deployments with CodeDeploy for AWS infrastructure changes?

Blue/Green deployments with CodeDeploy are needed when risk evaluation warrants gradual traffic shifting and immediate rollback capabilities. This strategy ensures health-check integrity and minimizes outage exposure during Lambda or ECS application updates.

Does this approach support App Runner health check tuning and rollout strategies?

Yes, enforcing safe deployment practices explicitly covers App Runner changes alongside ECS and Lambda. It provides guardrails for health-check tuning and rollout strategies to prevent misconfigurations and ensure reliable application rollouts.

What guardrails are required for CI/CD pipelines deploying Lambda traffic shifting?

Guardrails for Lambda traffic shifting require explicit rollback mechanisms, audit trails, and strict permissions management. This skill provides risk evaluation guidance to ensure serverless deployments maintain health-check integrity and log retention.

How to prevent AWS deployment outages when rolling out new task definitions?

Preventing outages during rollouts involves applying standardized deployment patterns with explicit health checks and rollback triggers. This skill enforces safe configurations for ECS task definitions and Lambda updates to catch misconfigurations before traffic shifts.