v1.0.1
Add cloudwatch logging options for runCommand patch manager tasks @gpapakyriakopoulos (#48)
Based on AWS documentation [1] runCommand executions support directly logging to cloudwatch instead of an S3 bucket.
To that end we introduce 3 extra module variables, the first 2 (cloudwatch_log_output_enabled
& cloudwatch_log_group_name
) to configure whether cloudwatch logging is enabled and whether a custom cloudwatch log group name should be provided (if not a default is created, see [2]). The 3rd variable (s3_log_output_enabled
) is introduced to optionally disable supplying an S3 bucket for logging, since cloudwatch logging should be enough for some use cases.
[1] https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-rc-setting-up-cwlogs.html
[2] https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ssm_maintenance_window_task#cloudwatch_log_group_name
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#49)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates