問題タブ [aws-cli]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - aws cli でデータ型をマップする
Amazon aws sqs のキューにメッセージを追加しようとしています
だから私はこれを試しました
ビットは私にこのエラーを与えます
--message-attributes
しかし、コマンドからその部分を削除すると
それは完璧に動作します
http://docs.aws.amazon.com/cli/latest/reference/sqs/send-message.html
このパラメーターをマップ形式で送信する方法はマップタイプだと思います
--message-attributes (map)
linux - aws cli の実行時の Pyexpat インポート エラー
ubuntu 14.04 で aws cli を実行すると問題が発生します。次のエラーが表示され続けます。
私がする時
私は得る
どんな助けでも大歓迎です。
編集
どういうわけか問題は、sudo で aws コマンドを実行しなければならなかったことです。
amazon-web-services - AWS CLI create cloudfront distribution: --distribution-config
Trying a cloudfront distribution using the AWS CLI, one needs an argument --distribution-config
I assume this is a json string with the configuration for the distribution, but I cannot find any documentation about it. Where can I find a minimal working example?
amazon-web-services - AWS CLI はクラウドフロント ディストリビューションを削除します - InvalidIfMatchVersion
AWS CLI を使用してクラウドフロント ディストリビューションを削除しようとしています。やっている
次のエラーが表示されます。
このエラーの意味と回避方法がよくわかりません。
このドキュメントから、最初にディストリビューションを無効にする必要があると思います。しかし、もしそうなら、CLIでこれを行うにはどうすればよいですか?
amazon-web-services - How can I shut down a RedShift cluster from the command line?
I want to shut down an AWS RedShift cluster through the command line, to avoid cluster charges in night time when no one use it.
I tried to search for the command, but didn't find it.
Anyone has idea about it?
amazon-web-services - インスタンス ID を指定して EC2 インスタンスの IP アドレスを取得する
を使用して、 instanceID を指定して EC2 インスタンスのプライベート IP アドレスaws CLI
を取得するにはどうすればよいですか?
私がする時:
その他の情報は取得できますが、次のようなプライベート IP アドレスは取得できません。
amazon-s3 - s3cmd、boto、AWS CLI の違い
静的ウェブサイトを Amazon S3 に再デプロイすることを考えています。展開を自動化する必要があるため、そのようなタスク用の API を探していました。さまざまなオプションについて少し混乱しています。
質問: s3cmd、Python ライブラリ boto、AWS CLI の違いは何ですか?