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}}}" }

preguntada hace 7 meses225 visualizaciones
1 Respuesta
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
respondido hace 7 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas