The Idea is to use these resources to schedule that my ec2 instances become automatic the security updates but this Code doesn’t work and I saw some other examples but unfortunately only with Windows Server as a example. Can anyone can help me please?
task_parameters {
name = “Operation”
values = [“Install”]
}
}
I want to use the AWS-UbuntuDefaultPatchBaseline. But I don’t find any way to assign this to my resource. Do you or someone else have an Idea how I can complete this code?
It seems wrong for me to declare a aws_ssm_patch_baseline block because I think it is only used if I want to filter between approved patches und rejected… anyway I didn’t found the patches for Ubuntu so… Any suggestions?
Did you ever figure this out? I also am confused as to how we get from aws_ssm_patch_baseline to specific patch baseline documents, like the AWS-UbuntuDefaultPatchBaseline