![Listing Thumbnail](https://d7umqicpi7263.cloudfront.net/img/product/229e2973-0af8-4cc8-a1eb-72a3040f5837.png)
![Listing Thumbnail](https://d7umqicpi7263.cloudfront.net/img/product/229e2973-0af8-4cc8-a1eb-72a3040f5837.png)
Overview
Selenium Dynamic Grid
Preinstalled Selenium Grid setup with isolated Docker environments for running remote Selenium tests concurrently.
Host a Virtual Machine with a Selenium Dynamic Grid to Run Your Selenium Scripts Remotely in AWS
Launch a VM instance with this Amazon Machine Image (AMI) to set up your own Selenium Grid in the cloud in under five minutes. This self-configuring server image includes a Docker environment featuring a Selenium Dynamic Grid on Ubuntu. Connect to the Selenium Grid using its public IPv4 address on port 4444: http://<PublicIpAddressOfGridServer>:4444/wd/hub. Selenium is perfect for test automation, routine web task automation, web crawlers, and app monitoring.
How it works:
The Dynamic Grid enables you to run remote Selenium tests concurrently in isolated Docker environments. The maximum number of concurrent sessions depends on the number of vCPUs in your instance. For example, a virtual machine with 4 vCPUs can execute up to four scripts simultaneously. The Grid server automatically queues incoming requests to prevent overload.
Easy Usage (Example in Python):
capabilities = {'browserName': 'chrome'} driver = webdriver.Remote(command_executor = 'http://<PublicIpAddressOfGridServer>:4444/wd/hub', desired_capabilities = capabilities) driver.get("https://www.whatismybrowser.com") driver.save_screenshot('screenshot.png') driver.quit()``` This AMI is designed to be minimal, featuring only the Selenium Dynamic Grid Docker environment, ensuring a clean and lightweight virtual machine. For further assistance, contact our expert cloud team via email at support@silverlining.cloud or through [live chat on our website](https://silverlining.cloud). Detailed documentation for this image is available here: [https://www.silverlining.cloud/docs/aws/selenium-dynamic-grid](https://www.silverlining.cloud/docs/aws/selenium-dynamic-grid). ## Get your own Selenium Grid in the Cloud now!Highlights
- One-click deployment of a fully featured Selenium Dynamic Grid powered by Docker containers on headless Ubuntu.
- Seamless remote execution of Selenium scripts on all three major browsers in headless mode: Chrome, Firefox, and Edge.
- Configured and supported by the SilverLining.Cloud team. Contact us via live chat on our website or email us at support@silverlining.cloud
Details
Typical total price
$0.064/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t1.micro | $0.025 | $0.02 | $0.045 |
t2.nano | $0.025 | $0.006 | $0.031 |
t2.micro AWS Free Tier | $0.025 | $0.012 | $0.037 |
t2.small | $0.012 | $0.023 | $0.035 |
t2.medium Recommended | $0.018 | $0.046 | $0.064 |
t2.large | $0.018 | $0.093 | $0.111 |
t2.xlarge | $0.025 | $0.186 | $0.211 |
t2.2xlarge | $0.033 | $0.371 | $0.404 |
t3.nano | $0.025 | $0.005 | $0.03 |
t3.micro AWS Free Tier | $0.025 | $0.01 | $0.035 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp3) volumes | $0.08/per GB/month of provisioned storage |
Vendor refund policy
For any issues, please reach out to our support team at support@silverlining.cloud or contact us via live chat to raise your case.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
This major release includes an upgrade from Ubuntu 20.04 to the latest Ubuntu 24.04, along with updates to the Docker and Selenium images to their most recent versions.
Additional details
Usage instructions
Click here for detailed usage instructions with tutorials, screenshots, and troubleshooting tips.
Manage Grid Server:
The Dynamic Grid starts automatically with every reboot of the EC2 instance. By default, it is accessible via the public IPv4 address of the instance on port 4444 (e.g. http://3.88.10.54:4444 ). Ensure that both the instance's security group and your local network allow traffic on this port. Since the Dynamic Grid is publicly accessible from the internet, consider restricting access to your specific IP address for enhanced security.
Run Selenium scripts remotely
This example demonstrates Python using Edge. Visit our documentation for additional language support, including Node.js and Java.
from selenium import webdriver
options = webdriver.EdgeOptions()
driver = webdriver.Remote(
command_executor='http://<public.ip.v4.address>:4444/wd/hub',
options=options.
)
driver.get("https://www.whatismybrowser.com ").
driver.save_screenshot('screenshot.png').
driver.quit()
We keep software installations to a minimum, and no sensitive data is stored on the virtual machine instance. If you encounter any issues or have additional questions, please refer to our documentation or reach out to our support team.
Resources
Vendor resources
Support
Vendor support
For assistance with deployment issues, configuration, integration, troubleshooting, or feature requests, contact us at support@silverlining.cloud or chat live with our experts on our website.
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
![Hadoop on Debian 11 with support by AskforCloud LLC](https://d7umqicpi7263.cloudfront.net/img/product/425e914c-49c6-4433-ac7c-e4ca8e548539.png)
![Ubuntu 22 LTS deploy w/ A51 Console by aMiSTACX](https://d7umqicpi7263.cloudfront.net/img/product/49a013ff-cb94-4903-a586-a0eb34a8ed71.png)
![Apiable - API portal for Amazon API Gateway](https://d7umqicpi7263.cloudfront.net/img/product/bda6c32a-0e74-43be-bac7-6ab1312690ea.png)