79462343

Date: 2025-02-24 02:38:57
Score: 0.5
Natty:
Report link

I see a lot of useful information in the previous answer, but just want to give a very brief response to the original question.

User data is executed during the Final stage of the cloud-init tool process. There are five stages: Detect, Local, Network, Config, and Final. The last one is where your user_data script(s) run. This usually includes

You can read more here.

So the user_data script(s) run not before or after, but during the Final stage of cloud-init.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: George Smith