algo icon indicating copy to clipboard operation
algo copied to clipboard

Read AWS Credentials from ~/.aws/credentials file

Open lewis262626 opened this issue 5 years ago • 1 comments

Currently you have to supply your AWS access key and secret key when setting up Algo. A better, and more user friendly solution would be to read from the AWS credentials file.

Describe the solution you'd like Algo should read from the AWS credentials file

Describe alternatives you've considered None

Additional context None

Thoughts welcome

lewis262626 avatar Dec 22 '19 13:12 lewis262626

Another option is using the current EC2 instance role credentials -- that way no key & secret are needed.

tonymet avatar Feb 02 '20 02:02 tonymet