This message was deleted.
# aws
s
This message was deleted.
b
you can just do this with a standard loop
a
that make sense, but so far no API available to attach multiple policies right!
l
The standard solution is to make a policy with multiple statements.
If you have to use multiple policies, then unfortunately you'll have to do it the long way...
a
@little-cartoon-10569 Creating multiple policies it’s still fine for me, but i am looking for a solution where we can attach multiple policies to one role.
l
As Lee said, you have to use attach them separately, and a loop will handle it. Note that there is an AWS limit of 10 policies per role.
1