cloud-architect

Design cloud architectures across AWS, Azure, and GCP.

10.9k|1.0k|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/Jeffallan/claude-skills --skill cloud-architect-jeffallan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-architect
Source: https://github.com/Jeffallan/claude-skills/tree/main/skills/cloud-architect
Command: npx skills add https://github.com/Jeffallan/claude-skills --skill cloud-architect-jeffallan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps design enterprise cloud architectures across AWS, Azure, and GCP with security by design and cost optimization in mind.

Core Features & Use Cases

  • Well-Architected Framework: Operational excellence, security, reliability, performance, cost, and sustainability.
  • Cost Optimization: Right-sizing, reserved instances, autoscaling, and lifecycle policies.
  • Disaster Recovery: Multi-region patterns and RPO/RTO planning.
  • Landing Zones & Governance: Guardrails, policy enforcement, and containment.

Quick Start

Outline a landing-zone architecture for a new product, with IAM roles, VPCs, storage, and a DR strategy.

Frequently Asked Questions about cloud-architect

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

FAQPage Schema
How do I design a multi-cloud architecture across AWS, Azure, and GCP?

Multi-cloud architecture design balances workload distribution, compliance, and vendor flexibility across platforms. Use Well-Architected Framework principles for each cloud, define landing zones with IAM roles and VPCs, establish consistent security policies, and implement cost tagging across all three clouds to track spend and optimize resource allocation.

What's the best way to plan disaster recovery across multiple cloud regions?

Disaster recovery planning requires defining RPO (recovery point objective) and RTO (recovery time objective) targets, then designing multi-region failover patterns with data replication strategies. Terraform or CloudFormation can codify these patterns, while cost monitoring prevents expensive idle standby resources.

How do I implement cost optimization in a multi-cloud environment?

Cost optimization spans right-sizing instances, purchasing reserved instances, enabling autoscaling policies, and enforcing lifecycle policies on storage. Implement cost allocation tagging and centralized monitoring dashboards across AWS, Azure, and GCP to identify savings opportunities and enforce governance.

Can I use Terraform and CloudFormation together for multi-cloud infrastructure as code?

Yes, infrastructure as code tools support multi-cloud deployments: Terraform handles AWS, Azure, and GCP uniformly, while CloudFormation and ARM templates are cloud-specific. Choose Terraform for unified multi-cloud management or use native templates per cloud with consistent landing-zone governance.

What does a landing zone architecture include for new cloud deployments?

A landing zone provides the foundational governance structure: VPCs or vnets for network isolation, IAM roles and policies for access control, centralized logging and monitoring, baseline security controls, and disaster recovery guardrails. It enables teams to deploy compliant workloads rapidly while enforcing organization-wide policies.

How do I implement zero-trust security across multiple cloud providers?

Zero-trust security requires explicit identity verification, least-privilege access policies, and continuous verification across all resources. Use IAM roles with fine-grained permissions, encryption in transit and at rest, and centralized security monitoring to enforce consistent controls on AWS, Azure, and GCP.