{"id":16143201,"url":"https://github.com/johnbedeir/aws-beanstalk","last_synced_at":"2026-01-19T22:31:14.168Z","repository":{"id":212495404,"uuid":"731632022","full_name":"johnbedeir/aws-beanstalk","owner":"johnbedeir","description":"This is a simple project how to deploy your python flask application on aws using aws beanstalk","archived":false,"fork":false,"pushed_at":"2023-12-20T00:02:35.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T19:28:01.647Z","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/johnbedeir.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":"2023-12-14T14:13:52.000Z","updated_at":"2024-12-01T23:43:03.000Z","dependencies_parsed_at":"2024-11-01T18:41:46.028Z","dependency_job_id":"30b2775e-80e8-4054-b3d7-15d5b6c22d21","html_url":"https://github.com/johnbedeir/aws-beanstalk","commit_stats":null,"previous_names":["johnbedeir/aws-beanstalk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johnbedeir/aws-beanstalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Faws-beanstalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Faws-beanstalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Faws-beanstalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Faws-beanstalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnbedeir","download_url":"https://codeload.github.com/johnbedeir/aws-beanstalk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Faws-beanstalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28587239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"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":[],"created_at":"2024-10-10T00:08:51.571Z","updated_at":"2026-01-19T22:31:14.152Z","avatar_url":"https://github.com/johnbedeir.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Elastic Beanstalk Deployment for Todo-App\n\nThis README outlines the steps for deploying the `todo-app`, a Python Flask application, to AWS Elastic Beanstalk. It includes setting up the environment, deploying the app, and basic management commands.\n\n## Prerequisites\n\n- Python 3.9\n- AWS CLI installed and configured with necessary AWS credentials.\n- AWS Elastic Beanstalk CLI (EB CLI)\n\n## Setup Manually (Recommended for applications without Database)\n\n### Step 1: Install AWS Elastic Beanstalk CLI\n\n```bash\npip3 install awsebcli\n```\n\n### Step 2: Initialize Your Elastic Beanstalk Application\n\n```bash\neb init -p \"Python 3.9\" todo-app\n```\n\nThis command initializes your EB application and sets Python 3.9 as the platform.\n\n### Step 3: Create an Elastic Beanstalk Environment\n\n```bash\neb create todo-app\n```\n\nThis command creates an EB environment named `todo-app`.\n\n### Step 4: Set Environment Variables\n\n```bash\neb setenv DATABASE_URL=mysql://username:password@hostname:port/dbname\n```\n\nReplace `username`, `password`, `hostname`, `port`, and `dbname` with your actual MySQL RDS credentials and database details.\n\n### Step 5: Deploy Your Application\n\n```bash\neb deploy\n```\n\nThis command deploys your application to the EB environment.\n\n### Step 6: Open Your Application in a Browser\n\n```bash\neb open\n```\n\nThis command opens your deployed application in the default web browser.\n\n## Management Commands\n\n### Listing Environments\n\n```bash\neb list\n```\n\nLists all the environments in your EB application.\n\n### Deleting an Application\n\n```bash\neb delete app-name\n```\n\nReplace `app-name` with the name of your application. This command deletes the specified EB application.\n\n### Terminating an Environment\n\n```bash\neb terminate environment-name\n```\n\nReplace `environment-name` with the name of your environment. This command terminates the specified EB environment.\n\n### Viewing Environment Events\n\n```bash\neb events\n```\n\nThis command shows recent events for your EB environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbedeir%2Faws-beanstalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnbedeir%2Faws-beanstalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbedeir%2Faws-beanstalk/lists"}