Login
Remember
Register
Ask a Question
Where should the appspec.yml file be placed in order for AWS CodeDeploy to work?
0
votes
asked
Mar 5, 2024
in
AWS
by
DavidAnderson
Where should the appspec.yml file be placed in order for AWS CodeDeploy to work?
A.
In the root of the application source code directory structure
B.
In the bin folder along with all the complied code
C.
In an S3 bucket
D.
In the same folder as the application configuration files
aws-certified-developer-associate
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 5, 2024
by
DavidAnderson
Correct answer is :-
A. In the root of the application source code directory structure
...