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. Learn more →
Top 23 HCL AWS Projects
-
terraform-aws-eks
Terraform module to create an Elastic Kubernetes (EKS) cluster and associated resources 🇺🇦
-
-
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.
-
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] } } }
-
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)
-
Project mention: Any tips on how to run auto scaling self-hosted GitLab runners well? | /r/devops | 2023-03-17
-
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.
-
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)
-
-
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-16https://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 🇺🇦
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.
-
-
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.
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.
-
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.
-
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 🇺🇦
-
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-components
Opinionated, self-contained Terraform root modules that each solve one, specific problem
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.
HCL AWS related posts
- official terraform module aws rds
- Build and Release Container Image to Amazon Elastic Container Registry (ECR) via Amazon CodeCatalyst
- Enabling GPU Nodes for PyTorch Workloads on EKS with Autoscaling
- Is there any advantage to running Karpenter and CordDNS in Fargate?
- I Got Rickrolled by a Terraform Module
- AWS to Begin Charging for Public IPv4 Addresses
- Introduce TerraJet - an AWS Terraform template that helps Node.js Developers save time in learning and deploying their Monolith application in AWS.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 28 Sep 2023
Index
What are some of the best open-source AWS projects in HCL? This list will help you:
Project | Stars | |
---|---|---|
1 | terraform-aws-eks | 3,796 |
2 | terraform-aws-vpc | 2,726 |
3 | terraform-aws-eks-blueprints | 2,169 |
4 | typhoon | 1,849 |
5 | terraform-aws-github-runner | 1,707 |
6 | tutorials | 1,593 |
7 | terraform-aws-secure-baseline | 1,064 |
8 | alternat | 825 |
9 | terraform-aws-rds | 789 |
10 | cloudblock | 734 |
11 | terraform-aws-lambda | 719 |
12 | terraform-aws-ec2-instance | 679 |
13 | terraform-aws-iam | 678 |
14 | modernisation-platform | 646 |
15 | terraform-examples | 617 |
16 | aws-eks-base | 610 |
17 | terraform-kubestack | 586 |
18 | terraform-aws-security-group | 527 |
19 | terraform-aws-gitlab-runner | 517 |
20 | terraform-aws-atlantis | 476 |
21 | terraform-aws-eks-cluster | 466 |
22 | terraform-aws-s3-bucket | 440 |
23 | terraform-aws-components | 425 |