Commit b6e91fe8 by Feanil Patel

Give Edxapp instance s3 and ses permissions.

parent 179c986f
...@@ -2236,7 +2236,25 @@ ...@@ -2236,7 +2236,25 @@
"Action": [ "sts:AssumeRole" ] "Action": [ "sts:AssumeRole" ]
} ] } ]
}, },
"Path": "/" "Path": "/",
"Policies": [ {
"PolicyName": "EdxAppBasePolicy",
"PolicyDocument": {
"Statement":[
{
"Effect":"Allow",
"Action":[
"cloudformation:DescribeStackResource",
"s3:Put",
"ses:SendEmail",
"ses:SendRawEmail",
"ses:GetSendQuota"
],
"Resource":"*"
}
]
}
} ]
} }
}, },
"EdxappInstanceProfile": { "EdxappInstanceProfile": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment