What are the disks means in the aurora rds cluster?

0

Recently I have started working with the aws and now I need to write a python script for disk congestion on aurora rds cluster using chaos engineering, for that I have understood pretty good information but the thing is that when I am using the aurora volume status query it is giving me the no.of disks and nodes present in my cluster. So I have only 1 db cluster with a reader and a writer node but the query is giving me as disks present are 96 and the nodes present are 96. How is that possible, as per the documentation each cluster contains 6 nodes, 2 in each AZ then why am I getting nodes as 96 and disks as 96 and what exactly these disks are? How many disks can be present for a node?

질문됨 2년 전244회 조회
2개 답변
0

"The Aurora cluster illustrates the separation of compute capacity and storage. For example, an Aurora configuration with only a single DB instance is still a cluster, because the underlying storage volume involves multiple storage nodes distributed across multiple Availability Zones (AZs)." - Amazon Aurora DB clusters

Please also refer Amazon Aurora storage and reliability

profile pictureAWS
답변함 2년 전
0

Aurora storage consists of 10G chunks called protection groups. What exactly is the size of your database? So depending upon the size of your database, you can calculate as to how many Protection groups there are going to be and then its distributed six times , twice in each AZ I am doubtful this information is exposed to the user.

**PS: Please accept the answer if it resolves your issue **

AWS
답변함 2년 전

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

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

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

관련 콘텐츠