awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenBlogSitemap
ProjektÜber unsPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comBlog
Kategorien

2 Repos

Awesome GitHub RepositoriesCloud Deployment Simulation

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.

Awesome Cloud Deployment Simulation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • canonical/multipassAvatar von canonical

    canonical/multipass

    9,146Auf GitHub ansehen↗

    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.

    C++cloudcontainerhyper-v
    Auf GitHub ansehen↗9,146
  • getmoto/motoAvatar von getmoto

    getmoto/moto

    8,550Auf GitHub ansehen↗

    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.

    Pythonawsbotoec2
    Auf GitHub ansehen↗8,550
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Deployment Simulation

Unter-Tags erkunden

  • Multi-Tenant SimulationsSimulations of cloud environments that include account-based isolation and multi-tenant access control. **Distinct from Cloud Deployment Simulation:** Distinct from Cloud Deployment Simulation as it focuses on account isolation and multi-tenancy logic rather than instance initialization.