A developer needs to use a standardized template to create copies of a company’s AWS architecture for development, test, and production environments.
Which AWS service should the developer use to meet this requirement?
AWS Cloud Map
AWS CloudFormation
Amazon Cloud Front
AWS CloudTrail
Explanations:
AWS Cloud Map is used for application resource discovery, allowing services to discover each other at runtime.
AWS CloudFormation enables the use of templates to create and manage AWS infrastructure consistently across environments.
Amazon CloudFront is a content delivery network (CDN) service, used for delivering content with low latency.
AWS CloudTrail is a logging service that records AWS account activity for governance, compliance, and auditing.