@IRJ said in cloud-init verification or logs?:

So I checked journalctl --boot which has a very large output. However I did find some helpful information about cloud-init. I got to see what Amazon does in their portion of the script, and I got to see when packages were installed from my cloud-init. However other commands such as sed or echo did not show up anywhere. Although I can confirm them being run.

This kind of helps, but it isn't 100% what I want.

Ah ok. That's interesting that they don't show up. It might just be stderr for the script portion then? Idk.