generated from TheDevOpsHub/terraform-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
in the console start to set the logs,
then delete a log group while you have the window open it breaks aws
you have to set the settings via cli the console does not work anymore.
https://docs.aws.amazon.com/systems-manager/latest/userguide/automation-action-logging.html
aws ssm update-service-setting \
--setting-id arn:aws:ssm:us-east-2:767503528736:servicesetting/ssm/automation/customer-script-log-destination \
--setting-value CloudWatch
```
```
aws ssm update-service-setting \
--setting-id arn:aws:ssm:us-east-2:767503528736:servicesetting/ssm/automation/customer-script-log-group-name \
--setting-value ssm3
```
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working