AWS Certified SysOps Administrator – Associate (legacy) — Question 731

A SysOps administrator is implementing automated I/O load performance testing as part of the continuous integration/continuous delivery (CI/CD) process for an application. The application uses an Amazon Elastic Block Store (Amazon EBS) Provisioned IOPS volume for each instance that is restored from a snapshot and requires consistent I/O performance. During the initial tests, the I/O performance results are sporadic. The SysOps administrator must ensure that the tests yield more consistent results.
Which actions could the SysOps administrator take to accomplish this goal? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Enabling Amazon EBS fast snapshot restore (FSR) eliminates the latency penalty of lazy-loading by ensuring the volume is fully instantiated and performs at its peak immediately. Restoring the volume using the cold HDD configuration can assist in establishing specific baseline behaviors for performance comparison. Other methods, such as configuring encryption or randomizing block sizes, do not resolve the initial performance degradation caused by uninitialized data blocks.