Web アプリケーションは、ワークロードに応じてより多くの VM をプロビジョニングおよびプロビジョニング解除するために自動スケーリングを使用するように構成されています。システム管理者は、Web アプリケーションの新しいリリースを自動化するために、新しい CI/CD ツールを導入しました。夜間にスクリプトがデプロイされ、ブートストラップ中に VM によって実行されるように構成されました。今。自動スケーリング構成により、\ 5 分ごとに新しい VM が作成されます。MOS が問題を解決するには、次のどのアクションを実行すればよいですか?
正解:B
The best way to resolve the issue where the autoscaling configuration is creating a new VM every five minutes after deploying a new CI/CD tool to automate new releases of the web application and configuring a script to be executed by the VMs during bootstrapping is to debug the script and redeploy it. Debugging the script means finding and fixing any errors or bugs in the code or logic of the script that may cause unexpected or undesired behavior, such as triggering the autoscaling condition or failing to complete the bootstrapping process. Redeploying the script means updating or replacing the existing script with the corrected or improved version of the script. Reference: [CompTIA Cloud+ Certification Exam Objectives], Domain 4.0 Troubleshooting, Objective 4.5 Given a scenario, troubleshoot automation/orchestration issues.