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