{"id":24812863,"url":"https://github.com/fintech-lsi/fintech-infrastructure","last_synced_at":"2026-02-26T07:44:20.217Z","repository":{"id":273280962,"uuid":"889556538","full_name":"Fintech-LSI/fintech-infrastructure","owner":"Fintech-LSI","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-19T21:01:47.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-01T14:51:57.663Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fintech-LSI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-11-16T16:21:45.000Z","updated_at":"2025-01-19T23:13:32.000Z","dependencies_parsed_at":"2025-01-20T00:27:21.853Z","dependency_job_id":"8e598f6a-9d8e-42f1-ad35-79995b2f4ebd","html_url":"https://github.com/Fintech-LSI/fintech-infrastructure","commit_stats":null,"previous_names":["fintech-lsi/fintech-infrastructure"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Fintech-LSI/fintech-infrastructure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fintech-LSI%2Ffintech-infrastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fintech-LSI%2Ffintech-infrastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fintech-LSI%2Ffintech-infrastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fintech-LSI%2Ffintech-infrastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fintech-LSI","download_url":"https://codeload.github.com/Fintech-LSI/fintech-infrastructure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fintech-LSI%2Ffintech-infrastructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29851728,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":[],"created_at":"2025-01-30T14:38:27.328Z","updated_at":"2026-02-26T07:44:20.202Z","avatar_url":"https://github.com/Fintech-LSI.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fintech-Infrastructure\n\nThis repository contains the Terraform configuration for deploying a microservices-based infrastructure on AWS for the Fintech project. The architecture is designed for scalability, high availability, and observability, using AWS services such as EKS, RDS, S3, and others. The infrastructure is modular and divided into multiple components for easier management.\n\n## Architecture Overview\n\nThe infrastructure consists of the following components:\n\n- **AWS VPC**: The base networking layer, including public subnets across multiple availability zones.\n- **Amazon RDS**: Database instances for PostgreSQL and MySQL.\n- **Amazon EKS**: Kubernetes cluster for deploying and managing microservices.\n- **Amazon S3**: Object storage for static files and backups.\n- **Amazon ECR**: Container registry for Docker images.\n- **EC2 Jenkins**: CI/CD pipeline using Jenkins.\n- **IAM**: Secure access and permissions management.\n- **CloudWatch**: Monitoring and logging for observability.\n\n### Architecture Diagram\n\nBelow is the high-level architecture diagram of the system:\n\n![Infrastructure Architecture](terraform.drawio.png)\n\n## Components\n\n### ECR\nThis module provisions an Amazon Elastic Container Registry (ECR) for storing Docker images.\n\n### EKS, RDS, and S3\nThis module includes the setup for:\n- Amazon EKS for container orchestration.\n- Amazon RDS for PostgreSQL and MySQL database instances.\n- Amazon S3 for object storage.\n\n### Jenkins\nThis module sets up an EC2 instance running Jenkins for CI/CD pipelines.\n\n### VPC and Security Groups\nThis module configures a Virtual Private Cloud (VPC) and related security groups to ensure secure communication between resources.\n\n## Prerequisites\n\n- Terraform v1.4+\n- AWS CLI configured with proper access credentials\n- Access to an AWS account\n\n\n\n\n## How to Use\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Fintech-LSI/fintech-infrastructure.git\n   cd fintech-infrastructure\n   ```\n\n2. Initialize Terraform:\n   ```bash\n   terraform init\n   ```\n\n3. Review and apply the changes:\n   ```bash\n   terraform plan\n   terraform apply\n   ```\n\n4. Follow the prompts to confirm the deployment.\n\n## AWS Services Used\n\n- **Amazon VPC**: Networking layer.\n- **Amazon EKS**: Kubernetes cluster.\n- **Amazon RDS**: Relational databases (PostgreSQL, MySQL).\n- **Amazon S3**: Storage for backups and static files.\n- **Amazon ECR**: Docker image registry.\n- **Amazon EC2**: Compute resources for Jenkins.\n- **CloudWatch**: Logging and monitoring.\n- **IAM**: Access and identity management.\n\n## Contributing\n\nIf you'd like to contribute, please create a pull request with your changes and include a description of the update. All contributions are welcome.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffintech-lsi%2Ffintech-infrastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffintech-lsi%2Ffintech-infrastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffintech-lsi%2Ffintech-infrastructure/lists"}