Hi Packer Community members!
I am creating Windows AMI using amazon-ebs builder and want to use packer winrm admin user different from default Administrator user for AWS instance.
The reason I want to do this is because I am running a program that is delivered from a different team that deletes the default Administrator user.
The program also restart the packer builder instance after which packer cannot connect back since the Administrator user is no more :(
There are some other provisioners that needs to run after this program, which is not possible because packer cannot connect back.
What does it takes to use a separate winrm user from Adminitstrator? Thanks for your help.
Thanks,
-Gautam