What are the primary components of AWS X-Ray?
- CloudFormation, S3, CloudFront
- Load balancer, database, Lambda functions
- Tracing SDK, X-Ray daemon, X-Ray console
- Virtual machines, containers, networking
The primary components of AWS X-Ray include the Tracing SDK, which instruments your application, the X-Ray daemon, which collects and sends tracing data to X-Ray, and the X-Ray console, which provides a visual representation of your application's performance.
Loading...
Related Quiz
- What is one way to monitor AWS Lambda function performance?
- What are the limitations of DynamoDB Streams regarding scalability and performance?
- What is Lambda@Edge?
- What AWS services can trigger Lambda@Edge functions?
- AWS Lambda automatically handles __________, allowing multiple instances of a function to run concurrently.