Correct answer - "Enable CodeBuild timeouts" : By setting the timeout configuration, the build
process will automatically terminate post the expiry of configured timeout. The default is 60
minutes.
Incorrect:
"Use AWS Lambda" - Lambda does not have an effect on the code being complied
"Use AWS CloudWatch Events" - CloudWatch is good for monitoring and viewing logs
"Use VPC Flow Logs" - VPC Flow Logs is a feature that enables you to capture information about
the IP traffic going to and from network interfaces in your VPC but not for code compiling
configuration