amazon ec2 - Query metadata in Azure VM -


what best way in azure vm query whether running in azure vs aws? how can other metadata such instance type (size)? in aws ec2, can query http://169.254.169.254/latest/user-data/ inside vm metadata (https://docs.aws.amazon.com/awsec2/latest/userguide/ec2-instance-metadata.html).

you can use bginfo tool windows platform. run cmd cmd.exe bgifo.exe /rtf:


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -