patternMinor
Find appropriate AWS policy
Viewed 0 times
awspolicyappropriatefind
Problem
I have created a user group in AWS ("developers"). Now I want to attach a policy to the group which will grant the users permission to list, create and update Amplify apps. I am struggling to determine the appropriate policy.
I see that the "AdministratorAccess" policy includes access to the AWS Amplify service, but I don't want the developers to have administrator level access. What are my options?
Edit:
When the specific user accesses the Amplify console the following error is displayed
I see that the "AdministratorAccess" policy includes access to the AWS Amplify service, but I don't want the developers to have administrator level access. What are my options?
Edit:
When the specific user accesses the Amplify console the following error is displayed
List apps call failed User: arn:aws:iam::XXXXXXXXXX:user/myUser is not authorized to perform: amplify:ListApps on resource: arn:aws:amplify:eu-west-1:XXXXXXXXXX:apps/*Solution
If you want to create your own IAM policy, you can use the visual editor present in IAM. Using visual editor, you can construct a new policy from scratch using the very intuitive GUI.
Goto IAM, then policies, then use visual editor.
Goto IAM, then policies, then use visual editor.
Context
StackExchange DevOps Q#6927, answer score: 1
Revisions (0)
No revisions yet.