EC2 Instances with Default Metadata Service Settings
EC2 instances launched without explicitly configuring metadata_options block in Terraform or MetadataOptions in CloudFormation. AWS defaults to allowing both IMDSv1 and IMDSv2 (http_tokens = 'optional'), enabling vulnerable IMDSv1 access where applications can retrieve IAM role credentials, instance metadata, and user data through simple HTTP GET requests to http://169.254.169.254 without any authentication or session tokens, making SSRF exploitation trivial.