What problem does it solve?
This Skill simplifies the creation and management of Google Compute Engine (GCE) virtual machines, instance templates, and managed instance groups (MIGs), streamlining cloud infrastructure deployment.
Core Features & Use Cases
- Instance Creation: Generate single GCE instances with specified machine types, images, and configurations.
- Instance Templates & MIGs: Create reusable instance templates and deploy them into managed instance groups with autoscaling for high availability and scalability.
- Configuration Options: Supports various machine types, operating system images, disk configurations, networking, service accounts, startup scripts, and security features.
- Infrastructure as Code: Provides Terraform configurations for declarative infrastructure management.
- Use Case: Deploy a scalable web application by creating an instance template and a regional managed instance group with autoscaling based on CPU utilization.
Quick Start
Use the gcp-compute-engine skill to create a new e2-medium instance named 'my-web-server' using the 'debian-12' image in the 'us-central1-a' zone.