AWS001 - AWS Authentication Failed
Uploading...Agent error code #AWS001 indicates that AWS rejected the agent's credentials. The request reached AWS and was refused before any permission check took place.
AWS returns AuthFailure, InvalidClientTokenId or SignatureDoesNotMatch in this situation, which is worth knowing if you are correlating against CloudTrail.
Common causes include:
Steps to Resolve
Re-enter the Credentials
Confirm the Key Is Active
Check the Agent Host Clock
A signature is only valid within a narrow time window.
timedatectl status on the agent host
Confirm NTP synchronization is active and the clock is correct
Verify From the Agent Host
sudo -u knocknoc aws sts get-caller-identity --region <region>
A successful call prints the account and ARN the agent is authenticating as. Confirm the account matches the one holding the security group.