1 रिपॉजिटरी
Boot-time setup tasks tailored to specific cloud providers to prepare the environment.
Distinct from Cloud Instance Lifecycle: Closest candidates focus on lifecycle management (start/stop) rather than the internal initialization process.
Explore 1 awesome GitHub repository matching devops & infrastructure · Cloud Instance Initialization. Refine with filters or upvote what's useful.
Cloud-init is an automated server provisioning and instance initialization tool designed to configure virtual machines during the early boot process. It functions as a metadata provisioner that retrieves instance configuration data from cloud providers to set up network, storage, and user settings. The project provides a cross-distribution boot configuration layer that applies consistent system settings across different Linux distributions. It utilizes a modular provider abstraction to handle API differences between various cloud platforms and employs a staged boot execution model to ensure i
Detects the current environment and executes boot-time setup tasks tailored to specific cloud providers.