cloud-infra-automation
v1.0.0使用 Terraform、Ansible 和 CloudFormation 自动化配置和管理 AWS、GCP 及 Azure 基础设施。
Installation
Please help me install the skill `cloud-infra-automation` from SkillHub official store.
npx skills add Sunshine-del-ux/cloud-infra-automation
Cloud Infrastructure Automation
Automate cloud infrastructure with IaC.
Features
Multi-Cloud Support
- AWS
- Google Cloud Platform
- Azure
Infrastructure as Code
- Terraform templates
- Ansible playbooks
- CloudFormation
Automation
- Server provisioning
- Configuration management
- Deployment pipelines
Quick Start
# Initialize AWS
./cloud.sh init aws
# Create infrastructure
./cloud.sh apply prod
# Destroy
./cloud.sh destroy prod
Templates
- Web application
- Database setup
- Kubernetes cluster
- Serverless functions
Requirements
- Terraform
- Ansible
- AWS/GCP/Azure CLI
Author
Sunshine-del-ux