1
0
Fork 0

Add Q for user-data

Signed-off-by: Arnaud M. <arnaud.choupinette@mailops.fr>
This commit is contained in:
Arnaud M. 2026-01-04 00:57:16 +01:00
parent 0a91c7b40a
commit 10d5ad7ead
1 changed files with 4 additions and 0 deletions

View File

@ -316,6 +316,10 @@ When the instance is booted, ssh into it and check the result of the file:
cat /var/log/postinstall.log cat /var/log/postinstall.log
``` ```
Q: what is the name of the service running inside your instance that execute this `user-data` script?
Q: from which url this service retrieve the script?
## demo-flask ## demo-flask
Try to deploy `demo-flask` with a custom `user-data` script. Try to deploy `demo-flask` with a custom `user-data` script.