A company wants to adopt a standardized approach for provisioning their cloud infrastructure using templates. Additionally, they need to monitor CPU utilization and memory metrics of their deployed Amazon EC2 instances to ensure optimal performance.
Which two AWS services should the company use to satisfy these requirements? (Select TWO.)
- AWS CloudFormationAnswer
- Amazon CloudWatchAnswer
- CAWS CloudTrail
- DAWS Elastic Beanstalk
- EAWS Systems Manager
Answer
AWS CloudFormation and Amazon CloudWatch
The two correct services are AWS CloudFormation and Amazon CloudWatch. AWS CloudFormation is an Infrastructure as Code (IaC) service that uses templates to deploy and manage a wide range of AWS resources in a repeatable manner. Amazon CloudWatch is a monitoring and management service that collects performance metrics (such as CPU utilization and memory) and logs from EC2 instances and other resources, enabling operational monitoring.
Step-by-Step Solution
Key Concept
AWS CloudFormation is used for template-based infrastructure provisioning, whereas Amazon CloudWatch is used for monitoring resource performance metrics.