Coder Social home page Coder Social logo

punkrokk / terraform-aws-camellia-image Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ninthnails/terraform-aws-camellia-image

0.0 0.0 0.0 72 KB

Terraform module which creates Amazon Machine Images (AMI) for Camellia using HashiCorp Packer and AWS CodeBuild.

License: GNU General Public License v3.0

HCL 53.67% Shell 29.76% Python 16.57%

terraform-aws-camellia-image's Introduction

Camellia Image Terraform module

Terraform module which creates Amazon Machine Images (AMI) for Camellia using HashiCorp Packer and AWS CodeBuild.

Available Features

  • Apache Kafka version 2.3.1
  • Based on Amazon Linux 2 with performance tuning
  • Multi Availability Zone support
  • Support EBS, Instance Storage and root volume as storage types
  • Support gp2, io1, st1 and ephemeral storage volume types
  • XFS filesystem tune for better performance
  • Swap file setup
  • Support multiple type and number of volumes
  • Service integrated with systemd init system
  • Integrate collectd for OS metrics, support Graphite and Prometheus publishing
  • Integrate Amazon CloudWatch Agent for publishing logs

Usage

module "camellia-image" {
  source = "ninthnails/camellia-image/aws"
  version = "1.1.0"
  prefix = "camellia"
  packer_template = "aws-private.json"
  packer_instance_type = "t3a.micro"
  vpc_id = "vpc-54e70a3249a84d75f"
  subnet_ids = ["subnet-eb537de7850039a7f"]
  tags = {
    Terraform = "true"
  }
}

CodeBuild run is not automatically triggered. You need to execute the build command the command output. For example:

aws --region us-east-2 codebuild start-build --project-name camellia-kafka-automation-packer --source-version xyz...

or even shorter:

$(terraform output packer_build_command)

terraform-aws-camellia-image's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.