aws

Generate CDK and Terraform examples for AWS infrastructure design.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/romankovsv/claude-code-python-devops-mlops --skill aws-romankovsv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws
Source: https://github.com/romankovsv/claude-code-python-devops-mlops/tree/main/skills/aws
Command: npx skills add https://github.com/romankovsv/claude-code-python-devops-mlops --skill aws-romankovsv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AWS architects and dev teams often struggle with choosing the right IaC approach and implementing secure, scalable AWS patterns across CDK and Terraform. This Skill provides side-by-side guidance and ready-to-adapt patterns for common AWS resources and architectures.

Core Features & Use Cases

  • Side-by-side CDK (Python/TS) and Terraform examples for EKS, RDS, S3, IAM, WAF, and CloudWatch.
  • Well-Architected best practices coverage, cost optimization, security hardening, and compliance considerations.
  • Use cases include prototyping a secure VPC, selecting the best IaC approach for a project, and implementing production-grade AWS patterns.

Quick Start

Instantiate a starter AWS pattern using CDK or Terraform to scaffold a secure 3-tier VPC.

Frequently Asked Questions about aws

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

FAQPage Schema
How do I compare AWS infrastructure patterns using CDK and Terraform?

You can compare AWS infrastructure patterns by generating side-by-side CDK (Python/TypeScript) and Terraform code examples for resources like EKS, RDS, and S3 to evaluate best practices and implement well-architected workloads.

What is the best way to scaffold a secure AWS 3-tier VPC with infrastructure as code?

The best way to scaffold a secure AWS 3-tier VPC is to use ready-to-adapt CDK or Terraform patterns that apply Well-Architected security hardening principles directly to your infrastructure code.

Does this AWS architecture guidance cover cost optimization and WAF configuration?

Yes, this AWS architecture guidance covers cost optimization, WAF configuration, and security hardening for resources like RDS, S3, and CloudWatch to ensure well-architected workloads.

When should I choose CDK over Terraform for managing EKS and RDS resources?

You should choose CDK over Terraform for managing EKS and RDS resources when you prefer defining infrastructure using Python or TypeScript programming paradigms over declarative configuration blocks.

Can I implement Well-Architected Framework compliance checks for S3 and IAM using Terraform?

Yes, you can implement Well-Architected Framework compliance and security hardening for S3 and IAM by applying best practices directly within your Terraform configuration blocks.