You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project helps serve as a boilerplate / template for a typical application running on Kubernetes which has been setup with: AWS EKS cluster, AWS RDS DB Instance (MySQL) for database, AWS S3 for storage, AWS Secrets Manager for secrets, AWS Application Load Balancer for load balancing, AWS CloudWatch for monitoring, AWS Route 53 for DNS and, VPC
The general, high-level Terraform configuration for GitHub, including thebootstrapping of basic GCP access for state management, and the creation andconfiguration of repositories and common resources.
Manage your GitHub organization's repositories using GitOps principles with a YAML-based configuration, GitHub Actions with reusable workflows, AWS S3 for storage, and GitHub App integration.
This repository automates AWS infrastructure deployment using Terraform and GitHub Actions. It includes Terraform configurations for an EC2 instance, S3 backend for state management, and a GitHub Actions workflow for `apply` and `destroy` operations. AWS credentials and IDs are securely managed via GitHub Secrets.