問題タブ [aws-ssm]

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.

0 投票する
1 に答える
881 参照

amazon-ec2 - Windows の AWS SSM ping ステータス接続が失われる

こんにちは、AWS Systems Manager を使用して ec2 インスタンスでパッチ適用アクティビティを実行しようとしていますが、SSM マネージド インスタンスのパネルで ping ステータスに「接続が失われました」と表示されるため、アクティビティを実行できません。どうすればこれを解決できますか?

0 投票する
1 に答える
2426 参照

aws-lambda - イベント SSM パラメータのカスタム イベント パターンでのワイルドカードの使用

Jenkins ジョブをトリガーするラムダ関数を使用しています。新しいssmパラメーターが追加されたときに、このラムダを呼び出したいです。cloud-watch イベント パターンに以下のカスタム イベント パターンを追加しました。

つまり、「/dev/anystring」で始まる ssm パラメータを作成する場合、ラムダがトリガーされる必要がありますが、ワイルドカードを指定するとラムダがトリガーされません。これに関する提案はありますか?

0 投票する
2 に答える
1104 参照

amazon-web-services - AWS SSM Agent - Using the aws cli, is there a way to list all the AWS instances that are missing the SSM agent?

I need to audit a large number of AWS accounts to determine which EC2 instances are missing the SSM agent. Then I need have all those instances and their tags outputted.

Running aws ssm describe-instance-information lists all the instances that have the agent installed and are running, but it doesn't list instances that are missing the agent or systems that might be turned off.