ARM chips got ya down? This repo provides a project-oriented implementation of virtual private server specifications, including documentation, requirements and infrastructure-as-code projects for building and deploying common machines.
wormchain-vps
helps developers spin up VPS's.
The goal is to provide standardized, common machines for various projects that will allow developers to share an environment for development or testing, without needing to worry about the differences between development machines.
- See READMEs in the /build or /deploy folders (e.g
wormchain/build/README.md
) for usage instructions.
Terraform >= v1.9.2
Packer v1.11.1
gcloud 487.0.0
- Configured CLI for authentication to the GCP account
- Packer Getting Started Guide
- Packer Build an Image Tutorial - Uses Docker
- Google Compute Packer plugin documentation
- GCP OS Images - What packer uses for deploying reusable VPS images
- Packer Usage with Terraform
- Compute Engine Machine Type Explainer
- Compute Engine Machine Type Pricing
- Compute Engine Instance Automated SSH Management
- Compute Engine Instance Manual SSH Management