AMI Creation of EC2 window server

1

Hi Team,

I have some issue when I launch the window server from AMI.

I have schedule to create AMI on daily basis but when I launch the server from AMI then password is not generated and showing the password is not available.

Could you please help me to what setting do I need to server?

Thanks, Anuj

AnujG
preguntada hace un año259 visualizaciones
1 Respuesta
0

Hello,

I have some questions as well some guidance. Questions: is this a AWS Windows AMI or an AMI you have created?

Please see https://repost.aws/knowledge-center/ec2-windows-password-not-available-error for the password not available error. One of the common issues is when using a self-backed AMI where the initial password was changed. All other instances from this AMI will not have a random password. Here you find another way to reset the password: https://repost.aws/knowledge-center/reset-admin-password

But from what I understand you ideally wants to be able to get a password on launch. What you could do is for example to set the password on launch through UserData https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/ec2-windows-user-data.html one example script is https://gist.github.com/tomfanning/10be8decc97533a84d712db9e5862843 (not tested use it at your own risk). Ideally on a large scale setup you would like this password to be random and stored safely for example in SSM or Secrets Manager.

Thanks

profile picture
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas