A user wants to deploy a service to the AWS Cloud by using infrastructure-as-code (IaC) principles.
Which AWS service can be used to meet this requirement?
AWS Systems Manager
AWS CloudFormation
AWS CodeCommit
AWS Config
Explanations:
AWS Systems Manager is primarily used for operational management and automation, not for IaC.
AWS CloudFormation is specifically designed for deploying infrastructure as code in AWS.
AWS CodeCommit is a source control service, not an IaC tool for deploying infrastructure.
AWS Config is used for resource monitoring and compliance, not for deploying infrastructure as code.