Correct answer - "Run AWS CodeBuild locally": With the Local Build support for AWS CodeBuild, you
just specify the location of your source code, choose your build settings, and CodeBuild runs
build scripts for compiling, testing, and packaging your code.
Incorrect:
"SSH into the CodeBuild Docker container" - Not possible that is why test locally is available
"Freeze the CodeBuild during its next execution" - You cannot freeze but you can stop it
"Enable detailed monitoring" - You do not enable detailed monitoring but you can specify output
logs to CloudWatch