aws-solution-architect

Design AWS cloud architectures and generate infrastructure-as-code templates.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Nuwanda04/Ballen-Fisk --skill aws-solution-architect-nuwanda04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-solution-architect
Source: https://github.com/Nuwanda04/Ballen-Fisk/tree/main/.cursor/skills/aws-solution-architect
Command: npx skills add https://github.com/Nuwanda04/Ballen-Fisk --skill aws-solution-architect-nuwanda04

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users design, generate infrastructure-as-code for, and optimize AWS cloud architectures, particularly for startups and serverless applications.

Core Features & Use Cases

  • Architecture Design: Recommends suitable AWS patterns (Serverless, Microservices, Three-Tier, etc.) based on application requirements.
  • IaC Generation: Creates CloudFormation, CDK, or Terraform templates for deploying the designed architecture.
  • Cost Optimization: Analyzes current AWS spending and provides actionable recommendations to reduce costs.
  • Use Case: A startup needs to build a scalable backend for their new SaaS product. They can use this Skill to get a recommended serverless architecture, generate the necessary CloudFormation templates, and receive advice on optimizing their AWS budget.

Quick Start

Use the aws-solution-architect skill to design a serverless MVP backend for a mobile app with 1000 users.

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 templates for a serverless AWS architecture?

To generate infrastructure-as-code for an AWS serverless architecture, specify your application requirements. The skill designs the cloud architecture and outputs ready-to-deploy CloudFormation templates.

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

Optimizing AWS costs for a startup involves analyzing current cloud spending to provide actionable recommendations. This skill uses Python scripts to perform cost analysis and suggest serverless patterns to reduce your AWS budget.

Can I use this to design a microservices architecture with ECS and Aurora?

Yes, you can design a microservices architecture utilizing ECS and Aurora. The skill recommends suitable AWS patterns based on your specific application requirements, covering both serverless and containerized microservices deployments.

Do I need Python and boto3 to run the architecture design scripts?

Yes, Python and the boto3 library are required dependencies to run the architecture design and cost analysis scripts. These components are necessary to execute the internal logic for generating AWS infrastructure recommendations.

How does infrastructure as code work for deploying AWS backend components?

Infrastructure as code for AWS backend components works by defining cloud resources like DynamoDB and API Gateway in declarative templates. This allows you to automate and replicate the deployment of your designed serverless or three-tier architectures.