We use several Powershell scripts that rely on having access to our AWS account. We use Set-AWSCredentials
to set the access and secret keys. This has worked fairly well, except lately the credentials have gone missing just over the course of a day. Previously the credentials would stay put for months, but we now have to run Set-AWSCredentials
every day.
Is anyone else seeing the same thing? What can I do to debug what's happening?