This module contains submodules that are useful for quickly spinning up cloud-based sandbox environments for tests, demos, etc. It's goal is to provide a toolset that lets you focus on what you're building rather than how or where to host it.
- EC2 - a submodule for creating EC2 instances in an AWS account.
- VPC - a submodule for creating a VPC in an AWS account (useful for the EC2 submodule)
The author of this module plans to add the following features / submodules in the future. Feel free to open new issues to request additional features.
- Similar submodules for GCP
- Similar submodules for Azure
- Submodules for creating simple Kubernetes clusters
- Submodules for managing serverless functions (lambda, etc.)
- Submodules for hosting simple websites on cloud object storage (S3 etc.)