X-Ray Flashcards
T or F
Architectures can get really compkicated, AWS X-ray allows you to debug what is happening.
True
_____ is a service that collects data about requests that your app serves and provides tools you can use to view, filter, and gain insights into that data to indentify issues and opportunities for optimization.
X-ray
T or F
with X-ray, for any traced request to your app, you can see detailed info not only about the request and response, but also about calls that your app makes to downstream AWS resources, microservices, databases, and HTTP web APIs.
true
T or F
The xray SDK provides
- Interceptors to add your code to trace incoming HTTP requests.
True
T or F
X-ray SDK provides
Client handlers to instrument AWS SDK clients that your app uses to call other AWS services.
True
T or F
X-ray SDK provides
-an FTP client to use to instrument calls to other internal or external FTP servers
False
-an HTTP client to use to instrument calls to other internal or external HTTP servers
X-ray integrates with the following AWS services:
- ELB
- Lambda
- API GW
- EC2
- Beanstalk
All of the above
Which of the following are X-ray languages?
- java
- go
- nodejs
- python
- ruby
- .net
all of the above