coiled / feedback

A place to provide Coiled feedback
15 stars 3 forks source link

Coiled Docs - Configuring AWS - IAM Policy Issue #219

Closed IndexSeek closed 1 year ago

IndexSeek commented 2 years ago

While configuring the AWS backend for Coiled following the docs and creating the corresponding IAM policies/creating user using the Browser Setup in the Preferred Flow, I encountered the following error:

Error configuring backend: An error occurred (AccessDeniedException) when calling the CreateLogGroup operation: User with accountId: [0-9] is not authorized to perform CreateLogGroup with Tags Error encountered configuring network, trying to clean up

I was able to resolve this error by adjusting the cloud-ongoing IAM policy and adding the "logs:TagLogGroup" permission. I was glad this could be resolved but hoping to make it easier for future users on setup, and want to ensure I'm resolving correctly on my end.

Issue Priority

ntabris commented 2 years ago

Thanks, we'll update those docs!

ntabris commented 1 year ago

docs and cli setup have both been updated to include this permission

ntabris commented 1 year ago

@IndexSeek thanks again for bringing this to our attention!