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
- A. Restore the EBS volume from the snapshot with fast snapshot restore enabled.
- B. Restore the EBS volume from the snapshot using the cold HDD volume type.
- C. Restore the EBS volume from the snapshot and pre-warm the volume by reading all of the blocks.
- D. Restore the EBS volume from the snapshot and configure encryption.
- E. Restore the EBS volume from the snapshot and configure I/O block size at random.
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.