システム管理者は、新しい仮想マシンが作成されるたびに、IPアドレスの取得、仮想マシンのプロビジョニング、変更管理データベースへの情報入力といったタスクを実行するための新しいスクリプトを作成します。これらの既存のスクリプトをすべて1つに統合する新しいスクリプトを作成することは、次のような例に最適です。
正解:B
Orchestration is the process of coordinating multiple automated tasks to create a dynamic and complex workflow1. Orchestration can simplify and streamline the management of cloud resources and services by integrating different scripts, tools, and platforms2. Creating a new script to coordinate all of the existing scripts into one is an example of orchestration, as it involves managing multiple automated tasks to accomplish a larger goal, such as provisioning a virtual machine and updating a change management database. Automation, on the other hand, refers to automating a single task or a small number of related tasks, such as obtaining an IP or populating information in a database1. Automation does not require coordination or decision-making, unlike orchestration. Collaboration and federation are not related to the question, as they refer to the interaction and integration of different cloud providers or users, not the automation or orchestration of cloud tasks3. Reference: Orchestration vs Automation: The Main Differences - phoenixNAP; Cloud Automation vs Cloud Orchestration: Understanding the Differences; CompTIA Cloud Essentials+ CLO-002 Study Guide, Chapter 3: Cloud Computing Concepts, pages 85-86.