This is the documentation for Bamboo 5.5. View this page for the

Unknown macro: {spacejump}

of Bamboo, or visit the latest Bamboo documentation.

It is possible to connect directly to a running elastic instance to access logs or upload files. Access is available via SSH (secure shell) and file transfer is enabled via SCP (secure copy).

アクセスできるのは、実行中のエラスティック インスタンスだけです。エラスティック インスタンスの自動終了を設定しなければならない場合があります。

このページの内容

SSH を使用する

SSH を使用してエラスティック インスタンスにアクセスする方法は次のとおりです。

  1. Navigate to the desired elastic instance, as described on Viewing an elastic instance.
  2. SSH アクセス」セクションに記載されているコマンド テキストをコピーします。コマンド テキストは以下の例にのようになります。
    ssh -i /opt/bamboo/home/xml-data/configuration/elasticbamboo.pk root@ec2-68-111-185-197.compute-1.amazonaws.com
  3. Execute the text in your terminal and you will have full SSH access to the Elastic Instance.
    (info) You can also download the private key via the link in the 'SSH Access' section to access your elastic instance via SSH. Click 'here' in the following text on screen to download the key: 'You can also download the SSH private key file from here and use the private key to access the EC2 instance.'

SCP を使用する

SCP を使用してエラスティック インスタンスにファイルをアップロードすることもできます。

SCP を使用してエラスティック インスタンスにアクセスする方法は次のとおりです。

  1. Navigate to the desired elastic instance, as described on Viewing an elastic instance.
  2. 「ログにアクセスする」セクションに記載されているコマンド テキストをコピーします。コマンド テキストは以下の例のようになります。
    scp -i /opt/bamboo/home/xml-data/configuration/elasticbamboo.pk root@ec2-68-111-185-197.compute-1.amazonaws.com:/home/bamboo/bamboo-elastic-agent.out ./
  3. ターミナルでテキストを実行して、エラスティック インスタンスからログをダウンロードします。

注意

  • Permission issues for SSH access — If you are experiencing permission issues when attempting to access your elastic instance via SSH, you may need to use the root user or modify permissions on your Elastic Bamboo private key file. See this FAQ for further details.
  • ラベルなし