2 Answers
No the AWS Managed IAM policies are managed by AWS, so you cannot change them or configure them as you are asking.
You need to create your own custom policies, and they do a tool to help with that: https://awspolicygen.s3.amazonaws.com/policygen.html or you can use their console UI, which has improved significantly over the years.
You can take advantage of the explicit deny by using AWS Managed policy with customer managed policy or inline policy attached to the same role to deny access all other resources except the ones you want to allow access to.
Ok, this sounds it should work. I’ll try it out. Thanks.