Application Auto Scaling API에서 DynamoDB Auto scaling 알람 GET

0

Application Auto Scaling API에서는 AutoScaling Group에서 생성한 항목만 나오고, DynamoDB에서 생성된 AutoScaling 알람은 표시가 안되는데, DynamoDB에 설정된 Autoscaling 알람을 SDK를 통해 수집하려면 어떻게 해야하나요?

1개 답변
0

안녕하세요.

아래 명령어로 DynamoDB에 설정된 AutoScaling의 정보를 표시할 수 있습니다.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/application-autoscaling/describe-scalable-targets.html

aws application-autoscaling describe-scalable-targets --service-namespace dynamodb

또한, 스케일링 정책에 연결된 CloudWatch Alarm은 아래 명령어로 표시할 수 있습니다.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/application-autoscaling/describe-scaling-policies.html

aws application-autoscaling describe-scaling-policies --service-namespace dynamodb
profile picture
전문가
답변함 2달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인