問題タブ [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.
amazon-ec2 - Windows の AWS SSM ping ステータス接続が失われる
こんにちは、AWS Systems Manager を使用して ec2 インスタンスでパッチ適用アクティビティを実行しようとしていますが、SSM マネージド インスタンスのパネルで ping ステータスに「接続が失われました」と表示されるため、アクティビティを実行できません。どうすればこれを解決できますか?
aws-lambda - イベント SSM パラメータのカスタム イベント パターンでのワイルドカードの使用
Jenkins ジョブをトリガーするラムダ関数を使用しています。新しいssmパラメーターが追加されたときに、このラムダを呼び出したいです。cloud-watch イベント パターンに以下のカスタム イベント パターンを追加しました。
つまり、「/dev/anystring」で始まる ssm パラメータを作成する場合、ラムダがトリガーされる必要がありますが、ワイルドカードを指定するとラムダがトリガーされません。これに関する提案はありますか?
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.