π AWS EC2 Instance - object.extracts.yaml
- Contextual name: π object.extracts.yaml
- ID:
/types/CA10__CaAwsInstance__c/object.extracts.yaml
- Located in: π AWS EC2 Instance
Used Inβ
Logic | Policy | Flags |
---|---|---|
π§ prod.logic.yaml π’ | π AWS EC2 Instance Detailed Monitoring is not enabled π’ | π’ x3 |
π§ prod.logic.yaml π’ | π AWS EC2 Instance is idle π’ | π’ x3 |
π§ prod.logic.yaml π’ | π AWS EC2 Instance is overutilized π’ | π’ x3 |
π§ prod.logic.yaml π’ | π AWS EC2 Instance is underutilized π’ | π’ x3 |
π§ prod.logic.yaml π’ | π AWS EC2 Instance IAM role is not attached π’ | π’ x3 |
π§ prod.logic.yaml π’ | π AWS EC2 Instance IMDSv2 is not enabled π’ | π’ x3 |
π§ prod.logic.yaml π’ | π AWS EC2 Instance without a public IP address is in a public subnet π’ | π’ x3 |
Contentβ
---
extracts:
# Values pending, applied. Not nullable. Can't have no access, retrieved via ec2:DescribeInstances
- name: "CA10__metadataState__c"
value:
FIELD:
path: "CA10__metadataState__c"
undeterminedIf:
isEmpty: "Corrupted data. EC2 Instances Metadata State cannot be empty."
# Values: optional, required. Not nullable. Can't have no access, retrieved via ec2:DescribeInstances
- name: "CA10__metadataHttpTokens__c"
value:
FIELD:
path: "CA10__metadataHttpTokens__c"
undeterminedIf:
isEmpty: "Corrupted data. EC2 Instances Metadata Http Token cannot be empty."
- name: CA10__iamInstanceProfileArn__c
value:
FIELD:
path: CA10__iamInstanceProfileArn__c
# Nullable. Can't have no access, retrieved via ec2:DescribeInstances
- name: "CA10__publicIpAddress__c"
value:
FIELD:
path: "CA10__publicIpAddress__c"
# Values: enabled, disabled. Not nullable. Can't have no access, retrieved via ec2:DescribeInstances
- name: "CA10__monitoringState__c"
value:
FIELD:
path: "CA10__monitoringState__c"
undeterminedIf:
isEmpty: "Corrupted data. EC2 Instances Detailed Monitoring State cannot be empty."
# Values: pending | running | shutting-down | terminated | stopping | stopped. Not nullable.
- name: "CA10__stateName__c"
value:
FIELD:
path: "CA10__stateName__c"
undeterminedIf:
noAccessDelegate:
path: "CA10__stateName__c"
currentStateMessage: "Unable to determine EC2 Instances State Name. Possible permission issue with ec2:DescribeInstanceStatus"
# Number of Days. Nullable. Can't have no access, retrieved via ec2:DescribeInstances
- name: "CA10__currentRunningTime__c"
value:
FIELD:
path: "CA10__currentRunningTime__c"
# Nullable.
- name: "CA10__averageCpuTwoWeeks__c"
value:
FIELD:
path: "CA10__averageCpuTwoWeeks__c"
# Nullable.
- name: "CA10__maxCpuTwoWeeks__c"
value:
FIELD:
path: "CA10__maxCpuTwoWeeks__c"
# Nullable.
- name: "CA10__sumTwoWeekNetworkOutMb__c"
value:
FIELD:
path: "CA10__sumTwoWeekNetworkOutMb__c"
# Nullable.
- name: "CA10__sumTwoWeekNetworkInMb__c"
value:
FIELD:
path: "CA10__sumTwoWeekNetworkInMb__c"