cloud-deploy

Provision cloud infrastructure with Terraform, Pulumi, or CloudFormation.

3|Updated May 28, 2026
One-click install
npx skills add https://github.com/mahg-es/araya --skill cloud-deploy-mahg-es
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-deploy
Source: https://github.com/mahg-es/araya/tree/main/skills/cloud-deploy
Command: npx skills add https://github.com/mahg-es/araya --skill cloud-deploy-mahg-es

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provision and deploy cloud infrastructure using Infrastructure as Code (Terraform, Pulumi, or CloudFormation) to create reproducible, auditable environments.

Core Features & Use Cases

  • Automates cloud provisioning across AWS, OCI, Hetzner or multi-cloud providers.
  • Encodes infrastructure as code with Terraform, CloudFormation, or Pulumi for repeatable deployments.
  • Supports secure networking, compute, and data layers with CI/CD integration for production readiness.

Quick Start

Describe your target cloud provider, region, and required resources to trigger an IaC deployment.

Frequently Asked Questions about cloud-deploy

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

FAQPage Schema
How do I provision cloud infrastructure using Terraform for a reproducible environment?

Provision cloud infrastructure by defining resources as code with Terraform to create reproducible, auditable environments. This approach enforces best practices like remote state storage and encryption for reliable deployments across providers like AWS or OCI.

Can I use this to automate multi-cloud deployments across AWS and OCI?

Yes, you can automate multi-cloud deployments across AWS, OCI, and Hetzner. The process encodes infrastructure using tools like Terraform or Pulumi to manage scalable networking, compute, and data services consistently across different cloud providers.

What is the best way to integrate IaC provisioning with a CI/CD pipeline?

The best way to integrate IaC with CI/CD is by using configurable pipelines during infrastructure provisioning. This method automates deployments while enforcing testing, remote state storage, and encryption to ensure production readiness and auditable environments.

Does cloud provisioning with Pulumi support secure networking and compute layers?

Yes, provisioning with Pulumi supports secure networking, compute, and data layers. It encodes these resources as code to ensure repeatable deployments, applying infrastructure best practices including encryption and automated testing for production readiness.

When do I need Infrastructure as Code for cloud migrations?

You need Infrastructure as Code for cloud migrations when you require reproducible, auditable environments and scalable resource management. It allows you to automate provisioning across new projects or multi-cloud deployments using tools like Terraform or CloudFormation.

Why should I use CloudFormation instead of manual provisioning for AWS resources?

Using CloudFormation instead of manual provisioning creates reproducible, auditable environments by encoding infrastructure as code. This automation enforces best practices like remote state storage, encryption, and CI/CD integration, reducing human error during deployment.