Which AWS service can companies use to create infrastructure from code?
Amazon Elastic Kubernetes Service (Amazon EKS)
AWS Outposts
AWS CodePipeline
AWS CloudFormation
Explanations:
Amazon EKS is a managed Kubernetes service for deploying containerized applications, not for creating infrastructure from code.
AWS Outposts provides on-premises infrastructure, not a tool for infrastructure as code.
AWS CodePipeline is a CI/CD service for automating code deployments, not for creating infrastructure from code.
AWS CloudFormation allows you to define and provision AWS infrastructure using code (in YAML or JSON).
It appears that the answer is:
AWS CloudFormation