Sophie

Sophie

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

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

**To list all Maintenance Windows associated with a specific instance**

This example lists the Maintenance Windows which have targets or tasks that the specified instance is asscoiated with.

Command::

  aws ssm describe-maintenance-windows-for-target --targets Key=InstanceIds,Values=i-1234567890EXAMPLE --resource-type INSTANCE

Output::

  {
    "WindowIdentities": [
        {
            "WindowId": "mw-0c5ed765acEXAMPLE",
            "Name": "My-First-Maintenance-Window"
        }
    ]
  }