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.

asked 4 months ago281 views
1 Answer
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
EXPERT
answered 4 months ago
profile picture
EXPERT
reviewed 24 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions