CLI
だけだと意味が広すぎて質問の意味が不明になっています。
想像ですが、
AWS コマンドラインインターフェイス
の事だという前提で回答します。
SSHでログインしてaws
と入力して、
以下の様なヘルプが出ればインストールされています
$ aws
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: too few arguments
インストールされていない場合は以下の様なエラーが出ます(ディストリビューションによって若干変わる場合があります)
-bash: aaa: command not found
や-bash: aws: コマンドが見つかりません
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/02/25 04:21