Review questions
- One of the team of developers at a company has made multiple deployments. The last deployment with overwrite content failed. You have been tasked with rolling back to the previously working version with all the files necessary for the application. Which option would you choose to fulfill this requirement in the most expedient way possible?
a. Manually roll back to the last known application version, which will add files required for application revision.
b. Manually roll back to the previous deployment and then manually add files for the application revision.
c. Automatically roll back to the last known version, which will add files required for application revision.
d. Automatically roll back to the last known application version and manually add files for application revision.
- You have constructed an AWS code pipeline that carries out a code release process. There are two stages to this pipeline: a source stage and a deploy stage. The source stage is using...