Question 31:
Your management plans to use AWS Cloudfront to speed up the distribution of content to users from an S3 bucket. They are worried about whether users will get the ideal response when they request for objects from Cloudfront. What would you communicate to them as to how users would get content from Cloudfront?
Answer options:
A.If a user requests an object, only when the entire object is available, it is sent to the user. This is to ensure a correct end-user experience. B.If a user requests an object, the user is directed to the origin location to retrieve the object. C.As soon as the first byte arrives from the origin, CloudFront begins to forward the files to the user. D.Amazon CloudFront will respond with an HTTP 404 error.