Skip to content

Support EC2 tags in instance metadata (#1309)

BZ: 2091640
Tested by: QA

commit 40c52ce1f4049449b04f93226721f63af874c5c7
Author: Eduardo Dobay <edudobay@users.noreply.github.com>
Date:   Wed Apr 6 01:28:01 2022 -0300

    Support EC2 tags in instance metadata (#1309)

    Add support for newer EC2 metadata versions (up to 2021-03-23), so that
    tags can be retrieved from the `ds.meta_data.tags` field, as well as
    with any new fields that might have been added since the 2018-09-24
    version.

Signed-off-by: Emanuele Giuseppe Esposito <eesposit@redhat.com>
Edited by Miroslav Rezanina

Merge request reports