avalanche-deploy

Automate Avalanche validator node deployment on AWS, GCP, and Azure.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Ayomisco/avaxskills --skill avalanche-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: avalanche-deploy
Source: https://github.com/Ayomisco/avaxskills/tree/main/website/public/avalanche-deploy
Command: npx skills add https://github.com/Ayomisco/avaxskills --skill avalanche-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies and automates the provisioning and management of Avalanche validator nodes and L1s on cloud platforms, reducing manual setup time and minimizing errors.

Core Features & Use Cases

  • Automated Node Deployment: Launches validator nodes on AWS, GCP, or Azure using customizable YAML playbooks.
  • Cloud Infrastructure Management: Handles configuration of cloud credentials, instance types, and network setup, enabling infrastructure-as-code workflows.
  • Use Case: Deploy a 5-node validator set on AWS with a single command, and deploy additional Subnets or L1s for testing or mainnet use.

Quick Start

Write a YAML playbook describing your desired deployment and run the CLI command to provision and manage validator nodes effortlessly.

Frequently Asked Questions about avalanche-deploy

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

FAQPage Schema
How do I automate Avalanche validator deployment on cloud infrastructure?

To automate Avalanche validator deployment, you write a customizable YAML playbook and run a CLI command to provision and manage nodes on AWS, GCP, or Azure. This handles instance setup, network configuration, and validator registration workflows.

Can I deploy a multi-node Avalanche validator set on AWS using infrastructure as code?

Yes, you can deploy a multi-node Avalanche validator set on AWS using infrastructure-as-code workflows. You define your desired instance types and network setup in a YAML playbook, launching a complete validator set with a single command.

What is the best way to manage Subnets and L1s on Avalanche cloud providers?

The best way to manage Subnets and L1s on Avalanche cloud providers is using automated deployment scripts. They handle cloud credentials securely and provision the necessary infrastructure for testing or mainnet use without manual setup.

Does automated Avalanche node provisioning work with both GCP and Azure?

Automated Avalanche node provisioning works with GCP and Azure, alongside AWS. The automation handles cloud credentials, instance types, and network setup across these providers to ensure reliable infrastructure provisioning.

How are cloud credentials handled during Avalanche validator setup?

Cloud credentials are handled securely during Avalanche validator setup through the automation framework. The infrastructure provisioning process ensures reliable management of sensitive data while configuring instances and validator registration workflows.