IAM / compute / amplify

AWS Amplify (IAM)

JSON →
AWSamplifycompute

AWS Amplify is a development platform for building secure, scalable mobile and web applications.

iamaws
Permissions
Actions in this service
amplify:ListApps
amplify:GetApp
amplify:CreateApp
amplify:UpdateApp
amplify:ListBranches
amplify:GetBranch
amplify:CreateBranch
amplify:StartJob
Policy
Minimal privilege example

Copy-paste least-privilege policy statement — not yet harness-verified.

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "amplify:ListApps", "amplify:GetApp", "amplify:CreateApp", "amplify:UpdateApp", "amplify:ListBranches", "amplify:GetBranch", "amplify:CreateBranch", "amplify:StartJob" ], "Resource": "*" } ] }
SDK mapping
Method → permission

SDK method mapping (e.g. boto3.get_object()s3:GetObject) is not yet collected.

Footguns
Known gotchas
Avoid amplify:* — grants full control including delete and modify operations.
Avoid amplify:DeleteApp — can permanently delete entire applications.
Resources