Linux 管理者は、パブリック クラウド プロバイダーを使用して、会社の Web サイトのサーバーをホストしています。 管理者はプロバイダーのツールを使用して、サーバーの展開方法を定義する JSON ファイルを作成しました。 管理者は次のどの手法を使用しましたか?
正解:A
with IaC, teams make changes to the environment description and version the configuration model, which is typically in well-documented code formats such as JSON. The release pipeline executes the model to configure target environments. If the team needs to make changes, they edit the source, not the target.