I am trying to retrieve multiple items from the AWS EC2 link local address
It can be done using multiple calls to the link-local address:
[ec2-user ~]$ curl http://169.254.169.254/latest/meta-data/instance-id
i-1234567890abcdef0
[ec2-user ~]$ curl http://169.254.169.254/latest/meta-data/instance-type
p3.2xlarge
These kind of calls are throteled by AWS
Is there a way to make a single call to get both?