Causes for sudden high amount of disk read activity

0

What could be the causes of a sudden one-time high amount of disk read activity? This has followed with an AWS notification of instance reboot schedule. Could it be that the physical server hosting the instance was compromised? Can the AWS team assure that it is maintaining good security of the infrastructure beyond a customer's control? There does not appear to be an easy way to directly reach or communicate with AWS official team to understand the issue thoroughly so it can be avoided again in future. Thanks for your attention.

已提問 4 個月前檢視次數 301 次
1 個回答
0

The sudden increase in disk read activity on an AWS instance can be attributed to factors like:

  • The first write operation on some instance store volumes is slower than subsequent writes, impacting initial performance but generally balancing out over time.
  • The efficiency of I/O operations varies based on the volume type (SSD or HDD). Amazon EBS optimizes performance by merging smaller, sequential I/O operations or splitting larger ones.
  • Tools like CloudWatch provide metrics (e.g., VolumeReadBytes, VolumeWriteBytes, VolumeReadOps) that help in understanding and diagnosing performance characteristics of EBS volumes.

These factors, along with your instance configuration and workload, could explain the observed disk read activity spike. Monitoring and adjusting your configuration based on these insights can optimize performance. For more targeted assistance, AWS support might provide further insights, especially under a support plan that allows direct communication.

For ref:

profile picture
專家
已回答 4 個月前
profile picture
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南