💫EMR SaaS Installation
For each AWS account you want to support:
Create a new IAM role, for example dataflint-emr-read-only-role
Attach the policy arn:aws:iam::aws:policy/AmazonEMRReadOnlyAccessPolicy_v2
Attach the following trust relationship policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::975050001706:role/eks-dataflint-service-role"
},
"Action": "sts:AssumeRole"
}
]
}
Send to DataFlint via the communication channel (slack) the IAM roles ARN.
Last updated