1 Answer
- Newest
- Most votes
- Most comments
0
You can find deprecated AWS managed policies in your account using the following AWS CLI command:
aws iam list-policies --query Policies[?IsAttachable==\`false\`]
Relevant content
- asked a year ago
You can find deprecated AWS managed policies in your account using the following AWS CLI command:
aws iam list-policies --query Policies[?IsAttachable==\`false\`]