3
ars1
2y

How do I find all of the AWS resources' arn identifiers? I'm trying write shit in terraform but making granular IAM policies is a nightmare.

Comments
  • 2
    Sometimes you can use * as a wildcard for all resources or as a partial name i.e in s3 bucket or secret arns.
  • 1
    Or you can find each one in the UI
  • 0
    @green-portal not if I use it to only allow access to all secrets in a specific name space or in a deny rule.
Add Comment