AWS Certified Solutions Architect – Professional — Question 186

An organization has developed an application which provides a smarter shopping experience. They need to show a demonstration to various stakeholders who may not be able to access the in premise application so they decide to host a demo version of the application on AWS.
Consequently, they will need a fixed elastic IP attached automatically to the instance when it is launched.
In this scenario which of the below mentioned options will not help assign the elastic IP automatically?

Answer options

Correct answer: A

Explanation

Option A is incorrect because fetching instance metadata at boot cannot assign an elastic IP automatically as it does not inherently include a mechanism for this. Options B, C, and D all include methods that actively assign an elastic IP, either through scripts or direct assignment during the instance launch process.