{"id":27064802,"url":"https://github.com/beastmp/msc-devops-bootcamp-infrastructure","last_synced_at":"2025-09-24T01:45:58.375Z","repository":{"id":283577670,"uuid":"948792131","full_name":"beastmp/msc-devops-bootcamp-infrastructure","owner":"beastmp","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-21T00:10:54.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T13:42:29.029Z","etag":null,"topics":["devops","project-devops-bootcamp","terraform"],"latest_commit_sha":null,"homepage":"","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/beastmp.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,"zenodo":null}},"created_at":"2025-03-15T01:08:32.000Z","updated_at":"2025-03-21T21:45:24.000Z","dependencies_parsed_at":"2025-03-22T01:31:48.631Z","dependency_job_id":null,"html_url":"https://github.com/beastmp/msc-devops-bootcamp-infrastructure","commit_stats":null,"previous_names":["beastmp/msc-devops-bootcamp-infrastructure"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/beastmp/msc-devops-bootcamp-infrastructure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastmp%2Fmsc-devops-bootcamp-infrastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastmp%2Fmsc-devops-bootcamp-infrastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastmp%2Fmsc-devops-bootcamp-infrastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastmp%2Fmsc-devops-bootcamp-infrastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beastmp","download_url":"https://codeload.github.com/beastmp/msc-devops-bootcamp-infrastructure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beastmp%2Fmsc-devops-bootcamp-infrastructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276678846,"owners_count":25684804,"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-09-23T02:00:09.130Z","response_time":73,"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":["devops","project-devops-bootcamp","terraform"],"created_at":"2025-04-05T17:19:08.441Z","updated_at":"2025-09-24T01:45:58.365Z","avatar_url":"https://github.com/beastmp.png","language":"HCL","readme":"# DevOps Bootcamp\n\n## Overview\n\nThis repository contains the infrastructure code, resources, and documentation for the CloudMart project, developed as part of the DevOps Bootcamp. The project demonstrates modern DevOps practices, infrastructure as code, containerization, and AI integration in a multi-cloud environment.\n\n## Project Structure\n\nThe project is organized into four main repositories:\n\n- **msc-devops-bootcamp-infrastructure** (this repo): Infrastructure as code with Terraform and documentation\n- **msc-devops-bootcamp-frontend**: React-based UI for the CloudMart e-commerce application \n- **msc-devops-bootcamp-backend**: Node.js API with AWS service integrations\n- **msc-devops-bootcamp-kubernetes**: Kubernetes configuration for deployment\n\n### This Repository Structure\n\n```\nmsc-devops-bootcamp/\n├── docs/                   # Daily tutorials and guides\n│   ├── Day01.md            # Terraform basics with AWS\n│   ├── Day02.md            # Docker and Kubernetes setup\n│   ├── Day03.md            # CI/CD with AWS CodePipeline\n│   ├── Day04.md            # AI integration with Bedrock and OpenAI\n│   └── Day05.md            # Multi-cloud setup with Google Cloud\n├── modules/                # Terraform modules\n│   ├── compute/            # EC2 and EKS resources\n│   │   ├── ec2/            # EC2 instance configuration\n│   │   └── eks/            # EKS cluster and user configuration\n│   ├── container/          # Container registry resources\n│   │   └── ecr/            # ECR repository configuration\n│   ├── pipeline/           # CI/CD pipeline resources\n│   │   └── codepipeline/   # AWS CodePipeline configuration\n│   ├── security/           # Security-related resources\n│   │   ├── iam/            # IAM roles and policies\n│   │   └── kms/            # Encryption key management\n│   └── storage/            # Storage resources\n│       ├── dynamodb/       # DynamoDB tables\n│       └── s3/             # S3 buckets\n└── README.md               # Project documentation\n```\n\n## Infrastructure Components\n\nThis repository contains Terraform modules for:\n\n1. **Amazon ECR Repositories**: Docker image registry for CloudMart frontend and backend\n2. **Amazon EKS Cluster**: Kubernetes cluster for container orchestration\n3. **EC2 Instances**: Compute resources for development and CI/CD processes\n4. **IAM Roles and Policies**: Identity and access management for AWS resources\n5. **DynamoDB Tables**: NoSQL database tables for product and order data\n\n## Daily Learning Path\n\nThe `docs` directory contains step-by-step tutorials for each day of the bootcamp:\n\n1. **Day 1**: Introduction to Terraform and AWS, setting up foundational infrastructure\n2. **Day 2**: Docker containerization and Kubernetes deployment on AWS EKS\n3. **Day 3**: Implementing CI/CD with AWS CodePipeline and GitHub integration\n4. **Day 4**: AI integration using AWS Bedrock and OpenAI\n5. **Day 5**: Multi-cloud setup with Google Cloud BigQuery and Azure Text Analytics\n\n## Prerequisites\n\n- Git\n- Docker and Docker Compose\n- Kubernetes CLI (kubectl)\n- AWS CLI\n- Terraform (v1.0 or later)\n- A code editor (VS Code recommended)\n- Node.js (for frontend/backend development)\n- AWS account with appropriate permissions\n- Google Cloud and Azure accounts (for multi-cloud components)\n\n## Getting Started\n\n1. Clone all repositories:\n   ```bash\n   git clone https://github.com/beastmp/msc-devops-bootcamp-infrastructure.git\n   git clone https://github.com/beastmp/msc-devops-bootcamp-frontend.git\n   git clone https://github.com/beastmp/msc-devops-bootcamp-backend.git\n   git clone https://github.com/beastmp/msc-devops-bootcamp-kubernetes.git\n   ```\n\n2. Open the workspace file to load all projects in VS Code:\n   ```bash\n   code docs/msc-devops-bootcamp.code-workspace\n   ```\n\n3. Follow the day-by-day instructions in the docs folder to progress through the bootcamp.\n\n## Terraform Usage\n\nInitialize Terraform in the project root:\n```bash\nterraform init\n```\n\nCreate the required AWS resources:\n```bash\nterraform apply\n```\n\n## Development Workflow\n\n1. Create a feature branch from `main`\n2. Implement your changes using the Terraform modules\n3. Test your changes locally\n4. Submit a Pull Request\n5. After code review and approval, merge to `main`\n6. Apply changes to your cloud environment\n\n## CloudMart E-commerce Application\n\nThe CloudMart application is a modern e-commerce platform with:\n\n- Product catalog and shopping cart functionality\n- Order management system\n- AI-powered product recommendations using AWS Bedrock\n- Customer support chat using OpenAI\n- Multi-cloud analytics with Google BigQuery and Azure Text Analytics\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Contact\n\nFor questions or support, please contact [beastmpdevelopment@gmail.com](mailto:beastmpdevelopment@gmail.com)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeastmp%2Fmsc-devops-bootcamp-infrastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeastmp%2Fmsc-devops-bootcamp-infrastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeastmp%2Fmsc-devops-bootcamp-infrastructure/lists"}