2 repositorios
Tools for simulating cloud-provider instance behavior and initialization on local hardware.
Distinct from Cloud Deployment: Existing candidates focus on actual deployment to cloud providers; this focuses on simulating that behavior locally.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Cloud Deployment Simulation. Refine with filters or upvote what's useful.
Multipass is a virtual machine lifecycle controller and manager designed to create and orchestrate lightweight Ubuntu instances on a local workstation. It functions as a cross-platform hypervisor wrapper that provides a local cloud development environment for simulating cloud deployments. The system utilizes a hypervisor-abstraction layer and driver-based backend resolution to manage virtual machines across different host operating systems using native virtualization backends. It enables the simulation of cloud instance behavior through the injection of cloud-init metadata and initialization
Simulates cloud instance behavior on a local machine using cloud-init and metadata configurations.
Moto is a cloud service mockery framework and API mock server that simulates AWS infrastructure locally. It allows developers to test cloud-dependent code and verify infrastructure-as-code templates without deploying real resources or incurring costs. The project functions as an SDK interceptor that can patch existing service clients to redirect requests to a local mock environment. It can also be run as a standalone HTTP server, enabling any programming language to interact with the simulated endpoints. The framework covers a vast array of simulated capabilities, including data storage, com
Simulates cloud-provider resource lifecycles to test infrastructure-as-code templates and application logic on local hardware.