Which AWS service will meet these requirements?
AWS CloudFormation
AWS Directory Service
Amazon Lightsail
AWS CodeDeploy
Explanations:
AWS CloudFormation is an infrastructure as code (IaC) service that allows users to define and provision AWS resources using templates. This enables repeatable deployments of identical resources.
AWS Directory Service is a managed service for Microsoft Active Directory, primarily used for directory-related tasks and not for deploying AWS resources in a repeatable manner.
Amazon Lightsail is designed for simplifying cloud infrastructure for developers but does not provide a templated approach for deploying identical AWS resources. It focuses more on individual application hosting.
AWS CodeDeploy is a service for automating code deployments to various compute services. It is not designed for provisioning infrastructure or deploying identical AWS resources in a repeatable manner.