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.  Suggested Answer: C Community Answer: B This question is in DOP-C02 AWS Certified DevOps Engineer – Professional Exam For getting AWS Certified DevOps Engineer – Professional Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Amazon. Trademarks, certification & product names are used for reference only and belong to Amazon. The website does not contain actual questions and answers from Amazon's Certification Exam.
Please login or Register to submit your answer