Where should the team place the CodeBuild and CodeDeploy files?
A directory named “aws” under the route source directory
A directory named “deploy” under the root source directory
A directory named “scripts” under the root source directory
The root of the source directory
Explanations:
CodeBuild and CodeDeploy configuration files are typically placed in the root of the source directory, not in a specific “aws” subdirectory.
The “deploy” directory is not a default location for configuration files in CodeBuild or CodeDeploy.
CodeDeploy and CodeBuild configuration files are not typically placed in a “scripts” directory.
The default location for CodeBuild and CodeDeploy configuration files (likebuildspec.ymlandappspec.yml) is the root of the source directory.