クラウド管理者は、VM をクラウドに一括で展開するための新しい非同期ワークフローを作成しました。ワークフローが単一の VM に対してテストされると、正常に完了します。ただし、ワークフローを使用して一度に 50 個の VM を作成すると、ジョブは失敗します。問題の原因として最も可能性が高いのは次のうちどれですか? (2つ選んでください。)
正解:B,E
Explanation The most likely causes of the issue where the new asynchronous workflow fails to create 50 VMs at once in the public cloud are insufficient storage and expired API token. Insufficient storage means that there is not enough disk space available in the public cloud to accommodate all the VMs that are being created simultaneously. This could result in errors or failures during the provisioning process. Expired API token means that the authentication credential that is used by the workflow to communicate with the public cloud service has expired or become invalid. This could result in errors or failures during the API calls or requests. Reference: CompTIA Cloud+ Certification Exam Objectives, Domain 4.0 Troubleshooting, Objective 4.5 Given a scenario, troubleshoot automation/orchestration issues.