cloud-infrastructure

Design and operate cloud infrastructure on AWS, GCP, and Azure.

3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/MayaDispeler/TheOrqestra --skill cloud-infrastructure-mayadispeler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-infrastructure
Source: https://github.com/MayaDispeler/TheOrqestra/tree/main/skills/cloud-infrastructure
Command: npx skills add https://github.com/MayaDispeler/TheOrqestra --skill cloud-infrastructure-mayadispeler

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive framework for designing and operating cloud infrastructure, addressing architecture decisions, IaC, networking, storage, IAM, cost, DR, and observability.

Core Features & Use Cases

  • Infrastructure as Code (IaC): Ensures infrastructure is defined and managed through code, using Terraform or equivalent tools.
  • Security and Compliance: Implements least privilege principles, default-deny network rules, and strong IAM policies.
  • Cost Optimization: Focuses on egress costs, tagging, and lifecycle policies to minimize cloud expenses.
  • Disaster Recovery (DR): Defines RTO and RPO for resources and ensures architectures meet these requirements.
  • Observability: Sets up monitoring and alerting based on the four golden signals and actionable alerts.

Quick Start

Run the cloud-infrastructure skill to design a secure and cost-effective cloud architecture for your application.

Frequently Asked Questions about cloud-infrastructure

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

FAQPage Schema
How do I design secure cloud infrastructure across AWS, Azure, and GCP?

Designing secure cloud infrastructure across AWS, Azure, and GCP requires applying least privilege IAM, default-deny network rules, and structured IaC. This approach ensures consistent security and compliance across multi-cloud environments.

What's the best way to optimize cloud infrastructure costs for egress and storage?

Optimizing cloud infrastructure costs involves monitoring egress expenses, enforcing resource tagging, and applying storage lifecycle policies. This framework minimizes unnecessary cloud spending while maintaining operational efficiency.

Do I need Terraform to manage infrastructure as code for cloud architecture?

Yes, you need Terraform or an equivalent IaC tool to manage infrastructure as code for cloud architecture. Defining infrastructure through code ensures reproducible and automated deployments across AWS, GCP, and Azure.

How do I set up disaster recovery for cloud infrastructure with specific RTO and RPO?

Setting up disaster recovery for cloud infrastructure requires defining your RTO and RPO for each resource. The architecture must then be explicitly designed and validated to meet these recovery targets during outages.

Can I implement observability for cloud infrastructure using the four golden signals?

Yes, you can implement observability for cloud infrastructure by monitoring the four golden signals: latency, traffic, errors, and saturation. This establishes actionable alerts and comprehensive operational visibility.