AWS General Flashcards

1
Q

What are the main components in the breakdown of AWS global infrastructure?

A

Region
Availability Zone
Edge Location

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

What does HTTP 500 mean?

A

500: Internal Server Error
Generic error message

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

What does HTTP 501 mean?

A

501: Not Implemented
Server does not recognize the request method or it lacks the ability to fulfil the request. Usually this implies future availability.

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

What does HTTP 502 mean?

A

502: Bad Gateway
The server was acting as a gateway or proxy and received an invalid response from the upstream server.

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

What does HTTP 503 mean?

A

503: Service Unavailable
The server cannot handle the request (because it is overloaded or down for maintenance). Generally, this is a temporary state.

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

What does HTTP 504 mean?

A

504: Gateway Timeout
The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.

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

What does HTTP 403 mean?

A

403: Forbidden
You configured an AWS web ACL to monitor requests to your Application Load Balancer and it blocked a request.

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