システム管理者は、クラウド アプリケーションのパフォーマンス低下に関するレポートを分析しています。このアプリケーションは、2 つの VM を持つネットワーク ロード バランサーの背後で動作しており、各 VM には独自のデジタル証明書が構成されています。現在、各 VM は平均で 85% の CPU を消費しています。コストの制限により、管理者は環境内で垂直方向または水平方向に拡張することはできません。CPU 使用率を下げるために管理者が取るべきアクションは次のうちどれですか? (2つ選んでください。)
正解:B,C
Explanation Moving the digital certificate to the load balancer and configuring the communication between the load balancer and the VMs to use HTTP are two actions that will decrease the CPU utilization of the VMs that are running behind a network load balancer with two VMs, each with its own digital certificate configured. Moving the digital certificate to the load balancer will offload the SSL/TLS encryption and decryption tasks from the VMs to the load balancer, which can reduce the CPU overhead and improve performance. Configuring the communication between the load balancer and the VMs to use HTTP will eliminate the need for encryption and decryption between them, which can also reduce CPU consumption. However, this may introduce security risks if sensitive data is transmitted over HTTP.