LoginSignup
8
4

More than 3 years have passed since last update.

新しいmacにbrewを使ってawscliをインストール

Last updated at Posted at 2017-05-24

awsを使うための設定をした。configureファイルも流れで作成されたのでそのメモ。

awscli

覚えたてのbrew searchを使ってコマンド名を確認してからインストール。configureファイルも合わせて作成された。

$ brew search aws
aws-apigateway-importer  aws-elasticache          aws-sdk-cpp              awslogs
aws-as                   aws-elasticbeanstalk     aws-shell                kube-aws
aws-cfn-tools            aws-keychain             aws-sns-cli              yaws
aws-cloudsearch          aws-mon                  awscli

$ brew install awscli

$ aws --version
aws-cli/1.11.91 Python/2.7.10 Darwin/16.4.0 botocore/1.5.54

$ ls -1 ~/.aws
config
credentials

無事インストールできました。

以上

8
4
1

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
8
4