A company needs to deploy virtual desktops to its customers in a virtual private cloud, leveraging existing security controls. Which set of AWS services and features will meet the company's requirements?

A. Virtual Private Network connection. AWS Directory Services, and ClassicLink
B. Virtual Private Network connection. AWS Directory Services, and Amazon Workspaces
C. AWS Directory Service, Amazon Workspaces, and AWS Identity and Access Management
D. Amazon Elastic Compute Cloud, and AWS Identity and Access Management

Answer: B. Virtual Private Network connection. AWS Directory Services, and Amazon Workspaces

Computer Science & Information Technology

You might also like to view...

What is the scope of variable z?

Given this code: ``` int z; int main( ) { int y = 3, x = 2; z = x + y; return 0; } ``` A. local B. static C. global D. none of the above

Computer Science & Information Technology

In the accompanying figure, the iCal program is open. Item 1 points to the ____.

A. program window B. vertical scroller C. vertical scroll bar D. dialog box

Computer Science & Information Technology