Skip to content

Commit

Permalink
Add new templates for big data instance audit and network gateway fil…
Browse files Browse the repository at this point in the history
…tering
  • Loading branch information
Chris DeRamus committed Aug 24, 2016
1 parent b57b088 commit 8fff80b
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
34 changes: 34 additions & 0 deletions templates/divvy_big_data_instance_audit.json
@@ -0,0 +1,34 @@
{
"uuid": "divvy.big_data_instance_audit",
"name": "Big Data Instance Type Audit",
"category": "Optimization",
"description": "Audit compute big data instance types against select clouds",
"instructions": {
"actions": [
{
"config": {},
"name": "divvy.action.mark_non_compliant",
"run_when_result_is": false
}
],
"filters": [
{
"config": {
"instance_types": [
"dc1.large",
]
},
"name": "divvy.filter.bigdata_instance_type",
"negate": false
}
],
"groups": [],
"hookpoints": [
"divvycloud.resource.created"
],
"ondemand_enabled": true,
"resource_types": [
"bigdatainstance"
]
}
}
31 changes: 31 additions & 0 deletions templates/divvy_network_without_internet_gateway.json
@@ -0,0 +1,31 @@
{
"uuid": "divvy.network_without_internet_gateway",
"name": "Networks Without Internet Gateways",
"category": "Optimization",
"description": "Identify networks without an attached Internet gateway",
"instructions": {
"actions": [
{
"config": {},
"name": "divvy.action.mark_non_compliant",
"run_when_result_is": false
}
],
"filters": [
{
"config": {},
"name": "divvy.filter.has_no_network_gateway",
"negate": false
}
],
"groups": [],
"hookpoints": [
"divvycloud.resource.created",
"divvycloud.resource.modified"
],
"ondemand_enabled": true,
"resource_types": [
"privatenetwork"
]
}
}

0 comments on commit 8fff80b

Please sign in to comment.