Your company has configured AWS Organizations to manage multiple AWS accounts. Within each AWS account, there are many CloudFormation scripts running. Your manager has requested that each script output the account number of the account the script was created in. Which Pseudo parameter will you use to get this information?
Correct answer - "AWS::AccountId : Returns the AWS account ID of the account in which the stack is being created.
Incorrect:
"AWS::NoValue" - Removes the corresponding resource property
"AWS::Region" - Returns a string representing the AWS Region where resource is being created
"AWS::StackName" - Returns stack name
For more information visit