List of questions
Related questions
Question 220 - DOP-C02 discussion
A company deploys an application to Amazon EC2 instances. The application runs Amazon Linux 2 and uses AWS CodeDeploy. The application has the following file structure for its code repository:
The appspec.yml file has the following contents in the files section:
What will the result be for the deployment of the config.txt file?
A.
The config.txt file will be deployed to only /var/www/html/config/config txt
B.
The config.txt file will be deployed to /usr/local/src/config.txt and to /var/www/html/config/config txt.
C.
The config.txt file will be deployed to only /usr/local/src/config txt
D.
The config txt file will be deployed to /usr/local/src/config.txt and to /var/www/html/application/web/config txt
Your answer:
0 comments
Sorted by
Leave a comment first