1
Amazonでラムダ関数を使用しています。ラムダ機能のPythonコードからAWSアカウントにリンクされた電子メールIDを取得する方法はありますか? AWS Command-Line Interface (CLI)リターンのAWSラムダでAmazonアカウントの電子メール情報を取得する方法
Amazonでラムダ関数を使用しています。ラムダ機能のPythonコードからAWSアカウントにリンクされた電子メールIDを取得する方法はありますか? AWS Command-Line Interface (CLI)リターンのAWSラムダでAmazonアカウントの電子メール情報を取得する方法
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ました。