cloud-aws

Automate AWS infrastructure design and operation using the Well-Architected Framework.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/CoreStack-Engg/claude-plugins --skill cloud-aws-corestack-engg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-aws
Source: https://github.com/CoreStack-Engg/claude-plugins/tree/main/plugins/cloud/skills/cloud-aws
Command: npx skills add https://github.com/CoreStack-Engg/claude-plugins --skill cloud-aws-corestack-engg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS Well-Architected infrastructure design and optimization guided by IaC, security best practices, and cost governance across multi-account environments.

Core Features & Use Cases

  • Implement the AWS Well-Architected Framework across operational excellence, security, reliability, performance, cost optimization, and sustainability.
  • Design multi-account landing zones with IaC (Terraform or CDK) and secure networking, IAM, and governance.
  • Optimize costs, security posture, and compliance through automated patterns and best practices.

Quick Start

Provide an example AWS multi-account landing zone using CDK to provision a secure VPC, IAM roles, and a baseline S3 bucket.

Frequently Asked Questions about cloud-aws

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

FAQPage Schema
How do I design an AWS multi-account landing zone using Terraform or CDK?

Design an AWS multi-account landing zone by using Terraform or CDK to provision secure networking, least-privilege IAM roles, and baseline resources. This automates governance and security hardening across production environments following the Well-Architected Framework.

What is the AWS Well-Architected Framework and how does it apply to infrastructure as code?

The AWS Well-Architected Framework provides operational excellence, security, reliability, performance, cost optimization, and sustainability best practices. Applying it through IaC automates secure, cost-optimized resource configurations and compliance across your accounts.

Can I implement least-privilege IAM and cost governance across multiple AWS accounts?

Yes, you can implement least-privilege IAM and cost governance across multiple AWS accounts. Automated patterns enforce security posture, compliance, and cost-optimized resource configurations consistently throughout your production environments.

Does this approach support provisioning a secure VPC and baseline S3 bucket with CDK?

Yes, you can use CDK to provision a secure VPC, IAM roles, and a baseline S3 bucket. This provides a quick starting point for building secure multi-account landing zones with infrastructure as code.

What is the best way to optimize AWS costs and security posture through infrastructure as code?

Optimize AWS costs and security posture by applying Well-Architected Framework best practices through IaC. Automating resource configurations and governance patterns ensures continuous compliance and cost efficiency across accounts.

When should I not use infrastructure as code for AWS infrastructure optimization?

Avoid IaC for AWS infrastructure optimization when managing highly dynamic, short-lived experimental resources where manual provisioning is faster, or when lacking the prerequisite baseline governance needed to safely automate multi-account production environments.