Generate AWS Temporary Credential And Add It As A Profile
๐ Besides AWS SSO, we can use an automation script to generate the temporary credential and add it as [mfa] profile
Ref: https://aws.amazon.com/premiumsupport/knowledge-center/authenticate-mfa-cli/
#!/bin/bash
# Generate Temp cred and promote it as ...
hashnode.simflexcloud.com1 min read