AWS DevOps Engineer Professional DOP-C01 – Question510

Which statement is true about configuring proxy support for Amazon Inspector agent on Linuxbased systems?

A.
Amazon Inspector proxy support on Linux-based systems is achieved through installing proxyenabled version of the agent which comes with pre-configured files that you need to edit to match your environment.
B. Amazon Inspector agent does NOT support the use of proxy on Linux-based systems.
C. Amazon Inspector proxy configuration on Linux-based system is included in awsagent.env file under / etc/init.d/
D. Amazon Inspector agent proxy settings on Linux-based systems are configured through WinHTTP proxy.

Correct Answer: C

Explanation:

Explanation:
To install an AWS agent on an EC2 instance that uses a proxy server Create a file called awsagent.env and save it in the /etc/init.d/ directory. Edit awsagent.env to include these environment variables in the following format:
export https_proxy=https://hostname:port
export http_proxy=http://hostname:port
export no_proxy= 123.456.789.111
Reference:
https://docs.aws.amazon.com/inspector/latest/userguide/inspector_ag…