You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EC2MetadataUtils is currently an internal API, theoretically means each applications developer needs to re-invent the wheel in order to obtain, for example, the instance id of the ec2 their application is running on.
Expected Behavior
Please remove this class from the internal package.
Ideally, please make the api non-static to allow for easier testing of application code.
The text was updated successfully, but these errors were encountered:
EC2MetadataUtils is currently an internal API, theoretically means each applications developer needs to re-invent the wheel in order to obtain, for example, the instance id of the ec2 their application is running on.
Expected Behavior
Please remove this class from the internal package.
Ideally, please make the api non-static to allow for easier testing of application code.
The text was updated successfully, but these errors were encountered: