AWS CLI 사용 시 An error occurred 나올 경우
CLOUD/AWS

AWS CLI 사용 시 An error occurred 나올 경우

AWS CLI 사용 시 아래와 같은 에러 발생

An error occurred (InvalidSignatureException) when calling the ListTables operation: Signature expired ......

 

 

원인

aws cli를 실행하는 서버의 시간 데이터가 이상할 경우 발생

 

해결 방안

NTP 시간 동기화

(CentOS 기준)

 

yum -y install ntpd

systemctl enable ntpd

systemctl start ntpd

 

감사합니다 :)