Redshift Serverless 모니터링 권한 설정

김재민·2024년 8월 14일
0

Background

Serverless에서 수행되는 쿼리는 AWS Console의 쿼리 및 데이터베이스 모니터링 페이지에서 확인 가능합니다.

현재는 해당 페이지에 접근 시 쿼리 이력이 출력되지 않는 이슈가 발생하고있습니다.

이슈를 해결하고 쿼리를 모니터링 할 수 있도록 설정합니다

Spec
이슈 원인 리서치

이슈 해결

https://docs.aws.amazon.com/redshift/latest/mgmt/serverless-monitoring.html

grant role sys:monitor to "IAMR:{{IAMROLENAME}}";
profile
안녕하세요. 데이터 엔지니어 김재민 입니다.

0개의 댓글