{"id":25828164,"url":"https://github.com/joeycloudio/nextwork-devops-webapp","last_synced_at":"2026-02-12T08:32:42.315Z","repository":{"id":277791580,"uuid":"933458397","full_name":"joeycloudio/nextwork-devops-webapp","owner":"joeycloudio","description":"CI/CD Pipeline \u0026 DevOps Automation with AWS | Implemented a fully automated CI/CD pipeline for an AWS-based web application using AWS CodePipeline, CodeBuild, CodeDeploy, and CodeArtifact. Includes GitHub integration, automated testing, and Infrastructure as Code (IaC) with AWS CloudFormation","archived":false,"fork":false,"pushed_at":"2025-03-12T04:07:10.000Z","size":2048,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T02:41:20.320Z","etag":null,"topics":["automation","aws","aws-cli","aws-cloudformation","aws-codebuild","aws-codedeploy","aws-codepipeline","cicd","cloud-computing","devops","git","github-actions","infrastructure-as-code","linux","python","software-deployment"],"latest_commit_sha":null,"homepage":"https://www.linkedin.com/in/joeyacosta/details/projects/?profileId=ACoAAB7ou8oBjn5EJiakJ3xUtk1v2cMcEHwrcMQ","language":"Java","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/joeycloudio.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-02-16T02:06:37.000Z","updated_at":"2025-03-12T04:07:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"95c492a7-161a-47a6-9747-a25845fc5228","html_url":"https://github.com/joeycloudio/nextwork-devops-webapp","commit_stats":null,"previous_names":["joeycloudio/nextwork-devops-webapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joeycloudio/nextwork-devops-webapp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeycloudio%2Fnextwork-devops-webapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeycloudio%2Fnextwork-devops-webapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeycloudio%2Fnextwork-devops-webapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeycloudio%2Fnextwork-devops-webapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeycloudio","download_url":"https://codeload.github.com/joeycloudio/nextwork-devops-webapp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeycloudio%2Fnextwork-devops-webapp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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","aws-cli","aws-cloudformation","aws-codebuild","aws-codedeploy","aws-codepipeline","cicd","cloud-computing","devops","git","github-actions","infrastructure-as-code","linux","python","software-deployment"],"created_at":"2025-02-28T17:24:00.426Z","updated_at":"2026-02-12T08:32:42.298Z","avatar_url":"https://github.com/joeycloudio.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CI/CD Pipeline \u0026 DevOps Automation with AWS\n_This project is part of a 7-part DevOps series, where I implemented a fully automated CI/CD pipeline for an AWS-based web application._\n\n![architecture-complete.png](architecture-complete.png)\n\n## ⚠️ Problem Statment  \nManual deployments are slow, error-prone, and can cause downtime.  \n\n## 📈 Business Impact   \n✅ Eliminates manual deployments and speeds up software delivery.  \n✅ Reduces downtime \u0026 risk by testing infrastructure before deployment.  \n✅ Ensures dev/prod parity—code behaves the same in all environments.  \n\n## 🏢 How Companies Use This  \nAny company doing frequent deployments (e.g., SaaS companies, fintech) benefits from automated pipelines.\n\u003cbr\u003e\n\n## Table of Contents\n- [Technologies Used](#technologies-used)\n- [Setup and Deployment](#setup-and-deployment)\n- [Challenges Faced](#challenges-faced)\n- [Key Learnings](#key-learnings)\n- [Future Enhancements](#future-enhancements)\n- [Contact](#contact)\n\n\u003cbr\u003e\n\n## Technologies Used\n\n- Version Control: Git, GitHub\n- CI/CD Automation: AWS CodePipeline, CodeBuild, CodeDeploy, CodeArtifact\n- Infrastructure as Code (IaC): AWS CloudFormation\n- Development: VSCode, AWS EC2 (for development environment)\n- Automation \u0026 Scripting: AWS CLI\n\n\u003cbr\u003e\n\n## Setup and Deployment\nTo set up this project on your local machine:\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/joeycloudio/nextwork-devops-webapp.git\n    ```\n2. Navigate to the project directory:\n    ```bash\n    cd nextwork-devops-webapp\n    ```\n3. Install dependencies:\n    ```bash\n    mvn install\n    ```\n4. Deploy using AWS CodePipeline:\n- Connect GitHub to AWS CodePipeline.\n- Define build and deployment stages using AWS services.\n\n\u003cbr\u003e\n\n## Challenges Faced\n⚠️ Frequent EC2 connection timeouts → Resolved by restarting VSCode and rebooting the instance.\u003cbr\u003e\n⚠️ Git authentication issue → Explored credential storage with git config --global credential.helper store.\u003cbr\u003e\n⚠️ CodeArtifact Setup Delays → Adjusted the pipeline to handle dependency storage efficiently.\n\n\u003cbr\u003e\n\n## Key Learnings\n✔️ Built a full CI/CD pipeline from scratch using AWS services.\u003cbr\u003e\n✔️ Mastered GitHub integration with AWS CodePipeline.\u003cbr\u003e\n✔️ Implemented automated deployments and rollback strategies with CodeDeploy.\u003cbr\u003e\n✔️ Used CloudFormation to provision infrastructure automatically.\n\n\u003cbr\u003e\n\n## Future Enhancements\n📌 Add monitoring \u0026 logging with AWS CloudWatch.\u003cbr\u003e\n📌 Implement IAM security best practices for pipeline access control.\u003cbr\u003e\n📌 Extend the pipeline to support multi-environment deployments (Dev → Staging → Prod).\n\n\u003cbr\u003e\n\n## Contact\n\n*   Email: joeyacostax@gmail.com\n\n*   [LinkedIn](https://www.linkedin.com/in/joeyacosta/)\n    \n*   [Portfolio \u0026 Other AWS Projects](https://learn.nextwork.org/portfolio)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeycloudio%2Fnextwork-devops-webapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeycloudio%2Fnextwork-devops-webapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeycloudio%2Fnextwork-devops-webapp/lists"}