{"id":28475105,"url":"https://github.com/dsrathore1/ec2-manager","last_synced_at":"2026-05-05T19:32:39.271Z","repository":{"id":295406881,"uuid":"990021664","full_name":"dsrathore1/EC2-Manager","owner":"dsrathore1","description":"AWS EC2 Instance Manager UI is a lightweight, secure web-based interface for managing Amazon EC2 instances.","archived":false,"fork":false,"pushed_at":"2025-05-25T11:22:21.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-07T14:05:24.055Z","etag":null,"topics":["actions","css","docker","github-actions","good-first-issue","html","html-css-javascript","javascript"],"latest_commit_sha":null,"homepage":"","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/dsrathore1.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,"zenodo":null}},"created_at":"2025-05-25T10:42:08.000Z","updated_at":"2025-05-25T11:22:24.000Z","dependencies_parsed_at":"2025-05-25T11:48:15.487Z","dependency_job_id":null,"html_url":"https://github.com/dsrathore1/EC2-Manager","commit_stats":null,"previous_names":["dsrathore1/ec2-manager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dsrathore1/EC2-Manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsrathore1%2FEC2-Manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsrathore1%2FEC2-Manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsrathore1%2FEC2-Manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsrathore1%2FEC2-Manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsrathore1","download_url":"https://codeload.github.com/dsrathore1/EC2-Manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsrathore1%2FEC2-Manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266120103,"owners_count":23879257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","css","docker","github-actions","good-first-issue","html","html-css-javascript","javascript"],"created_at":"2025-06-07T14:05:23.790Z","updated_at":"2025-10-07T10:16:48.952Z","avatar_url":"https://github.com/dsrathore1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS EC2 Instance Manager UI\n\n**AWS EC2 Instance Manager UI** is a lightweight, secure web-based interface for managing Amazon EC2 instances. It enables users to view instance summaries and perform basic operations such as **Start**, **Stop**, and **Terminate**, all without storing any user data.\n\n## Features\n\n- Real-time summary of EC2 instances\n- Start, Stop, and Terminate EC2 instances\n- Stateless design — no credentials or data are stored\n- Built using HTML, CSS, and JavaScript (no frameworks)\n- Runs locally via Live Server (e.g., Visual Studio Code extension)\n- Docker support for containerized deployment\n- CI/CD via GitHub Actions\n- Licensed under the MIT License\n\n## Prerequisites\n\nTo use the application, the following AWS credentials are required:\n\n1. AWS Account ID\n2. AWS Access Key\n3. AWS Secret Key\n\n\u003e These credentials are used only in memory during the session. The application does not persist, transmit, or store any data.\n\n## Getting Started\n\n### Option 1: Run Locally with Live Server\n\n1. Clone the repository:\n\n```bash\n   git clone https://github.com/dsrathore1/ec2-manager.git\n   cd ec2-manager\n```\n\n2. Open the project folder in Visual Studio Code.\n\n3. Right-click on `index.html` and select **\"Open with Live Server\"**.\n\n4. The application will open in your browser at `http://127.0.0.1:5500/` (or similar).\n\n### Option 2: Run via Docker\n\nYou can also run the application in a Docker container.\n\n#### Build and Run Locally\n\n```bash\ndocker build -t ec2-manager-ui .\ndocker run -p 3000:80 ec2-manager-ui\n```\n\nAccess the app at: `http://localhost:5500`\n\n#### Or Pull Prebuilt Image from GHCR\n\n```bash\ndocker pull ghcr.io/dsrathore1/ec2-manager-ui:1.0\ndocker run -p 3000:80 ghcr.io/dsrathore1/ec2-manager-ui:1.0\n```\n\n## CI/CD with GitHub Actions\n\nThis project uses GitHub Actions to:\n\n- Build and validate Docker images\n- Publish images to GitHub Container Registry (`ghcr.io`)\n\nCI configuration is available in `.github/workflows/`.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute this software in accordance with the terms of the license.\n\n## Author\n\nEnhanced by **DS Rathore**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsrathore1%2Fec2-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsrathore1%2Fec2-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsrathore1%2Fec2-manager/lists"}