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

6 次查看(过去 30 天)
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 个评论
Mahmoud Kiasari
Mahmoud Kiasari 2022-6-29
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.

请先登录,再进行评论。

回答(1 个)

arushi
arushi 2024-5-30
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.

类别

Help CenterFile Exchange 中查找有关 Licensing on Cloud Platforms 的更多信息

产品


版本

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by