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?

posta 2 anni fa244 visualizzazioni
2 Risposte
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
con risposta 2 anni fa
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande