Question 164:
A large financial company runs a Cloud Hybrid environment. Previously, separate deployment tools are used for on-premises and AWS servers. There is an increasing need to manage the deployment with the same tool for all the instances. You proposed to use AWS CodeDeploy for this requirement. Given that all existing on-premise machines are running on Ubuntu 16.04 LTS operating system, which prerequisites must be met to configure on-premises instances with AWS CodeDeploy? (Select TWO.)
Answer options:
A.The local account used to configure the on-premises instance must be able to run either as sudo or root. B.The on-premises instance must open port 80 for the outbound traffic to connect to public AWS service endpoints. C.Java 8 should be installed in order for CodeDeploy agent to work properly. D.The IAM identity to register the on-premises instance in CodeDeploy service must be granted proper permissions. E.A VPN connection or a Direct Connect should be established between on-premises environment and AWS VPC.