Scenario: A CNN model training job (using an EC2 On-Demand Instance) experiences significantly long training times due to slow data reads from S3, as it currently uses File mode (sequential download). The engineer must improve I/O performance without modifying the model architecture or scripts. Question- Which action should the engineer take to optimize training performance most efficiently? Options:
Yep, I’d say D too. Pipe mode streams data straight from S3 as you train, so it’s way better for I/O than File or FastFile modes. Saw a similar question in practice dumps. Not 100% since AWS docs change sometimes, but from what I’ve seen D is what the exam wants.
D imo. Only D has all the controls: KMS encryption on both S3 and Bedrock, CloudTrail for full API auditing, and CloudWatch for regional monitoring (latency/throughput). The others skip key stuff like observability or proper encryption. Pretty sure that's what the question's after but open to pushback if I missed something!