{"id":20882348,"url":"https://github.com/ab/elb","last_synced_at":"2026-04-17T04:02:11.139Z","repository":{"id":3087126,"uuid":"4111406","full_name":"ab/elb","owner":"ab","description":"Mirror of Amazon ELB Tools","archived":false,"fork":false,"pushed_at":"2012-04-23T09:23:26.000Z","size":6624,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T20:16:27.651Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://aws.amazon.com/developertools/2536","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ab.png","metadata":{"files":{"readme":"README.TXT","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-23T09:22:03.000Z","updated_at":"2013-01-08T20:58:52.000Z","dependencies_parsed_at":"2022-09-10T23:02:48.169Z","dependency_job_id":null,"html_url":"https://github.com/ab/elb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ab/elb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab%2Felb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab%2Felb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab%2Felb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab%2Felb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ab","download_url":"https://codeload.github.com/ab/elb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ab%2Felb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31914458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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-18T07:31:12.152Z","updated_at":"2026-04-17T04:02:11.113Z","avatar_url":"https://github.com/ab.png","language":"Shell","readme":"Elastic Load Balancing (ELB) Command Line Tool\r\n==============================================\r\n\r\nInstallation:\r\n-------------\r\n\r\n1. Ensure that JAVA version 1.5 or higher is installed on your system: (java -version)\r\n2. Unzip the deployment zip file\r\n3. Set the following environment variables:\r\n3.1 AWS_ELB_HOME - The directory where the deployment files were copied to\r\n        check with:\r\n           Unix: ls ${AWS_ELB_HOME}/bin should list elb-enable-zones-for-lb  ...)\r\n           Windows: dir %AWS_ELB_HOME%\\bin should list elb-enable-zones-for-lb  ...)\r\n3.2 JAVA_HOME - Java Installation home directory\r\n4. Add ${AWS_ELB_HOME}/bin (in Windows: %AWS_ELB_HOME%\\bin) to your path\r\n\r\nConfiguration:\r\n--------------\r\n                                                                                                                                                             \r\nProvide the command line tool with your AWS user credentials.  There\r\nare two ways you can provide credentails: AWS keys, or using X.509\r\ncertificates.\r\n                                                                                                                                                             \r\nUsing AWS Keys\r\n--------------\r\n                                                                                                                                                             \r\n1. Create a credential file: The deployment includes a template file ${AWS_ELB_HOME}/credential-file-path.template.\r\n     Edit a copy of this file to add your information.\r\n     On UNIX, limit permissions to the owner of the credential file: $ chmod 600 \u003cthe file created above\u003e.\r\n2. There are several ways to provide your credential information:\r\n      a. Set the following environment variable: AWS_CREDENTIAL_FILE=\u003cthe file created in 1\u003e\r\n      b. Alternatively, provide the following option with every command --aws-credential-file \u003cthe file created in 1\u003e\r\n      c. Explicitly specify credentials on the command line: --I ACCESS_KEY --S SECRET_KEY\r\n                                                                                                                                                             \r\nUsing X.509 Certs\r\n-----------------\r\n                                                                                                                                                             \r\n1. Save your cetificate and private keys to files: e.g. my-cert.pem\r\nand my-pk.pem.\r\n                                                                                                                                                             \r\n2. There are two ways to provide the certificate information to the\r\ncommand line tool\r\n    a.  Set the following environment variables:\r\n        EC2_CERT=/path/to/cert/file\r\n        EC2_PRIVATE_KEY=/path/to/key/file\r\n    b.  Specify the files directly on command-line for every command\r\n        \u003ccommand\u003e --ec2-cert-file-path=/path/to/cert/file --ec2-private-key-file-path=/path/to/key/file\r\n\r\nSetting custom JVM properties\r\n-----------------------------\r\n                                                                                                                                                         \r\nBy setting the environment variable SERVICE_JVM_ARGS, you can pass arbitrary JVM properties to the command line.\r\nFor example, the following line sets proxy server properties in Linux/UNIX\r\n  export SERVICE_JVM_ARGS=\"-Dhttp.proxyHost=http://my.proxy.com -Dhttp.proxyPort=8080\"\r\n\r\n\r\nRunning:\r\n---------\r\n\r\n1. Check that your setup works properly, run the following command:\r\n   $ elb-cmd --help\r\n      You should see the usage page for all Load Balancing commands\r\n\r\n   $ elb-describe-lbs --headers\r\n      You should see a header line. If you have LoadBalancers already created, you will see a description line for each LoadBalancer\r\n\r\n\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab%2Felb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fab%2Felb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fab%2Felb/lists"}