Skip to content

opszero/terraform-aws-eks-airbyte

Repository files navigation

terraform-aws-eks-airbyte

Table of Contents

Introduction

This Terraform module creates an AWS elasticache along with additional configuration options.

Usage

To use this module, you can include it in your Terraform configuration. Here's an example of how to use it:

Example: eks-airbyte

module "airbyte" {
  source         = "git::https://github.com/opszero/terraform-aws-eks-airbyte.git?ref=v1.0.1"
  environment    = "prod"
  instance_class = "db.t3.micro"
  vpc_id         = "vpc-xxxxxxxxxx" # add vpc id here
  subnet_ids     = ["subnets-xxxxxxx", "subnets-xxxxxxxx"]
  password       = "" #if add some password
  allowed_ip     = ["0.0.0.0/0"]
}

Examples

For detailed examples on how to use this module, please refer to the Examples directory within this repository.

Providers

Name Version
helm 3.1.0
random 3.7.2

Inputs

Name Description Type Default Required
airbyte_version version of airbyte hemm chart. string "0.50.21" no
allocated_storage The allocated storage in gigabytes number 50 no
allowed_ip List of allowed ip. list(any) [] no
allowed_ports List of allowed ingress ports list(any)
[
5432
]
no
db_name The DB name to create. If omitted, no database is created initially string "airbyte" no
enabled_cloudwatch_logs_exports List of log types to enable for exporting to CloudWatch logs. If omitted, no logs will be exported. Valid values (depending on engine): alert, audit, error, general, listener, slowquery, trace, postgresql (PostgreSQL), upgrade (PostgreSQL). list(string)
[
"postgresql",
"upgrade"
]
no
instance_class The instance type of the RDS instance string "db.t4g.micro" no
name Name (e.g. app or cluster). string "airbyte" no
namespace namespace of airbyte (e.g. tools or prod). string "airbyte" no
password Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file string "" no
publicly_accessible Bool to control if instance is publicly accessible bool false no
subnet_ids A list of VPC Subnet IDs to launch in. list(string) [] no
username Username for the master DB user string "postgres" no
vpc_id The ID of the VPC that the instance security group belongs to. string "" no

Resources

Name Type
helm_release.airbyte resource
random_password.password resource

Outputs

No outputs.

🚀 Built by opsZero!

opsZero provides software and consulting for Cloud + AI. With our decade plus of experience scaling some of the world’s most innovative companies we have developed deep expertise in Kubernetes, DevOps, FinOps, and Compliance.

Our software and consulting solutions enable organizations to:

  • migrate workloads to the Cloud
  • setup compliance frameworks including SOC2, HIPAA, PCI-DSS, ITAR, FedRamp, CMMC, and more.
  • FinOps solutions to reduce the cost of running Cloud workloads
  • Kubernetes optimized for web scale and AI workloads
  • finding underutilized Cloud resources
  • setting up custom AI training and delivery
  • building data integrations and scrapers
  • modernizing onto modern ARM based processors

We do this with a high-touch support model where you:

  • Get access to us on Slack, Microsoft Teams or Email
  • Get 24/7 coverage of your infrastructure
  • Get an accelerated migration to Kubernetes

Please schedule a call if you need support.



AWS Advanced Tier AWS DevOps Competency AWS EKS Delivery AWS Public Sector

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages