awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • canonical/multipassAvatar de canonical

    canonical/multipass

    9,146Voir sur GitHub↗

    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
    Voir sur GitHub↗9,146
  • getmoto/motoAvatar de getmoto

    getmoto/moto

    8,550Voir sur GitHub↗

    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
    Voir sur GitHub↗8,550
  1. Home
  2. DevOps & Infrastructure
  3. Cloud Deployment Simulation

Explorer les sous-tags

  • 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.