What is the Archera AWS Account ID?
PreviousWhat IAM Permissions Does the Production Deployment Require?NextCan I Test Archera in an AWS Sub-Account?
Last updated
Was this helpful?
Was this helpful?
aws iam create-role \
--role-name ReservedAI-Read \
--assume-role-policy-document '{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Principal": {"AWS": "arn:aws:iam::967800896805:user/reserved-read"},
"Action": "sts:AssumeRole",
"Condition": {"StringEquals": {"sts:ExternalId": "YOUR_EXTERNAL_ID"}}
}]
}'