0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

概要

MacのローカルにてAWSのCLIコマンドを実行できるようにする方法を簡単にまとめる。

前提

筆者のMacのローカルのパッケージはHome Brewを使っている。

方法

  1. 下記を実行してAWS CLIコマンドをインストール

    brew install awscli
    
  2. $ 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
    
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?