DEV Community

Discussion on: AWS Pro-Tip: Manage CLI User Identities with Profiles

Collapse
 
letmypeoplecode profile image
Greg Bulmash 🥑

Just brainstorming here as a curious dev and not on behalf of Amazon (the CLI is not my product and I cannot provide official guidance), but check out docs.aws.amazon.com/cli/latest/use...

Seems like you could have the credentials encrypted within a secure store and set up a retrieval app. You just need some asynchronous way to provide authorization to the app so it can return the credentials when they're requested before the credential request times out.

You can still use profiles too it seems.