aws-solution-architect

Generates AWS IaC templates and recommends serverless architecture patterns for startups.

Updated Apr 9, 2019
One-click install
npx skills add https://github.com/Yusei-SHIRAISHI/my_dotfiles --skill aws-solution-architect-yusei-shiraishi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-solution-architect
Source: https://github.com/Yusei-SHIRAISHI/my_dotfiles/tree/main/.codex/skills/aws-solution-architect
Command: npx skills add https://github.com/Yusei-SHIRAISHI/my_dotfiles --skill aws-solution-architect-yusei-shiraishi

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 infrastructure-as-code generation for scalable, cost-effective AWS architectures, particularly for startups.

Core Features & Use Cases

  • Architecture Design: Recommends serverless or containerized patterns based on requirements.
  • IaC Generation: Creates CloudFormation, CDK, or Terraform templates.
  • Cost Optimization: Analyzes current spend and suggests savings.
  • Use Case: A startup needs a scalable backend for their new mobile app. They provide requirements like user scale, budget, and compliance needs. The Skill recommends a serverless architecture and generates the necessary CloudFormation templates.

Quick Start

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 design a scalable AWS serverless architecture for a startup?

To design a scalable AWS serverless architecture, you provide user scale, budget, and compliance requirements. The system then recommends suitable serverless patterns and generates the necessary infrastructure templates to deploy your backend.

Can I generate Terraform templates for AWS serverless patterns?

Yes, you can generate Terraform templates for AWS serverless patterns. The system creates Infrastructure as Code outputs in Terraform, alongside CloudFormation and CDK, allowing you to provision cloud resources directly.

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

The best way to optimize AWS cloud costs for a serverless backend is to analyze current spending patterns and apply recommended savings strategies. The system evaluates your architecture against startup budget constraints to suggest cost optimizations.

Does this approach support both serverless and containerized patterns on AWS?

Yes, this approach supports both serverless and containerized patterns on AWS. Based on your specific requirements, it recommends the most appropriate architecture pattern to balance scalability, operational overhead, and cost.

How do I create an IaC template for an MVP mobile app backend on AWS?

To create an IaC template for an MVP mobile app backend, input your expected user scale and requirements. The system quickly generates CloudFormation, CDK, or Terraform templates tailored to a serverless architecture for your application.