The information necessary to use a virtual machine is as shown below.
The following information is sent to platform providers through a deployment completion email for each virtual machine.
Information | Description |
---|---|
The IP address of the virtual machine | A private IP address. |
Login user ID | The user name of the OS administrator of the virtual machine. |
Key Pair Name | A key pair created by platform providers after a platform is created is used. For each OS type of virtual machine, a key pair is used for the following purposes:
|
Operation of Key Pairs
The following is an operation example of a key pair used by platform providers for each task.
In the [Platform Management] window of the Cloud Management portal, a platform provider selects the menu for AWS and requests the addition of a platform.
After addition of the platform is completed, a platform provider selects the platform added using the [Platform Management] window and then creates a key pair from the [Platform Details] window.
A notification email of creation completion of the key pair is sent to the email address linked with the platform.
A platform provider downloads the key pair from the [Platform Details] window and stores it in a secure location.
Note
When [Internet Explorer's Enhanced Security Configuration] is enabled in a Windows Sever environment, it may not be possible to download files using Internet Explorer.
Accessing Virtual Machines
Depending on the OS type, use the following methods to access a virtual machine:
For Windows
The IP address of the virtual machine, login user ID, and the initial password encrypted using the public key of the key pair are sent to platform providers through a deployment completion email sent for each virtual machine.
If the key pair has not been downloaded, download it from the [Platform Details] window and then decrypt the initial password encrypted using the private key of the key pair.
Use the information of the login user ID and the decrypted initial password to log in to the virtual machine.
See
For details on how to decrypt the initial password, refer to the published documents on AWS.
For Linux
Platform providers are notified of the IP address of the virtual machine, login user ID, and key pair name through a deployment completion email sent for each virtual machine.
Confirm that the key pair name displayed in the [Platform Details] window matches the notified key pair name.
If the key pair has not been downloaded, download it from the [Platform Details] window.
Log in to the notified IP address using a command supporting SSH communication or a terminal emulator, entering the notified user name and the private key of the key pair.
See
For details on the private key format and SSH authentication method, refer to the published documents on AWS.
For details on the SSH login method using a private key, refer to the documents of the SSH client being used.