Identify the correct appspec.yml
You are deploying a Node.js web application to an EC2 instance running Amazon Linux. The application code should be copied to /var/www/app. Before installing, you need to stop the existing web server with scripts/stop_server.sh. After installing, you start it again with scripts/start_server.sh.
Which description matches a correct appspec.yml for this scenario?
This exercise is part of the course
Automating Deployments on AWS
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise