Documentation Index
Fetch the complete documentation index at: https://docs.usenubis.com/llms.txt
Use this file to discover all available pages before exploring further.
Bootstrap once, reuse often
Cloud-init is the cleanest way to turn a fresh instance into a predictable workload host. Instead of logging in and hand-configuring packages or users, define that logic at launch time.Good uses for cloud-init
- Installing packages and runtime dependencies
- Creating system users or SSH configuration
- Writing configuration files and environment values
- Pulling application code or artifacts during boot
- Enabling agents for monitoring or security

