Ubuntu disable cloud-init

1. Disable cloud-init via systemctl.

sudo systemctl disable cloud-config.service
sudo systemctl disable cloud-final.service
sudo systemctl disable cloud-init-local.service
sudo systemctl disable cloud-init.service

2. Reboot the server again.

Comments