DocsModulesAWSaws_ec2_metadataVersion: 0.1.9aws_ec2_metadataComponentsCode examplesTables instance_metadataEnums architecture root_device_typeCode examplesRead-only instance metadataInstall the AWS EC2 moduleSELECT * FROM iasql_install('aws_ec2_metadata');View the metadata for the previously created i-1 instance.SELECT *FROM instance_metadataWHERE instance_id = (SELECT instance_idFROM instanceWHERE tags ->> 'name' = 'i-1');