概要
MacのローカルにてAWSのCLIコマンドを実行できるようにする方法を簡単にまとめる。
前提
筆者のMacのローカルのパッケージはHome Brewを使っている。
方法
-
下記を実行してAWS CLIコマンドをインストール
brew install awscli
-
$ aws -h
を実行して下記のように出たら完了$ aws -h usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters] To see help text, you can run: aws help aws <command> help aws <command> <subcommand> help aws: error: the following arguments are required: command