Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 1703

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To create a patch baseline**

This example creates a patch baseline that approves patches for a production environment seven days after they are released by Microsoft.

Command::

  aws ssm create-patch-baseline --name "Production-Baseline" --approval-rules "PatchRules=[{PatchFilterGroup={PatchFilters=[{Key=MSRC_SEVERITY,Values=[Critical,Important,Moderate]},{Key=CLASSIFICATION,Values=[SecurityUpdates,Updates,UpdateRollups,CriticalUpdates]}]},ApproveAfterDays=7}]" --description "Baseline containing all updates approved for production systems"

Output::

  {
    "BaselineId": "pb-045f10b4f382baeda"
  }