Extracted Data

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > Amazon Elastic Compute Cloud (EC2) 

Extracted Data

 

Endpoint:

https://ec2.{region}.amazonaws.com/

Description:

The connector will connect to the regional endpoints of the specified regions.

Documentation:

https://docs.aws.amazon.com/general/latest/gr/rande.html

 

As part of the EC2 inventory following data pertaining to the following attributes is gathered by the Raynet One Data Hub agent:

 

awsec2_images

 

[awsec2_images_raw} (

 [imageId] [nvarchar](max) NULL,

 [name] [nvarchar](max) NULL,

 [descriptíon] [nvarchar](max) NULL,

 [location] [nvarchar](max) NULL,

 [region] [nvarchar](max) NULL,

 [creationDate] [nvarchar](max) NULL,

 [platform] [nvarchar](max) NULL,

 [owner] [nvarchar](max) NULL,

 [virtualizationType] [nvarchar](max) NULL,

 [hypervisor] [nvarchar](max) NULL,

)

 

awsec2_instances

 

[awsec2_instances_raw](

 [instanceId] [nvarchar](max) NULL,

 [accountId] [nvarchar](max) NULL,

 [state] [nvarchar](max) NULL,

 [privateDns] [nvarchar](max) NULL,

 [key] [nvarchar](max) NULL,

 [instanceType] [nvarchar](max) NULL,

 [region] [nvarchar](max) NULL,

 [tenancy] [nvarchar](max) NULL,

 [platform] [nvarchar](max) NULL,

 [virtualizationType] [nvarchar](max) NULL,

 [hypervisor] [nvarchar](max) NULL,

 [imageId] [nvarchar](max) NULL,

 [cores] [nvarchar](max) NULL,

 [threadsPerCore] [nvarchar](max) NULL,

 [privateIpAddress] [nvarchar](max) NULL,

 [publicIpAddress] [nvarchar](max) NULL,

)

 

awsec2_tags

 

[awsec2_tags_raw](

 [instanceId] [nvarchar](max) NULL,

 [key] [nvarchar](max) NULL,

 [value] [nvarchar](max) NULL,

)