Examtopics

AWS Certified DevOps Engineer - Professional
  • Topic 1 Question 263

    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?

    • The config.txt file will be deployed to only /var/www/html/config/config.txt.

    • The config.txt file will be deployed to /usr/local/src/config.txt and to /var/www/html/config/config.txt.

    • The config.txt file will be deployed to only /usr/local/src/config.txt.

    • The config.txt file will be deployed to /usr/local/src/config.txt and to /var/www/html/application/web/config.txt.


    シャッフルモード