5

I'm working with aws and implementing CI/CD using their developer tools. Each of the tools requires a service role, so I decided to just update my existing service role with the correct permissions. The problem is I don't know where to find the list of values to use for each service.

Below I just guessed the right name after creating a role, but I prefer not to guess enter image description here

I searched the docs and found these names and I also tried using the cli to find the ids: aws describe-services or aws help but that list doesn't match.

How do I find the values to update these policies?

J W
  • 1,170
  • 7
  • 15
  • 2
    This is kind of unofficial [List of AWS Service Principals](https://gist.github.com/shortjared/4c1e3fe52bdfa47522cfe5b41e5d6f22) but constantly being updated by people. – samtoddler Feb 13 '21 at 19:54
  • @samtoddler Wow thanks, that is so useful, i'd definitely upvote that as an answer – J W Feb 13 '21 at 23:41

1 Answers1

2

Based on comments there is no official API. But there is an unofficial List of AWS Service Principals been kind of maintained by the people.

samtoddler
  • 8,463
  • 2
  • 26
  • 21