widdix / mastodon-on-aws

Host your own Mastodon instance on AWS
https://cloudonaut.io/mastodon-on-aws/
136 stars 27 forks source link

Add IAM role(s) #23

Open jbarciauskas opened 1 year ago

jbarciauskas commented 1 year ago

Design an IAM policy that covers all the required access here and include it in the cloudformation template

andreaswittig commented 1 year ago

Are you asking for an IAM policy granting access to all the actions required to roll out the CloudFormation stacks?

michaelwittig commented 1 year ago

duplicate fo #7 ?

jbarciauskas commented 1 year ago

This is more about an IAM policy that covers administering the resources created by the stack, than the CloudFormation itself (though maybe it/s the same thing?)

jbarciauskas commented 1 year ago

I'm also misusing terms: I really mean role. I could see splitting this in two: An IAM role to bootstrap CF (so you don't have to do it as root) and then an IAM role for administration/accessing various mastodon resources