How can we do patch compliance reporting for Patching using SSM AWS-PatchAsgInstance document in Patch manager solution.

0

How can we do patch compliance reporting LIKE storing the reports to S3 bucket for Patching using SSM AWS-PatchAsgInstance document. Could you please help me the approach.

We do have compliance reporting in AWS-PatchInstanceWithRollback in SSM document, SO looking for similar approach in ASG Patch group patching. { "name": "SaveComplianceReportToS3", "action": "aws:invokeLambdaFunction", "inputs": { "FunctionName": "SaveRptToS3Lambda-{{automation:EXECUTION_ID}}", "Payload": "{"S3Bucket": "{{ReportS3Bucket}}", "CheckCompliance": {{CheckCompliance.Payload}}}" }

已提問 7 個月前檢視次數 225 次
1 個回答
0

The AWS-PatchAsgInstance document currently does not support compliance reporting. In order to achieve this, I think you will need to create a custom runbook off the AWS-PatchAsgInstance document and add custom steps to achieve the complicance reporting.

AWS
已回答 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南