2017-04-12 77 views

回答

1

describe-organization的命令在AWS Command-Line Interface (CLI)返回該信息:

aws organizations describe-organization 

輸出:

{ 
    "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的手段。

參見:AWS Organizations Documentation