aws-samples / aws-samples/aws-codedeploy-samples

aws command not found

オープン
#82 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Shell
スター
639
フォーク
778
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi everyone,

I'm having a problem with my scripts, one of the uses the aws command to retrieve variables stored on SSM, something like this

`aws ssm get-parameters-by-path \
--path "/keys" \
--with-decryption \
--query "Parameters[*].[Name,Value]" \
--output text`

I have aws cli installed on my EC2 Ubuntu instance, and the script works just fine if run from the terminal, but not from codedeploy scripts.

What would be the correct approach to accomplish this?

Thanks

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。