aws-solution-architect

Design AWS cloud architectures and generate CloudFormation, CDK, or Terraform templates.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Tonybleything76/more-claude-skills --skill aws-solution-architect-tonybleything76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-solution-architect
Source: https://github.com/Tonybleything76/more-claude-skills/tree/main/engineering-team/aws-solution-architect
Command: npx skills add https://github.com/Tonybleything76/more-claude-skills --skill aws-solution-architect-tonybleything76

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the design and generation of scalable, cost-effective AWS cloud architectures, particularly for startups, using serverless patterns and infrastructure-as-code.

Core Features & Use Cases

  • Architecture Design: Recommends optimal AWS patterns (serverless, microservices, three-tier) based on application requirements.
  • IaC Generation: Creates CloudFormation, CDK, or Terraform templates for deploying infrastructure.
  • Cost Optimization: Analyzes estimated costs and suggests ways to reduce spending.
  • Use Case: A startup needs to build a new web application backend. They can use this Skill to get a recommended serverless architecture, generate the necessary CloudFormation templates, and receive cost estimates.

Quick Start

Use the aws-solution-architect skill to design a serverless web application architecture for a new SaaS platform.

Frequently Asked Questions about aws-solution-architect

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

FAQPage Schema
How do I generate CloudFormation or Terraform templates for AWS infrastructure?

Generating AWS infrastructure as code involves creating CloudFormation, CDK, or Terraform templates. This Skill automates IaC generation by translating recommended serverless or microservices architecture patterns directly into deployable code templates.

What is the best way to optimize AWS cloud costs for a startup backend?

Optimizing AWS cloud costs for a startup backend requires analyzing estimated service spending and selecting cost-effective serverless patterns. This Skill provides cost optimization analysis and suggests specific ways to reduce cloud spending while maintaining scalability.

Can I use this to generate infrastructure as code for microservices?

Yes, you can use this to generate infrastructure as code for microservices. It recommends optimal AWS patterns based on your requirements and outputs the corresponding CloudFormation, CDK, or Terraform templates needed to deploy the microservices infrastructure.

When should I choose a serverless pattern over a three-tier architecture on AWS?

You should choose a serverless pattern over a three-tier architecture when you need automated scaling and cost optimization for variable workloads. This Skill evaluates your application requirements to recommend whether serverless, microservices, or three-tier patterns are optimal.