kananinirav / AWS-Certified-Cloud-Practitioner-Notes

AWS Certified Cloud Practitioner Short Notes And Practice Exams (CLF-C02)
https://kananinirav.com/
MIT License
1.96k stars 686 forks source link

Exam 17 - Question 11 #203

Closed Kushail closed 7 months ago

Kushail commented 7 months ago

Which services manage and automate application deployments on AWS? (Choose two.)

A. AWS Elastic Beanstalk B. AWS CodeCommit C. AWS Data Pipeline D. AWS CloudFormation E. AWS Config

Answer says B and C. But I believe it's A and D.

Code commit - basically GitHub. Data pipeline - automate data driven workflows.

EBS -> automates deploying code and provisioning infrastructure CloudFormation -> Use templates to deploy code and infrastructure