
Answer-first summary for fast verification
Answer: CodeDeploy Agent
Correct option: "CodeDeploy Agent" The CodeDeploy agent is a software package that, when installed and configured on an instance, makes it possible for that instance to be used in CodeDeploy deployments. The CodeDeploy agent archives revisions and log files on instances. The CodeDeploy agent cleans up these artifacts to conserve disk space. You can use the :max_revisions: option in the agent configuration file to specify the number of application revisions to the archive by entering any positive integer. CodeDeploy also archives the log files for those revisions. All others are deleted, except for the log file of the last successful deployment.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are managing a workflow process in AWS. The process involves pulling code from AWS CodeCommit and deploying it to a group of EC2 instances that are identified by the tag group ProdBuilders. Given the need to conserve disk space on these instances, you want to configure them so that no more than two application revisions are archived at any given time.
Which of the following options will allow you to achieve this configuration?
A
AWS CloudWatch Log Agent
B
Integrate with AWS CodePipeline
C
CodeDeploy Agent
D
Have a load balancer in front of your instances
No comments yet.