{"id":19889558,"url":"https://github.com/tsmx/beanstalktest","last_synced_at":"2026-06-08T01:01:26.640Z","repository":{"id":116727261,"uuid":"201312415","full_name":"tsmx/BeanstalkTest","owner":"tsmx","description":"Test-project for AWS Beanstalk using NodeJS.","archived":false,"fork":false,"pushed_at":"2022-12-19T11:54:27.000Z","size":568,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T04:44:13.152Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsmx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-08-08T18:09:34.000Z","updated_at":"2022-12-19T11:53:49.000Z","dependencies_parsed_at":"2023-07-13T11:18:02.955Z","dependency_job_id":null,"html_url":"https://github.com/tsmx/BeanstalkTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsmx/BeanstalkTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmx%2FBeanstalkTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmx%2FBeanstalkTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmx%2FBeanstalkTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmx%2FBeanstalkTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsmx","download_url":"https://codeload.github.com/tsmx/BeanstalkTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmx%2FBeanstalkTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34043822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"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":[],"created_at":"2024-11-12T18:10:45.407Z","updated_at":"2026-06-08T01:01:26.551Z","avatar_url":"https://github.com/tsmx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Beanstalk Test with NodeJS and Express\n\nThis is a (very simple) test project to demonstrate and test the AWS Elastic Beanstalk stack with NodeJS.\n\nSetting up Beanstalk at AWS:\n- in the app main folder run the following command\n  ```\n  eb init (IAM credentials with rights to Beantsalk needed)\n  eb create 'environment-name'\n  eb create 'environment-name' --vpc --vpc.elbpublic (create inside a VPC with public available Loadbalancer --\u003e VPC-ID and Subnets needed!)\n  eb deploy\n  eb terminate 'environment-name' (will delete the entire environment)\n  ```\n\nUseful commands / hints:\n- for IAM: create a group and user with sufficient rights for Beanstalk\n   - create a role with 'AWSElasticBeanstalkFullAccess'\n   - create a user and assign the role\n- eb list (lists all available environments of the app)\n- create ssl cert: \n  ```\n  openssl req -x509 -newkey rsa:2048 -keyout test.key -out test.crt -days 365 -nodes\n  ```\n  Note: Only keys up to 2048bits are supported by the AWS Cert Manager!!! (as of 2019) 4096bit keys are only working through direct IAM upload.\n- save complex configurations and recall them at \n  ```\n  eb create --cfg 'config-name' 'environment-name'\n  ```\n- a running environment cannot be stopped, only terminated!\n   - a running environment causes costs for EC2 even without requests / in idle mode! (take into account when just playing around...)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsmx%2Fbeanstalktest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsmx%2Fbeanstalktest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsmx%2Fbeanstalktest/lists"}