Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 5 years have passed since last update.

[JAWS-UG HPC] Amazon Linux の準備 (作業環境の構築)

Posted at
  1. Amazon Linux の準備
    =======================

1.1 IAMユーザとIAMグループを設定する

1.2 Amazon Linuxの起動とログイン

1.3 Crendential の設定

Amazon Linux にログイン後、下記コマンドを実施してください。

command
aws configure

下記は東京リージョンの場合です。
IAMユーザを作成時ダウンロードしたcsvファイルをご参照ください。

入力
AWS Access Key ID [None]: '<アクセスキーを入力>'
AWS Secret Access Key [None]: '<シークレットキーを入力>'
Default region name [None]: ap-northeast-1
Default output format [None]:  '<空欄でOKです>'

  1. AWS CLI 環境を整備する
    =======================

2.1 AWS-CLI環境と便利ツールのインストール

command
sudo pip install -U awscli
mkdir -p ~/.aws/source
sudo yum install jq -y
sudo yum install npm --enablerepo=epel -y
sudo npm install -g jsonlint
sudo npm install -g csfn
sudo yum install jwhois -y
sudo yum install git -y

2.2 インストール確認

確認(インストールされたパスが表示される)
which jq
which npm
which jsonlint
which csfn
which whois

詳細は下記を参照

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?