{"id":28955842,"url":"https://github.com/prithwish01/cloudcomputing","last_synced_at":"2025-06-23T20:11:51.731Z","repository":{"id":300568468,"uuid":"1006455284","full_name":"Prithwish01/cloudcomputing","owner":"Prithwish01","description":"Explore cloud computing concepts with NI6504. Enhance your skills and knowledge in cloud technologies. ☁️💻","archived":false,"fork":false,"pushed_at":"2025-06-22T12:16:08.000Z","size":4826,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-22T13:25:44.611Z","etag":null,"topics":["automation","aws","aws-lambda","aws-s3","cloudcomputing","developer","devops-tools","docker-compose","google-kubernetes-engine","hadoop","hbase","hdfs","jenkins","kubernetes","microsoft","microsoft-azure","pagerank","yncrea"],"latest_commit_sha":null,"homepage":"https://prithwish01.github.io","language":null,"has_issues":false,"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/Prithwish01.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-06-22T10:05:45.000Z","updated_at":"2025-06-22T12:16:11.000Z","dependencies_parsed_at":"2025-06-22T13:25:48.547Z","dependency_job_id":"64946e12-7032-437a-b2cd-d65880b61321","html_url":"https://github.com/Prithwish01/cloudcomputing","commit_stats":null,"previous_names":["prithwish01/cloudcomputing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Prithwish01/cloudcomputing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prithwish01%2Fcloudcomputing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prithwish01%2Fcloudcomputing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prithwish01%2Fcloudcomputing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prithwish01%2Fcloudcomputing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prithwish01","download_url":"https://codeload.github.com/Prithwish01/cloudcomputing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prithwish01%2Fcloudcomputing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261548755,"owners_count":23175502,"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","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","aws-lambda","aws-s3","cloudcomputing","developer","devops-tools","docker-compose","google-kubernetes-engine","hadoop","hbase","hdfs","jenkins","kubernetes","microsoft","microsoft-azure","pagerank","yncrea"],"created_at":"2025-06-23T20:11:51.052Z","updated_at":"2025-06-23T20:11:51.717Z","avatar_url":"https://github.com/Prithwish01.png","language":null,"readme":"# Cloud Computing: Auto-Scaling and Server Management with AWS ☁️\n\n![Cloud Computing](https://img.shields.io/badge/Cloud%20Computing-AWS%20Solutions-blue.svg)\n[![Latest Release](https://img.shields.io/github/release/Prithwish01/cloudcomputing.svg)](https://github.com/Prithwish01/cloudcomputing/releases)\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Architecture](#architecture)\n- [Setup Instructions](#setup-instructions)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Overview\n\nThis repository, **NI6504 Cloud Computing**, focuses on building a scalable and efficient cloud infrastructure using various AWS services. The project aims to demonstrate how to manage resources effectively in a cloud environment. \n\nYou can find the latest releases [here](https://github.com/Prithwish01/cloudcomputing/releases). Download the necessary files and execute them to get started.\n\n## Features\n\n- **Auto-Scaling Group**: Automatically adjusts the number of EC2 instances based on demand.\n- **AWS EC2**: Provides resizable compute capacity in the cloud.\n- **AWS Lambda**: Enables you to run code without provisioning servers.\n- **AWS S3**: Offers scalable storage for your data.\n- **Cloud Architecture**: Implements best practices for building cloud-native applications.\n- **Database Server**: Configured to support data storage and retrieval.\n- **Elastic Beanstalk**: Simplifies the deployment and scaling of web applications.\n- **Infrastructure as Code**: Manages infrastructure through code.\n\n## Technologies Used\n\n- **Amazon Web Services (AWS)**: Core cloud services used.\n- **Terraform**: For infrastructure as code.\n- **Docker**: Containerization of applications.\n- **Node.js**: For backend services.\n- **React**: For frontend development.\n- **MySQL**: As the database solution.\n\n## Architecture\n\nThe architecture consists of several key components:\n\n1. **User Interface**: A React application hosted on AWS S3.\n2. **Backend Services**: Node.js applications running on AWS EC2 instances.\n3. **Database Layer**: MySQL database hosted on AWS RDS.\n4. **Auto-Scaling Group**: Dynamically adjusts the number of EC2 instances based on traffic.\n5. **Serverless Functions**: AWS Lambda functions handle specific tasks without managing servers.\n\n![Architecture Diagram](https://example.com/path/to/architecture-diagram.png)\n\n## Setup Instructions\n\nTo set up the project, follow these steps:\n\n1. **Clone the Repository**: \n   ```bash\n   git clone https://github.com/Prithwish01/cloudcomputing.git\n   cd cloudcomputing\n   ```\n\n2. **Install Dependencies**:\n   For Node.js backend:\n   ```bash\n   cd backend\n   npm install\n   ```\n\n   For React frontend:\n   ```bash\n   cd frontend\n   npm install\n   ```\n\n3. **Configure AWS Credentials**:\n   Ensure you have AWS CLI installed and configured with your credentials.\n\n4. **Deploy Infrastructure**:\n   Use Terraform to deploy the infrastructure.\n   ```bash\n   cd terraform\n   terraform init\n   terraform apply\n   ```\n\n5. **Run the Application**:\n   Start the backend server:\n   ```bash\n   cd backend\n   npm start\n   ```\n\n   Start the frontend application:\n   ```bash\n   cd frontend\n   npm start\n   ```\n\n## Usage\n\nOnce the application is running, you can access it via your web browser. The application allows users to interact with various AWS services, showcasing the power of cloud computing. \n\n- **Access the UI**: Navigate to `http://localhost:3000` to view the frontend.\n- **Monitor EC2 Instances**: Use the AWS Management Console to view and manage EC2 instances.\n- **Check Logs**: View logs in AWS CloudWatch for monitoring and troubleshooting.\n\n## Contributing\n\nContributions are welcome! If you have suggestions or improvements, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/YourFeature\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add your feature\"\n   ```\n4. Push to your fork:\n   ```bash\n   git push origin feature/YourFeature\n   ```\n5. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nFor any questions or inquiries, feel free to reach out:\n\n- **Author**: Prithwish\n- **Email**: prithwish@example.com\n- **GitHub**: [Prithwish01](https://github.com/Prithwish01)\n\nYou can also check the latest releases [here](https://github.com/Prithwish01/cloudcomputing/releases) for updates and new features. Download the necessary files and execute them to enhance your cloud computing experience.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprithwish01%2Fcloudcomputing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprithwish01%2Fcloudcomputing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprithwish01%2Fcloudcomputing/lists"}