Excerpt | ||
---|---|---|
| ||
Abiquo 5.4 adds new guest setup options for Windows in Amazon AWS via API. These options are available in the UI in Abiquo 5.4.1. |
Abiquo 5.4 adds new guest setup options for Windows in Amazon AWS via API. These options
...
are available in the UI in Abiquo 5.4.1.
These options are:
CLOUDBASE_INIT
EC2LAUNCH_V2
EC2LAUNCH
EC2CONFIG
VM variables
After you launch your VM, you can find the VM variables at:
Code Block |
---|
C:\ProgramData\Abiquo\abiquo-env.rc |
cloudbase-init
We You can only log into the VM using a guest initial password, and it is not possible to log in using a password autogenerated by cloudbase-init. We recommend that as soon as the VM starts up, you should log in and change this password.
In the Bootstrap script, users should be able to add any script because AWS passes the script to the instance in UserData as a MIME multi-part message with content type a text/x-shellscript
content type. (See https://cloudbase-init.readthedocs.io/en/latest/userdata.html#multi-part-content)
...
You must enclose the bootstrap script with <script></script>
tags for a batch script and <powershell></powershell>
tags for a powershell script.
...
The bootstrap script should be in a yaml YAML format. See https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-user-data.html#user-data-yaml-scripts
...
Summary of example template names:
ec2 launch v2:
EC2LaunchV2EC2LaunchV2_Preview-Windows_Server-2019-English-Core-Base-2021.08.11.
ec2launch:
"
"Microsoft Windows Server 2019 Base
ec2Config:
"
"Windows Server 2012 R2
and earlier.
cloud-init (Linux):
"
"Amazon Linux 2 AMI (HVM)