[課題]
aws System Manager にて、awsコマンドを含むドキュメント(yaml)を作成して、runcommandを実行しています。
runcommandの実行環境はWindowsサーバー(EC2)です。
しかし、runcommandを実行するとErrorで下記のメッセージが表示されます。
error
1aws : The term 'aws' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the s 2 3pelling of the name, or if a path was included, verify that the path is correct and try again.
尚、実行環境のWindowsサーバー(EC2)には、AWS CLI をインストール済み。
aws --version でインストールされていることを確認済みです。
C:\Users\Administrator>aws --version aws-cli/2.2.22 Python/3.8.8 Windows/10 exe/AMD64 prompt/off
実行環境のEC2には、下記の権限でIAMロールを設定しています。
・AmazonSSMFullAccess
・AmazonEC2FullAccess
runcommandで正常にawsコマンドを実行する方法を教えて頂きたいです。
回答1件
あなたの回答
tips
プレビュー