aws-patterns

Identify and implement scalable AWS patterns for VPC, compute, serverless, IAM, and cost optimization.

3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/bipinks/ghost-office --skill aws-patterns-bipinks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-patterns
Source: https://github.com/bipinks/ghost-office/tree/main/.claude/skills/aws-patterns
Command: npx skills add https://github.com/bipinks/ghost-office --skill aws-patterns-bipinks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams design secure, scalable, and cost-efficient AWS architectures by providing validated pattern templates and best practices.

Core Features & Use Cases

  • VPC Architecture: Guidance for multi-AZ VPCs, subnets, NATs, and peering to optimize networking.
  • Compute & Serverless: Recommendations for EC2, ECS/Fargate, and Lambda deployments with resilience and monitoring.
  • Security & Cost: IAM least privilege, encryption at rest and in transit, and cost-optimization patterns.

Quick Start

Provide a high-level description of your AWS workload to receive a pattern recommendation.

Frequently Asked Questions about aws-patterns

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

FAQPage Schema
What are the best practices for designing a secure multi-AZ AWS VPC architecture?

AWS serverless cost optimization patterns involve allocating compute resources based on demand and applying lifecycle policies. Implementing these infrastructure patterns reduces waste across EC2, ECS/Fargate, and Lambda deployments while maintaining production-ready performance.

How do I implement least privilege IAM policies for multi-account AWS environments?

Implementing IAM least privilege requires applying granular permission boundaries and encryption guardrails across multi-account AWS environments. These security patterns enforce strict access controls and validate production-ready architectures against best-practice compliance standards.

What's the best way to architect scalable AWS serverless and compute workloads?

Architecting scalable AWS serverless workloads requires selecting appropriate compute services like Lambda or ECS/Fargate and applying resilience patterns. Using validated templates accelerates deployment while ensuring monitoring and infrastructure scalability guardrails are met.

How do I structure AWS infrastructure patterns for production-ready deployments?

Structuring AWS infrastructure patterns involves applying reusable templates and best-practice validations across VPC, compute, and IAM contexts. This approach accelerates infrastructure design and deployment while enforcing security and cost-aware guardrails for production-ready architectures.

When should I use single-account versus multi-account AWS architecture patterns?

AWS architecture patterns support both single-account and multi-account environments depending on your isolation and scaling requirements. Applying validated infrastructure guardrails ensures secure, cost-aware deployments regardless of the account structure chosen for your workload.