79146220

Date: 2024-10-31 20:17:40
Score: 0.5
Natty:
Report link

Per the documentation, aws configure get "only looks at values in the AWS configuration file". The actual scope appears to be anything stored in the ~/.aws folder. E.g., with the SSO I use, the expiration is stored inside ~/.aws/credentials file as aws_expiration, per profile. So I can either parse the file or use aws configure get aws_expiration to retrieve the value

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: SVUser