기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
AWS Config의 애그리게이터 편집
AWS Config 콘솔 또는 AWS CLI를 사용하여 애그리게이터를 편집할 수 있습니다.
- Editing Aggregators (Console)
-
AWS Management 콘솔에 로그인하고 https://console.aws.amazon.com/config/home
에서 AWS Config 콘솔을 엽니다. -
애그리게이터 페이지로 이동하여 애그리게이터 이름을 선택합니다.
-
작업을 선택하고 편집을 선택합니다.
-
애그리게이터 편집 페이지의 각 섹션을 사용하여 애그리게이터의 소스 계정, IAM 역할 또는 리전을 변경합니다.
참고
소스 유형을 개별 계정에서 조직으로 또는 그 반대로 변경할 수 없습니다.
-
저장을 선택합니다.
- Editing Aggregators (AWS CLI)
-
-
put-configuration-aggregator명령을 사용하여 구성 애그리게이터를 업데이트 또는 편집할 수 있습니다.다음 명령을 입력하여
MyAggregator에 새 계정 ID를 추가합니다.aws configservice put-configuration-aggregator --configuration-aggregator-name MyAggregator --account-aggregation-sources "[{\"AccountIds\": [\"AccountID1\",\"AccountID2\",\"AccountID3\"],\"AllAwsRegions\": true}]" -
소스 계정에 따라 다음과 유사한 출력이 표시됩니다.
개별 계정
{ "ConfigurationAggregator": { "ConfigurationAggregatorArn": "arn:aws:config:Region:AccountID:config-aggregator/config-aggregator-xz2upuu6", "CreationTime": 1517952090.769, "ConfigurationAggregatorName": "MyAggregator", "AccountAggregationSources": [ { "AllAwsRegions": true, "AccountIds": [ "AccountID1", "AccountID2", "AccountID3", "AccountID4" ] } ], "LastUpdatedTime": 1517952566.445 } }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 } }
-
위임된 관리자 등록
애그리게이터 삭제