GOMBOC For DEVOPS
Control and verify IaC without new and rigid configuration languages
Gomboc AI keeps DevOps doing DevOps work. No new policy language to learn or guardrails to follow. Simply push new code to see Gomboc scan and provide contextual remediation suggestions that won't break your infrastructure.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
provider "aws" {
region = "us-east-2"
}
data "aws_region" "current" {}
resource "aws_dynamodb_table" "test_table_a" {
billing_mode = "PAY_PER_REQUEST"
server_side_encryption {
enabled = true
}
}
resource "aws_lambda_function" "react_lambda_app" {
tracing_config {
mode = "Active"
}
filename = "resources/lambda/out/reactapp.zip"
function_name = "blog-application"
handler = "index.handler"
}
resource "aws_appsync_graphql_api" "test_api" {
authentication_type = "API_KEY"
xray_enabled = true
}
resource "aws_dynamodb_table" "posts_table" {
server_side_encryption {
enabled = true
}
name = "blog-posts"
billing_mode = "PROVISIONED"
read_capacity = 2
write_capacity = 2
hash_key = "id"
attribute {
name = "id"
type = "S"
}
}
resource "aws_keyspaces_table" "mykeyspacestable" {
encryption_specification {
type = "AWS_OWNED_KMS_KEY"
}
}
region = "us-east-2"
}
data "aws_region" "current" {}
resource "aws_dynamodb_table" "test_table_a" {
billing_mode = "PAY_PER_REQUEST"
server_side_encryption {
enabled = true
}
}
resource "aws_lambda_function" "react_lambda_app" {
tracing_config {
mode = "Active"
}
filename = "resources/lambda/out/reactapp.zip"
function_name = "blog-application"
handler = "index.handler"
}
resource "aws_appsync_graphql_api" "test_api" {
authentication_type = "API_KEY"
xray_enabled = true
}
resource "aws_dynamodb_table" "posts_table" {
server_side_encryption {
enabled = true
}
name = "blog-posts"
billing_mode = "PROVISIONED"
read_capacity = 2
write_capacity = 2
hash_key = "id"
attribute {
name = "id"
type = "S"
}
}
resource "aws_keyspaces_table" "mykeyspacestable" {
encryption_specification {
type = "AWS_OWNED_KMS_KEY"
}
}
"Solving infrastructure problems directly with IaC, and in a way that takes into account the actual architecture, is an enabler for both security and DevOps teams. Gomboc.ai’s approach to this is unique and beats anything I’ve seen in the market."
Jonathan Jaffe
CISO, Lemonade
Feature
Generative (GPT's)
Deterministic AI (Gomboc)
Consistent and correct output
Statistically generated
Precisely created
Configuration drift management
May cause drift with generated output
Contextually aware
of existing policies
Real-time understanding of cloud service providers
Trained occasionally, may degrade
Updated constantly, maintains context
Real-time understanding of your environment
Trained occasionally, may degrade
Updated constantly, maintains context
Compliance and Security Frameworks
When specifically prompted
Built into training
and resulting IaC
Completely transform the way you remediate and secure the cloud
Gomboc's Deterministic AI engine is purpose-built to provide effective, secure, and precise IaC that remediates cloud security issues with a contextual understanding of your environment. Maintain rule compliance across your entire cloud environment with AI. No hallucinations here.
Gomboc AI vs GPT's
Works with all major IaC tools
Reduce your backlog to zero
With Gomboc AI, you can effectively reduce your remediation backlog to zero. Instead of delegating your remediation to a human, Gomboc's AI engine just gets it done for you every time infrastructure updates are made.