기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
AWS Config의 애그리게이터 보기
AWS Config 콘솔 또는 AWS CLI를 사용하여 애그리게이터를 볼 수 있습니다.
- Viewing Aggregators (Console)
-
AWS Management 콘솔에서 적합성 팩을 보려면 애그리게이터 대시보드를 참조하세요.
- Viewing Aggregators (AWS CLI)
-
-
다음 명령을 입력합니다.
aws configservice describe-configuration-aggregators -
소스 계정에 따라 다음과 유사한 출력이 표시됩니다.
개별 계정
{ "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 } ] }OR
조직
{ "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 } }
-
권한 부여 삭제
문제 해결