Amazon web services – How is it possible to get instance metadata using PHP AWS SDK?
I would like to get the instance metadata (like AZ) for the current EC2, using AWS SDK. I was able to find an alternative solution, but it is not using the SDK just a file_get_contents How is it possible with…