AWS Certified Cloud Practitioner (CLF-C02) — Question 248
Which AWS service can companies use to create infrastructure from code?
Answer options
- A. Amazon Elastic Kubernetes Service (Amazon EKS)
- B. AWS Outposts
- C. AWS CodePipeline
- D. AWS CloudFormation
Correct answer: D
Explanation
AWS CloudFormation is specifically designed to enable users to create and manage AWS resources through code, which is known as Infrastructure as Code (IaC). While Amazon EKS and AWS Outposts are useful for container orchestration and hybrid cloud solutions respectively, they do not provide a means to define infrastructure through code. AWS CodePipeline focuses on continuous integration and delivery, not on infrastructure creation.