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
aws/aws-sdk-java/#1653 introduced EC2MetadataUtils#getInstanceSignature.
This method is missing in v2.
Expected Behavior
v2 should provide a builtin solution for fetching the instance's signature.
Current workaround is EC2MetadataUtils.getData("/latest/dynamic/instance-identity/signature")
Current Behavior
Method exists in v1 but not in v2
Possible Solution
Your Environment
AWS Java SDK version used: 2.1.3
The text was updated successfully, but these errors were encountered:
aws/aws-sdk-java/#1653 introduced
EC2MetadataUtils#getInstanceSignature
.This method is missing in v2.
Expected Behavior
v2 should provide a builtin solution for fetching the instance's signature.
Current workaround is
EC2MetadataUtils.getData("/latest/dynamic/instance-identity/signature")
Current Behavior
Method exists in v1 but not in v2
Possible Solution
Your Environment
The text was updated successfully, but these errors were encountered: