2.2.6.1. mijin Catapult(v.2) EC2 instance login how to¶
Note
- creation-day:
Aug. 1, 2022
- update date:
Aug. 14, 2026
Note
These steps assume Docker Compose v2 ( docker compose ). In environments running Compose v1, such as the free edition image, read it as docker-compose (with a hyphen). Note that the output format of the commands may differ depending on the Compose version.
2.2.6.1.1. Log in to AWS Management Console¶
Log in at the AWS Managed Console
2.2.6.1.2. Move to EC2 Service¶
Click on ‘Services’ at the top
Click on ‘Compute’ from the menu that appears
Click on ‘EC2.’
2.2.6.1.3. Select the instance you wish to log in to and connect¶
Click on ‘Instances’ from the left menu
From the list of instances, click the check box for the node you wish to log in.
Press ‘Connect.’
2.2.6.1.4. Select Session Manager and connect¶
Make sure it is ‘Session Manager.’ (If not selected, click on it)
Press ‘Connect.’
A separate console screen window opens.
2.2.6.1.5. Console screen operation¶
Confirm that ‘$’ appears in the console screen window.
mijin Catapult(v.2) switch to the UNIX user catapult running
sudo su - catapult
Check to see if mijin Catapult(v.2) is working.
# PEERノードに接続した時(本章ではPEERノード接続時) When connected to a PEER node (in this chapter, when connected to a PEER node) cd mijin-catapult-package/package/peer/catapult/ docker compose ps # APIノードに接続した時 When connected to an API node cd mijin-catapult-package/package/api/catapult/ docker compose ps
Note
