X-Ray Flashcards

1
Q

T or F

Architectures can get really compkicated, AWS X-ray allows you to debug what is happening.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

_____ 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.

A

X-ray

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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.

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

T or F

The xray SDK provides

  • Interceptors to add your code to trace incoming HTTP requests.
A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

T or F

X-ray SDK provides

Client handlers to instrument AWS SDK clients that your app uses to call other AWS services.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

T or F

X-ray SDK provides

-an FTP client to use to instrument calls to other internal or external FTP servers

A

False

-an HTTP client to use to instrument calls to other internal or external HTTP servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

X-ray integrates with the following AWS services:

  1. ELB
  2. Lambda
  3. API GW
  4. EC2
  5. Beanstalk
A

All of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following are X-ray languages?

  1. java
  2. go
  3. nodejs
  4. python
  5. ruby
  6. .net
A

all of the above

How well did you know this?
1
Not at all
2
3
4
5
Perfectly