Ultimate access to all questions.
In AWS Signature Version 4, after creating a canonical request and string to sign, how can a developer complete a signed request by choosing two methods?
Explanation:
Option A is correct because in Signature Version 4, the completed signature is typically added to the request's Authorization header. This header includes the signing information along with other necessary components, such as the Credential Scope and the Signed Headers. Option D is also correct as Signature Version 4 allows for presigned URLs where the signature is part of the query string parameters, with the signature included in the X-Amz-Signature query string parameter.