| 1. |
What Are The Different Types Of Events Triggered By Amazon Cloud Front? |
|
Answer» Different types of events triggered by Amazon CloudFront are as follows: Viewer Request: When an end USER or a client PROGRAM makes an HTTP/HTTPS request to CloudFront, this event is triggered at the Edge Location closer to the end user. Viewer Response: When a CloudFront SERVER is ready to respond to a request, this event is triggered. Origin Request: When CloudFront server does not have the requested object in its CACHE, the request is FORWARDED to Origin server. At this time this event is triggered. Origin Response: When CloudFront server at an Edge location receives the response from Origin server, this event is triggered. Different types of events triggered by Amazon CloudFront are as follows: Viewer Request: When an end user or a client program makes an HTTP/HTTPS request to CloudFront, this event is triggered at the Edge Location closer to the end user. Viewer Response: When a CloudFront server is ready to respond to a request, this event is triggered. Origin Request: When CloudFront server does not have the requested object in its cache, the request is forwarded to Origin server. At this time this event is triggered. Origin Response: When CloudFront server at an Edge location receives the response from Origin server, this event is triggered. |
|