From 10d5ad7ead096383dc72de5724c75fa623f799dd Mon Sep 17 00:00:00 2001 From: "Arnaud M." Date: Sun, 4 Jan 2026 00:57:16 +0100 Subject: [PATCH] Add Q for user-data Signed-off-by: Arnaud M. --- cloud/training/101.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloud/training/101.md b/cloud/training/101.md index 364d5d5..8ed1203 100644 --- a/cloud/training/101.md +++ b/cloud/training/101.md @@ -316,6 +316,10 @@ When the instance is booted, ssh into it and check the result of the file: 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 Try to deploy `demo-flask` with a custom `user-data` script.