Which AWS service gives users the ability to deploy highly repeatable infrastructure configurations?
AWS CloudFormation
AWS CodeDeploy
AWS CodeBuild
AWS Systems Manager
Explanations:
AWS CloudFormation allows users to deploy highly repeatable infrastructure configurations as code.
AWS CodeDeploy automates code deployment but does not focus on infrastructure configuration.
AWS CodeBuild is used for building and testing code, not for infrastructure configuration.
AWS Systems Manager helps manage resources but does not directly deploy infrastructure as code.