This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

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).

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

On this page:

Accessing your Elastic Instance via SSH

To access your elastic instance via SSH:

  1. Navigate to the desired elastic instance, as described on Viewing an Elastic Instance.
  2. Copy the command text listed under the 'SSH Access' section. It will be similar to the following example command text:
    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 the 'here' link 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.'

Accessing your Elastic Instance via SSH

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

To access your elastic instance via SCP:

  1. Navigate to the desired elastic instance, as described on Viewing an Elastic Instance.
  2. Copy the command text listed under the 'Accessing Logs' section. It will be similar to the following example command text:
    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 modify permissions on your Elastic Bamboo private key file. See this FAQ for further details.
関連トピック

Managing your Elastic Instances

  • ラベルなし

1 Comment

  1. Anonymous

    Is there documentation for Windows instances?