HCL AWS

Open-source HCL projects categorized as AWS

Top 23 HCL AWS Projects

  • terraform-aws-eks

    Terraform module to create an Elastic Kubernetes (EKS) cluster and associated resources 🇺🇦

    Project mention: Need suggestions for managing eks terraform module | /r/Terraform | 2023-07-09
  • terraform-aws-vpc

    Terraform module which creates VPC resources on AWS 🇺🇦

    Project mention: An issue with terraform module 3.2.0 | /r/Terraform | 2023-05-28
  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

  • terraform-aws-eks-blueprints

    Configure and deploy complete EKS clusters.

    Project mention: Enabling GPU Nodes for PyTorch Workloads on EKS with Autoscaling | dev.to | 2023-09-12

    ## (https://github.com/aws-ia/terraform-aws-eks-blueprints) ## ... [other Terraform code] ## Cluster Configuration module "eks" { # ... [other configuration] self_managed_node_groups = { gpu_node_group = { node_group_name = "gpu-node-group" ami_type = "AL2_x86_64_GPU" capacity_type = "ON_DEMAND" instance_types = [ "g4dn.xlarge", "g4dn.2xlarge", ] # ... [other configuration] taints = { dedicated = { key = "nvidia.com/gpu" value = "true" effect = "NO_SCHEDULE" } } # ... [other configuration] } } }

  • typhoon

    Minimal and free Kubernetes distribution with Terraform

    Project mention: Kubernetes Exposed: One YAML Away from Disaster | news.ycombinator.com | 2023-08-08

    This is also why managed Kubernetes is a useful thing (EKS, GKE, et al)... but if you still want to do it yourself, maybe look into some Kubernetes distros (like Typhoon (https://typhoon.psdn.io) which I run on my clusters)

  • terraform-aws-github-runner

    Terraform module for scalable GitHub action runners on AWS

    Project mention: Any tips on how to run auto scaling self-hosted GitLab runners well? | /r/devops | 2023-03-17
  • tutorials

    DevOps Tutorials (by antonputra)

    Project mention: Can anyone suggest - step by step courses for a DevOps Engineer/Enthusiasts | /r/redhat | 2023-06-20
  • terraform-aws-secure-baseline

    Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations and AWS Foundational Security Best Practices.

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • alternat

    High availability implementation of AWS NAT instances.

    Project mention: AWS to Begin Charging for Public IPv4 Addresses | news.ycombinator.com | 2023-08-03

    We use https://github.com/1debit/alternat in our EKS cluster to save the AWS tax (surcharge for NAT on top of the egress fee)

  • terraform-aws-rds

    Terraform module which creates RDS resources on AWS 🇺🇦

    Project mention: official terraform module aws rds | /r/Terraform | 2023-09-28
  • cloudblock

    Cloudblock deploys secure ad-blocking and VPN for all devices. Text and video guides included! 6 supported cloud providers, plus Ubuntu and Raspberry Pi. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.

    Project mention: Install Pi Hole and configure to work with WireGuard on Free OCI Instance | /r/pihole | 2023-06-16

    https://github.com/chadgeary/cloudblock Another one which you can use but with less work

  • terraform-aws-lambda

    Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦

    Project mention: Serverless Semantic Search, Free tier only | news.ycombinator.com | 2023-07-12

    There are just too many required parameters to create a single handler. And then you need to do that N times for each handler. Take a look at a complete Terraform example for a lambda: https://github.com/terraform-aws-modules/terraform-aws-lambd...

    For a personal project it's just a bit much in my experience, especially since most personal projects can easily be served by a t3.micro.

  • terraform-aws-ec2-instance

    Terraform module which creates EC2 instance(s) on AWS 🇺🇦

  • terraform-aws-iam

    Terraform module which creates IAM resources on AWS 🇺🇦

    Project mention: Help with the official EKS module | /r/Terraform | 2023-05-30

    You need to create IRSA part and give it as a variable for addons. You can GitHub repository for more details https://github.com/terraform-aws-modules/terraform-aws-iam/tree/master/modules/iam-role-for-service-accounts-eks

  • modernisation-platform

    A place for the core work of the Modernisation Platform • This repository is defined and managed in Terraform

  • terraform-examples

    Terraform samples for all the major clouds you can copy and paste. The future, co-created.

    Project mention: I need to learn, Terraform, Ansible and GitHub, where did you start? | /r/sysadmin | 2023-05-08
  • aws-eks-base

    This boilerplate contains terraform configurations for the rapid deployment of a Kubernetes cluster, supporting services, and the underlying infrastructure in AWS.

  • terraform-kubestack

    Kubestack is a framework for Kubernetes platform engineering teams to define the entire cloud native stack in one Terraform code base and continuously evolve the platform safely through GitOps.

    Project mention: Goodbye Cloud, Hello CLI: Sunsetting Kubestack Cloud | dev.to | 2023-05-09

    I've recently released a major update for Kubestack, the Terraform framework for Kubernetes platform engineering teams. This update moves all functionality previously provided by Kubestack Cloud into the kbst CLI.

  • terraform-aws-security-group

    Terraform module which creates EC2-VPC security groups on AWS 🇺🇦

    Project mention: Security groups / rules are working but becoming unmanageable - how can I streamline this? | /r/Terraform | 2022-10-06

    I've got a terraform workspace that has grown very organically. I'm setting my security group rules in a locals definition then calling each type of rule from each of the local values. I've looked into the security group module by Anton but because we have a mixture of CIDRs and Secgroups (as destinations and sources) I do not believe we can leverage it the way it is intended to be.

  • terraform-aws-gitlab-runner

    Terraform module for AWS GitLab runners on ec2 (spot) instances

    Project mention: How to automate gitlab runner autoscaling on ec2 instances | /r/gitlab | 2023-04-08
  • terraform-aws-atlantis

    Terraform configurations for running Atlantis on AWS Fargate. Github, Gitlab and BitBucket are supported 🇺🇦

  • terraform-aws-eks-cluster

    Terraform module for provisioning an EKS cluster

    Project mention: What's everyone's favorite EKS Terraform module these days? | /r/kubernetes | 2023-07-03

    Anyone using eks blueprints or cloudposse's module?

  • terraform-aws-s3-bucket

    Terraform module which creates S3 bucket resources on AWS 🇺🇦

  • terraform-aws-components

    Opinionated, self-contained Terraform root modules that each solve one, specific problem

    Project mention: How to manage terraform code for large projects? | /r/Terraform | 2023-05-30

    The solution to your problem is to build smaller "root" modules that do one thing well. Here's how we do it: https://github.com/cloudposse/terraform-aws-components/tree/main/modules; we call ours "components". For example, we have hundreds.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-09-28.

HCL AWS related posts

Index

Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
www.sonarqube.org