1 Answer
- Newest
- Most votes
- Most comments
1
Hello,
AWS Managed Policy, does not have the action “ListTagsForResource” regarding Bedrock as outlined within the following documentation. [1]
However you can attach the following IAM Policy “AmazonBedrockReadOnly” which would grant the necessary permission to view all your Amazon BedRock resources. [2]
The following is the AWS Managed Policy Reference Guide showing, “AmazonBedrockReadOnly” policy can perform the “ bedrock: List* “ action. [3]
[1] https://docs.aws.amazon.com/aws-managed-policy/latest/reference/ReadOnlyAccess.html
[2] https://docs.aws.amazon.com/bedrock/latest/userguide/security-iam-awsmanpol.html
[3] https://docs.aws.amazon.com/aws-managed-policy/latest/reference/AmazonBedrockReadOnly.html
Relevant content
- asked 2 years ago
