Aggregatoren anzeigen für AWS Config - AWS Config

Die vorliegende Übersetzung wurde maschinell erstellt. Im Falle eines Konflikts oder eines Widerspruchs zwischen dieser übersetzten Fassung und der englischen Fassung (einschließlich infolge von Verzögerungen bei der Übersetzung) ist die englische Fassung maßgeblich.

Aggregatoren anzeigen für AWS Config

Sie können die AWS Config Konsole oder die verwenden AWS CLI , um Ihre Aggregatoren anzuzeigen.

Viewing Aggregators (Console)

Informationen zur Anzeige Ihrer Conformance Packs im finden Sie unter AWS Management ConsoleAggregator-Dashboard.

Viewing Aggregators (AWS CLI)
  1. Geben Sie den folgenden Befehl ein:

    aws configservice describe-configuration-aggregators
  2. Abhängig von Ihrem Quellkonto sollte die Ausgabe wie folgt aussehen:

    Bei einzelnen Konten

    { "ConfigurationAggregators": [ { "ConfigurationAggregatorArn": "arn:aws:config:Region:AccountID:config-aggregator/config-aggregator-floqpus3", "CreationTime": 1517942461.442, "ConfigurationAggregatorName": "MyAggregator", "AccountAggregationSources": [ { "AllAwsRegions": true, "AccountIds": [ "AccountID1", "AccountID2", "AccountID3" ] } ], "LastUpdatedTime": 1517942461.455 } ] }

    ODER

    Bei einer Organisation

    { "ConfigurationAggregator": { "ConfigurationAggregatorArn": "arn:aws:config:Region:AccountID:config-aggregator/config-aggregator-floqpus3", "CreationTime": 1517942461.442, "ConfigurationAggregatorName": "MyAggregator", "OrganizationAggregationSource": { "AllAwsRegions": true, "RoleArn": "arn:aws:iam::account-of-role-to-assume:role/name-of-role" }, "LastUpdatedTime": 1517942461.442 } }