cloud-init
Display the status of the most recent cloud-init run
TLDR
Display the status of the most recent cloud-init run
SYNOPSIS
cloud-init [options] command [arguments]
DESCRIPTION
cloud-init is the industry standard for cloud instance initialization. It handles early initialization of cloud instances including networking, storage, SSH keys, user accounts, and package installation.
Cloud-init reads configuration from various datasources (cloud provider metadata, user-data) and applies it during boot.
PARAMETERS
status
Report cloud-init statusquery key
Query instance metadataclean
Remove logs and artifactscollect-logs
Gather debugging informationschema
Validate cloud-config files
CAVEATS
Primarily useful in cloud/virtual environments with metadata services. Running clean allows cloud-init to run again on next boot, which may reconfigure the system. Some commands require root privileges.
HISTORY
cloud-init was originally developed for Ubuntu by Canonical and has become the de facto standard for cloud instance initialization across most Linux distributions and cloud providers.
SEE ALSO
cloud-config(5), systemctl(1)


