Open Jalle19 opened 1 month ago
Whether to enable the TAT service. If this parameter is not specified, the TAT service is enabled for public images and disabled for other images by default.
Okay so this is why tat_agent
got installed even though documentation for RunAutomationServiceEnabled
says this:
Whether to enable the TAT service. Valid values: TRUE: yes; FALSE: no
Default: FALSE.
Description
Currently, the
EnhancedService
(https://www.tencentcloud.com/document/api/213/15753#enhancedservice) block is omitted completely, leading to all three services being installed (security, monitoring, automation). The documentation says thatAutomationService
defaults to false (https://www.tencentcloud.com/document/api/213/15753#runautomationserviceenabled), but this doesn't seem to be the case in practice, judging by the contents ofcvm_init.sh
:Use Case(s)
We want to omit automatic installation of
ydeyes
. This can be done using a checkbox when launching instances manually from the console.Potential configuration
Optional booleans for each of the services