2 Answers
- Newest
- Most votes
- Most comments
0
Hello.
I tried deploying in the same way using my AWS account and changing the password to "N3wP@ssw0rd" and was able to connect successfully.
Since I selected Windows as the EC2 OS, I was able to connect with the user name "Administrator" and password "N3wP@ssw0rd".
As stated in the error message, I think the username or password may be incorrect.
0
What OS did you provision?
If this helps, you can also try the CloudFormation template at https://github.com/aws-samples/amazon-ec2-nice-dcv-samples.
Relevant content
- asked 4 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 22 days ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 months ago
Hi all,
Thanks for the prompt reply.
After submitting the question I deploy the CF template without any changes and was able to logged in, I then proceed to change the password only after I've managed to login to the Linux instance. This kind of resolved my issue.
But I was still wondering what was causing the wrong password issues, as mentioned I then tried the "N3wP@ssw0rd" and it works as well.
Then I decided to try the password that was not working "$4Testing" apparently adding $ as the first letter results in an error in the password. I was wondering why this resulted in an error and did some googling I suspected that the $ might be some special character in Linux and I was right. Using the \ as an escape resolved the issue, rookie mistake by me.