2017-04-12 17 views

答えて

1

describe-organizationコマンドこの情報:

aws organizations describe-organization 

出力:AWS組織

{ 
    "Organization": { 
    "MasterAccountArn": "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111", 
    "MasterAccountEmail": "[email protected]", 
    "MasterAccountId": "111111111111", 
    "Id": "o-exampleorgid", 
    "FeatureSet": "ALL", 
    "Arn": "arn:aws:organizations::111111111111:organization/o-exampleorgid", 
    "AvailablePolicyTypes": [ 
     { 
     "Status": "ENABLED", 
     "Type": "SERVICE_CONTROL_POLICY" 
    ] 
    } 
} 

は、階層内の複数のAWSアカウントを管理する手段としてintroduced in early 2017ました。

参照:AWS Organizations Documentation

関連する問題