A company wants to use a template to reliably provision, manage, and update its infrastructure in the AWS Cloud.
Which AWS service will meet these requirements?
AWS Lambda
AWS CloudFormation
AWS Fargate
AWS CodeDeploy
Explanations:
AWS Lambda is a serverless compute service for running code in response to events, not for provisioning infrastructure.
AWS CloudFormation is designed to provision, manage, and update AWS infrastructure using templates.
AWS Fargate is a serverless compute engine for containers, not for infrastructure management and provisioning.
AWS CodeDeploy automates code deployment, not infrastructure provisioning and management.