{"id":31589486,"url":"https://github.com/uldyssian-sh/aws-eks-cluster-awscli","last_synced_at":"2025-10-06T02:53:30.868Z","repository":{"id":313910171,"uuid":"1053390495","full_name":"uldyssian-sh/aws-eks-cluster-awscli","owner":"uldyssian-sh","description":"AWS EKS cluster management and automation using AWS CLI and scripting","archived":false,"fork":false,"pushed_at":"2025-09-17T20:53:31.000Z","size":201,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T20:59:15.555Z","etag":null,"topics":["automation","aws","awscli","cloud","cluster","devops","eks","infrastructure","kubernetes","management","scripts","terraform"],"latest_commit_sha":null,"homepage":"https://github.com/uldyssian-sh/aws-eks-cluster-awscli/wiki","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uldyssian-sh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-09T11:38:06.000Z","updated_at":"2025-09-17T20:53:35.000Z","dependencies_parsed_at":"2025-09-09T14:38:38.403Z","dependency_job_id":"a7e365d4-6778-461b-85e0-ba3fce3d918e","html_url":"https://github.com/uldyssian-sh/aws-eks-cluster-awscli","commit_stats":null,"previous_names":["uldyssian-sh/aws-eks-cluster-awscli"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/uldyssian-sh/aws-eks-cluster-awscli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Faws-eks-cluster-awscli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Faws-eks-cluster-awscli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Faws-eks-cluster-awscli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Faws-eks-cluster-awscli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uldyssian-sh","download_url":"https://codeload.github.com/uldyssian-sh/aws-eks-cluster-awscli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uldyssian-sh%2Faws-eks-cluster-awscli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551493,"owners_count":26005388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","aws","awscli","cloud","cluster","devops","eks","infrastructure","kubernetes","management","scripts","terraform"],"created_at":"2025-10-06T02:53:28.966Z","updated_at":"2025-10-06T02:53:30.856Z","avatar_url":"https://github.com/uldyssian-sh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS EKS Cluster with AWS CLI\n\n[![CI](https://github.com/uldyssian-sh/aws-eks-cluster-awscli/workflows/CI/badge.svg)](https://github.com/uldyssian-sh/aws-eks-cluster-awscli/actions)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![AWS](https://img.shields.io/badge/AWS-EKS-orange.svg)](https://aws.amazon.com/eks/)\n\nEnterprise-grade AWS EKS cluster automation using AWS CLI with comprehensive security, monitoring, and cost optimization for GitHub Free tier.\n\n## 🚀 Features\n\n- **Automated EKS Cluster Deployment** - Complete cluster setup with AWS CLI\n- **Multi-AZ VPC Configuration** - High availability across 3 availability zones\n- **Security Best Practices** - Pod Security Standards, Network Policies, IAM roles\n- **Monitoring \u0026 Observability** - Prometheus, Grafana integration\n- **Cost Optimization** - GitHub Free tier compatible, resource optimization\n- **CI/CD Integration** - Automated testing and deployment workflows\n\n## 📋 Prerequisites\n\n- AWS CLI v2.x installed and configured\n- kubectl installed\n- Helm 3.x installed\n- jq for JSON processing\n- Valid AWS credentials with EKS permissions\n\n## 🛠️ Quick Start\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/uldyssian-sh/aws-eks-cluster-awscli.git\n   cd aws-eks-cluster-awscli\n   ```\n\n2. **Configure environment**\n   ```bash\n   cp .env.template .env\n   # Edit .env with your AWS configuration\n   ```\n\n3. **Create VPC infrastructure**\n   ```bash\n   ./scripts/create-vpc.sh\n   ```\n\n4. **Deploy EKS cluster**\n   ```bash\n   ./scripts/create-eks.sh\n   ```\n\n5. **Configure kubectl**\n   ```bash\n   ./scripts/configure-kubectl.sh\n   ```\n\n6. **Install add-ons**\n   ```bash\n   ./scripts/install-addons.sh\n   ```\n\n## 📁 Project Structure\n\n```\n├── .github/                 # GitHub workflows and templates\n├── cloudformation/          # CloudFormation templates\n├── docs/                   # Documentation\n├── examples/               # Example configurations\n├── iam/                    # IAM policies\n├── manifests/              # Kubernetes manifests\n├── scripts/                # Automation scripts\n├── terraform/              # Terraform configurations\n└── tests/                  # Test scripts\n```\n\n## 🔧 Configuration\n\n### Environment Variables\n\n| Variable | Description | Default |\n|----------|-------------|---------|\n| `AWS_REGION` | AWS region | `eu-central-1` |\n| `CLUSTER_NAME` | EKS cluster name | `eks-demo` |\n| `K8S_VERSION` | Kubernetes version | `1.29` |\n| `INSTANCE_TYPE` | Node instance type | `t3.medium` |\n| `DESIRED_SIZE` | Desired node count | `3` |\n\n### VPC Configuration\n\nThe CloudFormation template creates:\n- VPC with 3 public and 3 private subnets\n- Internet Gateway and NAT Gateway\n- Route tables and security groups\n- EKS-optimized networking\n\n## 🔒 Security Features\n\n- **Pod Security Standards** - Enforced security policies\n- **Network Policies** - Traffic segmentation\n- **IAM Roles** - Least privilege access\n- **Secrets Management** - Secure credential handling\n\n## 📊 Monitoring\n\n- **Prometheus** - Metrics collection\n- **Grafana** - Visualization dashboards\n- **Cluster Autoscaler** - Automatic scaling\n- **AWS Load Balancer Controller** - Ingress management\n\n## 🧪 Testing\n\nRun the test suite:\n```bash\n./tests/test-cluster.sh\n```\n\n## 🚀 Deployment\n\nThe repository includes automated CI/CD workflows:\n- **CI Pipeline** - Code validation and testing\n- **Deployment Pipeline** - Automated infrastructure deployment\n\n## 💰 Cost Optimization\n\nThis project is optimized for GitHub Free tier:\n- Single NAT Gateway configuration\n- t3.medium instances for cost efficiency\n- Automated resource cleanup scripts\n- Monitoring for cost tracking\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Add tests if applicable\n5. Submit a pull request\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🆘 Support\n\n- [Issues](https://github.com/uldyssian-sh/aws-eks-cluster-awscli/issues)\n- [Discussions](https://github.com/uldyssian-sh/aws-eks-cluster-awscli/discussions)\n- [Documentation](docs/)\n\n## 🔗 Related Projects\n\n- [AWS EKS Kasten](https://github.com/uldyssian-sh/aws-eks-cluster-kasten)\n- [Enterprise EKS Multi-AZ](https://github.com/uldyssian-sh/enterprise-eks-multi-az-cluster)\n\n---\n\n**Note**: This project follows AWS Well-Architected Framework principles and GitHub DevOps professional standards.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuldyssian-sh%2Faws-eks-cluster-awscli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuldyssian-sh%2Faws-eks-cluster-awscli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuldyssian-sh%2Faws-eks-cluster-awscli/lists"}