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

조회 수: 4 (최근 30일)
Nicole Brimhall
Nicole Brimhall 2021년 6월 8일
답변: arushi 2024년 5월 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