Question
Is there a way to tell via API when a cloud-config script is complete?
I’ve been using the droplet api to determine when a droplet is in the active state.
However, the droplet often transitions to active before the cloud-config runcmd commands have completed.
Ideally, I’d like to hit an endpoint that tells me if the cloud-config script (or, whatever was in user_data) has completed. Is there such a thing?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×