エラスティック インスタンスを起動する
エラスティック エージェントプロセスはエラスティック インスタンスで実行されて、インスタンスが起動すると自動的に開始します。エラスティック エージェントでジョブ ビルドを実行したい場合は、エージェントが実行されるエラスティック インスタンスを起動できます。エラスティック エージェントは、インスタンス起動元のイメージの機能を継承します。
エラスティック インスタンス数の制限 — エラスティック エージェントは、ライセンス上はリモート エージェントとしてカウントされます。そのため、エラスティック インスタンス (ひいてはエラスティック エージェント) を起動した結果、ライセンスで許可されているリモート エージェントの総数を超えると、インスタンスを起動できなくなります。
関連ページ
エラスティック インスタンスを起動するには、次の手順に従います。
- From the top navigation bar select > Elastic Bamboo > Instances.
- Select Start new elastic instances.
- [インスタンス数] を使用して、開始する新しいインスタンスの数を指定します。
- Use Elastic image configuration name to select the elastic image configuration that you would like your instances to use.
- Select Submit. The Manage elastic instances page will be displayed, showing your new instances starting:
- エラスティック インスタンス (および対応するエージェント) が開始中であることを示すメモが表示されます。
- Your elastic instances will then display with a status of Pending while they start up. This generally takes a few minutes.
- Once your elastic instances have started up, they will progress to Running status. An elastic agent process will then start up for each instance. They will display a status of Pending while they start.
- Once the elastic agents have started, they will display a status of Online.
- エラスティック インスタンス (および対応するエージェント) が開始中であることを示すメモが表示されます。
注意
エラスティック エージェントが起動しない場合の処理: Bamboo は、エラスティック インスタンスでエージェントが起動するのを一定期間待機します。この期間の終わりまでに応答がない場合は、Bamboo はエラスティック インスタンスをシャットダウンします。
You can configure this time period by modifying the following system property (default is 600):bamboo.agent.elastic.startupTimeoutSeconds
Read Starting Bamboo for instructions on how to set a system property.