AWS Marketplace - Selenium Grid Hub Endpoint Windows Instructions

1. After launching, login using the username Administrator

2. Edit configuration file "C:\Program Files\gridc\gridc.cfg" with your Gridlastic Connect Subdomain ( has a "-gridc" suffix) which is available in your Gridlastic Dashboard after you start your selenium grid.

Note: if you need to use a corporate proxy to reach the internet, add a proxy reference line to the gridc.cfg:

server_addr: {your_gridlastic_connect_subdomain}.gridlastic.com:443
http_proxy: http://corporate-proxy-domain:3128
3. Start the hub endpoint in a CMD using environment variables like:
set GRIDC_USERNAME={REPLACE WITH YOUR GRIDLASTIC GRID USERNAME, SEE YOUR GRIDLASTIC DASHBOARD}
set GRIDC_ACCESS_KEY={REPLACE WITH YOUR GRIDLASTIC GRID ACCESS KEY, SEE YOUR GRIDLASTIC DASHBOARD}
"C:\Program Files\gridc\gridc.exe" -config "C:\Program Files\gridc\gridc.cfg" -hub 4444
4. Verify "Connected" status. If the status does not change, resize the CMD window to refresh the screen.


The hub endpoint is now available for anyone that have access to the instance on port 4444. In your selenium code you use it like
"http://USERNAME:ACCESS_KEY@INSTANCE_IP_DNS:4444/wd/hub"
Read more about Gridlastic Connect.