exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 39 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 39
Topic #: 1
[All AWS Certified Developer Associate Questions]

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
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
LEHUY
Highly Voted 2 years, 7 months ago
Selected Answer: A
If your application uses the EC2/On-Premises compute platform, the AppSpec file must be a YAML-formatted file named appspec.yml and it must be placed in the root of the directory structure of an application's source code.
upvoted 7 times
...
sumanshu
Most Recent 4 months, 1 week ago
Selected Answer: A
A) Correct - AWS CodeDeploy expects this file to be in the top-level directory of the deployment package or the repository so that it can read and execute the deployment instructions.
upvoted 1 times
...
AsmaZoheb
1 year, 3 months ago
Selected Answer: A
yes A, baby question
upvoted 1 times
...
Cliff_Fei
1 year, 5 months ago
A The appspec.yml should be placed in the root of the application source code directory
upvoted 1 times
...
rcaliandro
1 year, 10 months ago
Selected Answer: A
A is correct, the appspec.yml should be placed in the root of the application source code directory
upvoted 1 times
...
Dominicwild12
2 years, 2 months ago
Selected Answer: A
The appspec.yml file should be placed in the root of the application source code directory structure for AWS CodeDeploy to work. This file is a configuration file that specifies the deployment process, including details such as the source files to be copied to the deployment target, the location where these files should be copied, the scripts to be run on the target instance before and after the deployment, and more. When CodeDeploy initiates a deployment, it looks for the appspec.yml file in the root directory of the application source code to determine how the deployment should be performed.
upvoted 1 times
...
cloud_collector
2 years, 6 months ago
Selected Answer: A
https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file.html#appspec-reference-server
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago