How to use MFA with AWS CLI

In this article, we will dive in and see how to login using MFA with AWS CLI. Prerequisites GetSessionToken API The API we will use for using MFA with AWS CLI is GetSessionToken from AWS STS service. GetSessionToken API will accept the code from MFA device and return temporary credentials that could be used to […]

How to use MFA with AWS CLI Read More »