Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
With current heightened security concerns, my organisation has put in place strict security measures for accessing applications.
For AWS console login, login with MFA is mandatory. Else all AWS services will not be accessible, with the exception of self-managed security credentials actions.
We have been using AWS to provisioning and managing load generators within loadrunner controller using AWS IAM user access key and secret key.
After enforcing the mandatory MFA access, it no longer works.
According to AWS it is recommended approach to use temporary security credentials in view of application services security concerns. It requires additional details (session token, etc.) to be included into AWS API calls
https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html
Perhaps LoadRunner product team should enhance the product to support the recommended approach in calling AWS APIs.