EulerOS

  1. Run the following commands to check whether the automatic start of Cloud-Init has been configured successfully:

    service cloud-init-local status

    service cloud-init status

    service cloud-config status

    service cloud-final status

  2. If command output contains enabled, Cloud-Init has been configured successfully.

    If Cloud-Init does not start, run the following commands to configure it:

    systemctl enable cloud-init-local

    systemctl enable cloud-init

    systemctl enable cloud-config

    systemctl enable cloud-final