Melihat Agregator untuk AWS Config - AWS Config

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

Melihat Agregator untuk AWS Config

Anda dapat menggunakan AWS Config konsol atau AWS CLI untuk melihat agregator Anda.

Viewing Aggregators (Console)

Untuk melihat paket kesesuaian Anda di, lihat Dasbor AWS Management Console Agregator.

Viewing Aggregators (AWS CLI)
  1. Masukkan perintah berikut:

    aws configservice describe-configuration-aggregators
  2. Bergantung pada akun sumber Anda, Anda akan melihat output yang mirip dengan berikut ini:

    Untuk akun individu

    { "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 } ] }

    ATAU

    Untuk sebuah organisasi

    { "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 } }