/
AWS IAM Role Requirements
AWS IAM Role Requirements
To deploy AUTOMATE LIGHT, AUTOMATE READ ONLY & AUTOMATE+ it is a requirement to be logged into the appropriate AWS account with one of the two methods:
a) AWS IAM Role with Admin Access
b) AWS IAM Role with appropriate AWS IAM user privileges, the text file below contains the appropriate permissions for the AWS IAM Role during the deployment process.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Statement1",
"Effect": "Allow",
"Action": [
"s3:GetObject",
"sns:ListTopics",
"cloudformation:*",
"wellarchitected:*",
"securityhub:*",
"config:*"
],
"Resource": [
"*"
]
},
{
"Sid": "Statement2",
"Effect": "Allow",
"Action": [
"iam:ListRoles",
"iam:GetRole",
"iam:CreateRole",
"iam:PutRolePolicy",
"iam:DeleteRole",
"iam:DeleteRolePolicy",
"iam:DetachRolePolicy",
"iam:GetRolePolicy",
"iam:ListRolePolicies"
],
"Resource": [
"arn:aws:iam::*:role/SO0111*",
"arn:aws:iam::*:role/six-pillars*"
]
}
]
}
, multiple selections available,
Related content
AWS Cross Account Role (CAR) Deployment Permissions
AWS Cross Account Role (CAR) Deployment Permissions
More like this
AUTOMATE+ (continuous compliance) AWS Cross Account Role Post-Deployment Permissions
AUTOMATE+ (continuous compliance) AWS Cross Account Role Post-Deployment Permissions
More like this
AUTOMATE (read only) - AWS Cross Account Role Post-Deployment Permissions
AUTOMATE (read only) - AWS Cross Account Role Post-Deployment Permissions
More like this
AUTOMATE (read only) - AWS Cross Account Role Temporary permissions
AUTOMATE (read only) - AWS Cross Account Role Temporary permissions
More like this
AUTOMATE+ (continuous compliance) AWS Cross Account Role - Deployment only (temporary)
AUTOMATE+ (continuous compliance) AWS Cross Account Role - Deployment only (temporary)
More like this
Deploying AUTOMATE+ to an additional AWS account
Deploying AUTOMATE+ to an additional AWS account
More like this