NoCredentialsError: Unable to locate credentials

Smiling Sammy·2022년 3월 29일
1

debug

목록 보기
7/7

개요

NoCredentialsError: Unable to locate credentials

querystart = athena.start_query_execution(
    QueryString = query,
    QueryExecutionContext = {
        'Database': database
    }
)

해결

  • aws 접속 키를 미리 등록하지 않은 오류
  • sudo pip install aws-shell
  • aws configure

    AWS Access Key ID [None]: 발급받은 값 입력
    AWS Secret Access Key [None]: 발급받은 값 입력
    Default region name [None]: ap-northeast-2
    Default output format [None]:

참고

profile
Data Scientist, Data Analyst

0개의 댓글