Auto Added by WPeMatico

24Aug/23

Solved: (forbiddenexception) when calling the getrolecredentials operation in AWS SSO

The error An error occurred (ForbiddenException) when calling the GetRoleCredentials operation: No access likely happens if you do the following: In order to fix the error in your AWS CLI, you need to verify if the profile configuration is still correct. You do that by checking the ~/.aws/config file and making sure the following SSO […]
23Aug/23

How to switch profiles using AWS CLI

Switching between different AWS profiles is a common task for those managing multiple AWS accounts. Whether you’re a developer working on various projects or an administrator overseeing different environments, knowing how to switch profiles using the AWS CLI can save you time and streamline your workflow. To temporarily switch profiles using the AWS CLI, you […]