- Create vm using the external path for cloud image.
- In user data mention the below to access the vm.
#cloud-config
password: password
chpasswd: {expire: False}
sshpwauth: True
- Create the vm and wait for vm to start.
Expected Results
- VM should come up and start with same config.