We are trying to implement mandatory MFA for all IAM users. If user does not have MFA, they we have only 'Read' access to all services.
Tried to create custom policy using adminaccess policy as base. We added condition that says if MfaAuthPresent:False, then give readonly access.
We copied the aws created readonly policy & pasted in json of policy we are creating. But shows character limit has exceeded 6140.
Is there anyway to resolve this without raising any support ticket to increase character limit?