{"id":16532999,"url":"https://github.com/jeff-pedro/challenge-devops-app","last_synced_at":"2026-04-15T22:32:37.469Z","repository":{"id":222845519,"uuid":"758523697","full_name":"jeff-pedro/challenge-devops-app","owner":"jeff-pedro","description":"Deploy a containerized application to Amazon ECS.","archived":false,"fork":false,"pushed_at":"2024-03-11T21:07:06.000Z","size":191,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-13T15:33:14.976Z","etag":null,"topics":["django","ecs","ecs-service","ecs-task","github-actions","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/jeff-pedro.png","metadata":{"files":{"readme":"docs/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-02-16T14:05:08.000Z","updated_at":"2024-05-22T02:17:14.000Z","dependencies_parsed_at":"2024-02-16T15:46:13.663Z","dependency_job_id":"d7dcece2-b4aa-4b31-87b2-e9a9ef920f2c","html_url":"https://github.com/jeff-pedro/challenge-devops-app","commit_stats":null,"previous_names":["jeff-pedro/challenge-devops","jeff-pedro/challenge-devops-app"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jeff-pedro/challenge-devops-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fchallenge-devops-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fchallenge-devops-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fchallenge-devops-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fchallenge-devops-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeff-pedro","download_url":"https://codeload.github.com/jeff-pedro/challenge-devops-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeff-pedro%2Fchallenge-devops-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31863492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["django","ecs","ecs-service","ecs-task","github-actions","python"],"created_at":"2024-10-11T18:13:54.698Z","updated_at":"2026-04-15T22:32:37.438Z","avatar_url":"https://github.com/jeff-pedro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca id=\"top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  # Challenge DevOps\n\n  \u003e Deploy an application in the cloud using docker container.\n\n  \u003ca\u003eEnglish\u003c/a\u003e -\n  \u003ca href=\"./README.md\"\u003ePortuguese\u003c/a\u003e\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\" \u003e\n\n  ![Tests](https://img.shields.io/github/actions/workflow/status/jeff-pedro/challenge-devops-app/build.yml?branch=main\u0026style=flat-square\u0026label=test)\n  ![Build](https://img.shields.io/github/actions/workflow/status/jeff-pedro/challenge-devops-app/deploy-ecs.yml?branch=main\u0026style=flat-square)\n  ![Release](https://img.shields.io/github/v/release/jeff-pedro/challenge-devops-app?display_name=tag\u0026include_prereleases\u0026style=flat-square)\n  ![Django Version](https://img.shields.io/badge/Django-3.1.5-blueviolet?style=flat-square\u0026logo=django)\n  ![Python Version](https://img.shields.io/pypi/pyversions/Django?style=flat-square\u0026logo=python\u0026color=orange)\n \n \n\u003c/div\u003e\n\n---\n\n## About\nThis project deploys an application to the cloud using a docker container.\n\nTo perform the deployment, a **Docker** image is built, the image is added to the **Amazon Elastic Container Repository (ECR)** and the container is run on the **Amazon Elastic Container Service (ECS)**.\n\nThe entire process takes place in an automated manner using **CI** and **CD** workflows from **Github Actions**. Where each **Pull Resquest** to the repository in the **_main branch_** triggers the execution of workflows to **test**, **build** and **deploy** the application on the cloud provider.\n\n\n## Technologies\n- **Container**: Docker\n- **Provider**: AWS\n- **Container Runner**: Amazon Elastic Container Service (ECS)\n- **Image Repository**: Amazon Elastic Container Repository (ECR)\n- **Infrastructure**: Terraform\n\n\n## Architecture\n\u003cdiv align=\"center\" \u003e\n\n  \u003cimg src=\"/docs/img/architecture.svg\" alt=\"architecture solution image\" width=\"400\" align=\"center\"/\u003e\n\n\u003c/div\u003e\n\n## Infrastructure\n- [challenge-devops-infra](https://github.com/jeff-pedro/challenge-devops-infra)\n\n\n---\n[Back to top](#top)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff-pedro%2Fchallenge-devops-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeff-pedro%2Fchallenge-devops-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeff-pedro%2Fchallenge-devops-app/lists"}