Filter löschen
Filter löschen

How do I create a username for a virtual machine on the AWS cloud?

6 Ansichten (letzte 30 Tage)
Nicole Brimhall
Nicole Brimhall am 8 Jun. 2021
Beantwortet: arushi am 30 Mai 2024
I am watching the video, "How to Run MATLAB in the Cloud with Amazon Web Services" to help me set up a virtual instance of Matlab on AWS. In the video around 2:28, it has you specify a username and password to log into the virtual machine. However, when I create a stack on AWS, there is nowhere to specify a username. I can specify a password, but no username. Then when I create my stack, I am unable to log in to the virtual machine because I have no username. What am I doing wrong?
  1 Kommentar
Mahmoud Kiasari
Mahmoud Kiasari am 29 Jun. 2022
I got this problem today.
As you can see below the Remote Password there is a message that said create this password for "Administrator" this is the username and the password is the one that you set in creating stack part.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

arushi
arushi am 30 Mai 2024
Hi Nicole,
When setting up a virtual instance of MATLAB on AWS, the process involves creating an EC2 instance rather than a stack. The username for an EC2 instance is often predefined by the Amazon Machine Image (AMI) that you choose. For example, the default username for a Windows instance is usually Administrator, while for a Linux instance, it could be ec2-user or ubuntu, depending on the distribution.For Windows instances, you might set a password during the launch wizard or retrieve it later using the SSH key pair. For Linux instances, you typically use the key pair itself for authentication and do not need a password.
Hope this helps.

Kategorien

Mehr zu Licensing on Cloud Platforms finden Sie in Help Center und File Exchange

Produkte


Version

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by