0 votes
in AWS by

You're developing an application that will be hosted on an EC2 Instance. This will be part of an Autoscaling Group. The application needs to get the private IP of the instance to send it across to a controller-based application.

Which of the following can be done to achieve this?

1 Answer

0 votes
by

Correct option is :- A. Query the Instance Meta Data

...