hi team, we recently updated our metaflow version ...
# ask-metaflow
b
hi team, we recently updated our metaflow version to 2.5.0 and we seem to have lost metadata around the ec2-instance-id and ec2-instance-type for our batch jobs. Was this intended or moved somewhere else?
1
a
which version did you move from?
b
v2.4.13
a
nothing should have changed
b
we updated metadata service images from
netflixoss/metaflow_metadata_service:v2.4.13
to
netflixoss/metaflow_metadata_service:v2.5.0
, but on the metaflow UI and in the
tasks_v3
table, the values for
ec2-instance-id
and
ec2-instance-type
which we pull for internal analysis on usage, are now empty
we still see it in the UI for the old jobs, but it seems like it’s not being logged in the database for the new ones
a
you may want to check if this is executing as expected
👀 1
b
thanks Savin, yeah we’ll dig in and see
s
thanks for the bug fix! it will go out in the next release
i wonder how this slipped through for such a long time
b
yeah it was kind of surprising to find that IMDSv2 wasn’t working correctly, i guess most teams were still on IMDSv1 since it wasn’t being pushed as much
we migrated to IMDSv2 recently so this bit us on the same timeline, all versions or our extensions library, even old ones
🙌 1