There are several security mechanisms associated with Amazon Web Services (AWS) and EC2:

  • パスワードとメール アドレスは、AWS ポータルにアクセスするために使用します。AWS ポータルでは、(特に) 下記のすべての資格情報を生成および無効化できます。
  • Bamboo サーバーが AWS で認証するために使用する AWS アクセス キー ID とシークレット アクセス キー。
  • Bamboo によって起動された EC2 インスタンスにログインするために使用できるログイン キー ペア。このキー ペアは、Elastic Bamboo を初めて使用した際、またはキー ペアを削除した際に自動的に生成されます。このキーペアは、AWS コンソールに「elasticbamboo」と表示されます。Bamboo はこのキー ペアを使用しません。
  • The AWS private key file and certificate file that are generated by Amazon and used together to allow Elastic Bamboo to securely access some of the AWS services, such as EBS for elastic instances and the Amazon command line tools. These are described below.

On this page:

関連ページ

AWS 非公開キー ファイルと証明書ファイル

The Amazon Web Services (AWS) private key file and certificate file are generated by Amazon and work together to allow Elastic Bamboo to securely access your AWS account. These are required to enable certain features, such as EBS for elastic instances and the Amazon command line tools.

ファイルを生成する

証明書ファイルは (エラスティック インスタンスに挿入するために) Amazon で保管され、非公開キー ファイルは Bamboo サーバーの Bamboo ホーム ディレクトリにダウンロードされます。同じ AWS アカウントを使用して複数の Bamboo サーバーに Elastic Bamboo をセットアップする場合は、元の Bamboo サーバーから非公開キー ファイルをコピーするだけで済みます。非公開キー ファイルが消失または破損しない限り、非公開キー ファイルと証明書ファイルを再作成する必要はありません。

If you do need to regenerate the private key file and certificate file, please follow the instructions in the Amazon X.509 Certificates documentation. The Amazon documentation also contains instructions on using your own certificate, if you wish.

ファイルをダウンロードする

Once the files are generated, you will be able to download them (see screenshot below). We recommend that you store the files in the Home directory of your Bamboo server.

スクリーンショット: 生成された AWS 非公開キー ファイルと証明書ファイルのダウンロード

注意