EulerOS
- 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
- 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
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.