My understanding is that the intended way of cloud-init working is that it retrieves metadata and userdata once per instance. Can this be changed so that cloud-init retrieves data on every boot?
I noticed that removing the directory /var/lib/cloud/instances/12345678-1234-5678-1234-567812345678/ forces a new retrieval, but this runs the other initialization of the node too.
I would like to for example change my instances ntp-server ip, and it seems that cloud-init is unable to do that. What am I missing?