diff --git a/entity-types/infra-awsec2subnet/definition.yml b/entity-types/infra-awsec2subnet/definition.yml new file mode 100644 index 000000000..890b04981 --- /dev/null +++ b/entity-types/infra-awsec2subnet/definition.yml @@ -0,0 +1,8 @@ +domain: INFRA +type: AWSEC2SUBNET +goldenTags: +- aws.accountId +- aws.region +configuration: + entityExpirationTime: DAILY + alertable: false \ No newline at end of file diff --git a/entity-types/infra-awsec2vpc/definition.yml b/entity-types/infra-awsec2vpc/definition.yml new file mode 100644 index 000000000..54897ac17 --- /dev/null +++ b/entity-types/infra-awsec2vpc/definition.yml @@ -0,0 +1,8 @@ +domain: INFRA +type: AWSEC2VPC +goldenTags: +- aws.accountId +- aws.region +configuration: + entityExpirationTime: DAILY + alertable: false \ No newline at end of file