{"id":18217321,"url":"https://github.com/mauroo82/ssm-manager","last_synced_at":"2025-04-10T11:51:40.013Z","repository":{"id":259061288,"uuid":"876223626","full_name":"mauroo82/ssm-manager","owner":"mauroo82","description":"A desktop application for managing SSM session in AWS with a user-friendly GUI interface.","archived":false,"fork":false,"pushed_at":"2025-03-15T00:47:31.000Z","size":28044,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T10:45:35.284Z","etag":null,"topics":["aws","python","rdp","ssh","ssm"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mauroo82.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":"2024-10-21T15:50:16.000Z","updated_at":"2025-03-12T02:09:51.000Z","dependencies_parsed_at":"2024-11-09T02:23:44.867Z","dependency_job_id":"eefca5ed-9165-4024-a037-8af9a8dda425","html_url":"https://github.com/mauroo82/ssm-manager","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"88b9083485c7853c80ba9bc903d0bc32e9340d32"},"previous_names":["mauroo82/ssm-manager"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauroo82%2Fssm-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauroo82%2Fssm-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauroo82%2Fssm-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauroo82%2Fssm-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauroo82","download_url":"https://codeload.github.com/mauroo82/ssm-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248215191,"owners_count":21066621,"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":["aws","python","rdp","ssh","ssm"],"created_at":"2024-11-03T17:04:46.010Z","updated_at":"2025-04-10T11:51:39.995Z","avatar_url":"https://github.com/mauroo82.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SSM Manager (AWS)\nA desktop application for managing SSM session on AWS cloud with a user-friendly GUI interface.\n\n![Screenshot](image/screenshot4.jpg)\n\n  - [Description](#description)\n  - [Features](#features)\n    - [Core Functionality](#core-functionality)\n    - [Instance Management](#instance-management)\n    - [Connection Types](#connection-types)\n    - [Active Connection Management](#active-connection-management)\n    - [Additional Features](#additional-features)\n  - [Requirements](#Requirements)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [Development](#development)\n    - [Requirements](#requirements)\n    - [Setup Development Environment](#setup-development-environment)\n    - [Building from Source](#building-from-source)\n  - [Contributing](#contributing)\n  - [Bug reports](#bug-reports)\n  - [License](#license)\n  - [Acknowledgments](#acknowledgments)\n  - [Support](#support)\n\n\n## Description\n\nSSM Manager is a Windows desktop application that provides a graphical interface for managing AWS Systems Manager sessions. It simplifies the process of connecting to EC2 instances through AWS Systems Manager by providing an intuitive interface for SSH sessions, RDP connections, custom port forwarding, and host port forwarding.\n\n## Features\n\n### Core Functionality\n- **Profile and Region Management**\n  - Easy switching between AWS profiles\n  - Region selection\n  - Connection status monitoring\n  - Profile preferences persistence\n\n### Instance Management\n- **Instance Listing**\n  - Display of EC2 instances with SSM capability\n  - Real-time instance status updates\n  - Instance details (Name, ID, Type, OS, State, IP Address ecc..)\n\n### Connection Types\n- **SSH Sessions**\n  - Direct SSH connection to instances\n  - Session monitoring and management\n  - Automatic session cleanup\n\n- **RDP Connections**\n  - Automated RDP port forwarding setup\n  - Integration with Windows Remote Desktop\n  - Dynamic local port allocation\n\n- **Port Forwarding**\n  - User-defined port forwarding\n  - Dynamic local port assignment\n  - Connection monitoring\n  - Remote host connection through instances\n  - Custom remote host and port configuration\n  - Automatic local port management\n  \n\n### Active Connection Management\n- Real-time connection status monitoring\n- Active session termination\n- Connection details display\n\n### Additional Features\n- Logging system with configurable levels\n- Custom TPC port on local forwarding\n\n## Requirements\n\n- Windows 10 - 11 operating system\n- AWS CLI installed and configured [[instructions here](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)]\n- AWS SSM Plugin for AWS CLI installed [instructions here](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin.html)\n- Valid AWS credentials configured or alternative install and configure Leapp [[instructions here](https://github.com/Noovolari/leapp)]\n\n## Installation\n\n1. Download the latest release from the releases page [**HERE**](https://github.com/mauroo82/ssm-manager/releases/tag/1.1).\n2. Run the installer `setup.exe`.\n3. Ensure that AWS CLI and SSM Plugin are installed.\n   ```bash\n   aws --version\n   aws ssm start-session --version\n   ```\n5. Choose one of the following methods to configure AWS access:\n   - **Option A**: Configure AWS CLI and log in to AWS. [**Instructions here**](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)\n   - **Option B**: Install and configure Leapp, then log in to AWS. [**Instructions here**](https://github.com/Noovolari/leapp)\n6. Launch **SSM Manager**.\n7. You must have the SSM agent installed on your EC2 to show all features on SSM Manager\n8. Verify proper IAM permissions for SSM sessions\n\n\n## Usage\n\n1. Launch the application\n2. Select your AWS profile and region\n3. Click \"Connect\" to view available instances\n4. Use the action buttons to establish connections:\n   - SSH: Direct terminal access\n   - RDP: Remote desktop connection\n   - PORT: Custom port forwarding\n\n## Development\n\n### Requirements\n- Python 3.12+\n- flask\n- boto3\n- psutil\n- webview\n- requirements.txt for more details\n\n### Setup Development Environment\n```bash\ngit clone https://github.com/yourusername/aws-ssm-manager.git\ncd aws-ssm-manager\npip install -r requirements.txt\n```\n\n### Building from Source\n```bash\npyinstaller --onedir --noconsole --add-data \"static/css;static/css\" --add-data \"static/js;static/js\" --add-data \"templates;templates\" --add-data \"preferences.json;.\" --add-data \"image;image\" --add-data \"splash.jpg;.\" --add-data \"icon.ico;.\" --icon=icon.ico --name=\"SSM Manager\" --clean app.py\n\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.\n\n## Bug reports\n\nCreate an issue on GitHub, please include the following (if one of them is not applicable to the issue then it's not needed):\n  • The steps to reproduce the bug\n  • Logs file app.log\n  • The version of software\n  • Your OS \u0026 Browser including server OS\nWhat you were expecting to see\n\n## License\n\nMIT License\nCopyright (c) 2024 \n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n## Acknowledgments\n\n- a bit support for AI (i'm not super developer...)\n- All contributors who helped improve this tool\n\n## Support\n\nIf you encounter any problems or have suggestions, please open an issue in the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauroo82%2Fssm-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauroo82%2Fssm-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauroo82%2Fssm-manager/lists"}