開発者は、パブリック クラウドに Web ファームを展開するために使用されるコードをテストしています。メインのコード ブロックは、以下に示すように、ロード バランサーを作成する関数と 1,000 個の Web サーバーを作成するループです。 開発者は会社のクラウド アカウントに対してコードを実行し、ロード バランサーが正常に作成されたことを確認しますが、Web サーバーは 100 個しか作成されていません。この問題を解決するには、開発者が行うべきことは次のうちどれですか?
正解:A
The developer should request an increase of the instance quota from the cloud provider. Cloud services often have a limit on the number of instances that can be created, which is known as an instance quota. If the load balancer is successfully created but the number of web servers is limited to 100, it suggests that the quota has been reached. Increasing the quota will allow the creation of additional web server instances up to the desired number. Reference: The scenario reflects an understanding of cloud resource management and limitations, which is a part of the CompTIA Cloud+ curriculum, specifically under the domain of Management and Technical Operations.