A software development team is building a microservices-based application on AWS. They need to solve two main operational challenges:
1. Automatically compile their application code, run unit tests, and generate deployable artifacts whenever code changes are committed.
2. Monitor, analyze, and debug request latency and performance issues as user transactions flow through the interconnected microservices.
Which TWO AWS services should the team use to meet these requirements? (Select TWO.)
- AWS CodeBuildAnswer
- AWS X-RayAnswer
- CAWS CodeCommit
- DAWS CloudTrail
- EAWS CloudFormation
Answer
AWS CodeBuild and AWS X-Ray
AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages that are ready to deploy. AWS X-Ray helps developers analyze and debug distributed applications, such as microservices, by tracing user requests as they travel through the application.
Step-by-Step Solution
Key Concept
AWS Developer Tools
Estimated Time:1m 30s