The correct answer is C. HMAC-SHA1.
AWS Auto Scaling requests are signed using HMAC-SHA1, a cryptographic hash function that creates a unique signature from the request and the user's private key. The signature is then sent to AWS along with the request. AWS uses the user's public key to verify the signature and confirm that the request was sent by an authorized user.
SSL, AES-256, and X.509 are all different types of encryption technologies. SSL is used to encrypt data in transit, AES-256 is a symmetric encryption algorithm, and X.509 is a standard for public key certificates. None of these technologies are used to sign AWS Auto Scaling requests.
https://docs.aws.amazon.com/autoscaling/ec2/APIReference/CommonParameters.html
X-Amz-Algorithm
The hash algorithm that you used to create the request signature.
Condition: Specify this parameter when you include authentication information in a query string instead of in the HTTP authorization header.
Type: string
Valid Values: AWS4-HMAC-SHA256
Required: Conditional
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
amministrazione
8 months, 3 weeks agoSkyZeroZx
1 year, 10 months agoAC1984
2 years, 3 months agoAC1984
2 years, 3 months agosjpd10
2 years, 6 months agodavideccc
2 years, 8 months agoDdssssss
2 years, 11 months agowahlbergusa
3 years, 3 months agowahlbergusa
3 years, 3 months ago