During a web application test, a tester discovers an endpoint that fetches a URL from user input without validation. They attempt to access the AWS metadata endpoint. Which IP address is commonly used for the cloud metadata service?
This is the link-local address for cloud metadata.
Why this answer
AWS metadata is accessible at 169.254.169.254, a link-local address.