AWS - Error - An error occurred (ExpiredToken) when calling the DescribeStacks operation: The security token included in the request is expired
Error: An error occurred (ExpiredToken) when calling the DescribeStacks operation: The security token included in the request is expired.
Reason: It occurred when I ran a MAKE command with a profile having expired token (security credentials)
Fix: Generate new security credentials (aws sts assume-role) and run the command again
Comments
Post a Comment