项目作者: GrooveCommunity

项目描述 :
Build AWS AMIs with Packer templates and Ansible playbooks.
高级语言: HCL
项目地址: git://github.com/GrooveCommunity/aws-ami-builder.git
创建时间: 2021-02-20T11:48:27Z
项目社区:https://github.com/GrooveCommunity/aws-ami-builder

开源协议:

下载


AWS AMI Builder

A GitHub Workflow automation repository to build AWS AMIs from Packer template files pushed to the main branch.

Environment “unstable” is used used to approve releases from main branch workflows.

Available AMIs

  • debian-10-amd64-cis
    • OS: Debian
    • Version: 10 (Buster)
    • Hardening: PCI-DSS compliant, [cisecurity.org] (thanks to ovh/debian-cis)
    • Includes:
      • git (stable)
      • ansible 3.0.0
    • Artifacts:
      • :page_facing_up: debian-cis-apply.log - Hardening scripts log output.
      • :page_facing_up: debian-cis-audit-all.log - Auditing log output (post-apply execution).
  • elasticsearch-7-11-1-amd64
    • From: debian-10-amd64-cis
    • Application: Elasticsearch
    • Application Version: 7.11.1
    • Includes:
    • Instructions:
      • /home/admin/elasticsearch/bin contains Elasticsearch binary files;
      • /home/admin/elasticsearch-exporter/elasticsearch_exporter is the binary to start the metrics server;
  • kibana-7-11-1-amd64
    • From: debian-10-amd64-cis
    • Application: Kibana
    • Application Version: 7.11.1
    • Instructions:
      • /home/admin/kibana/bin contains Kibana binary files;
  • logstash-7-11-1-amd64
    • From: debian-10-amd64-cis
    • Application: Logstash
    • Application Version: 7.11.1 (OSS)
    • Instructions:
      • /home/admin/logstash/bin contains Logstash binary files;