Overview
Running Selenium on an EC2 instance is the easiest way to get started with Selenium in the Cloud. It provides a reliable solution for your long running Selenium tasks. We offer Linux based (both Headless and with Graphic User Interface) as well as Windows based solutions for: Selenium Webdriver, Selenium Remote Webdriver & Selenium Grid. These tools are best suited for: Test Automation, Automating Routine Web Tasks, Web Crawlers and App Monitoring.
This AMI comes with complete & detailed documentation, sample code snippets and email support at support@silverlining.cloud . Whether you require assistance, wish to explore additional instance types, seek custom pricing solutions, or want to share valuable feedback, our dedicated support team is ready to assist you. Connect with us via email or engage in real-time conversations through live chat on our website. We're here to ensure your experience with us is seamless and tailored to your needs.
Configuration details for this AMI:
- Ubuntu Server 20.04 LTS
- Chrome & Firefox (+ Chromedriver & Geckodriver)
- Selenium Webdriver (+ sample code)
- Installed Language Bindings: Python, Java and NodeJS
About SilverLining.cloud We are an Independent Software Vendor and IT Development and Consulting company specializing in cloud-based solutions. We provide public cloud solutions to thousands of customers across the globe, day in and day out. Our clients rely on our cost-effective solutions for their simplicity, ease of use, reliability, and scalability.
Product preview image: https://aws3.link/YxxGrg
Highlights
- Headless Browser Automation with Selenium Webdriver
- Chrome & Firefox with installed language bindings for Python, Java and Javascript
- Configured and supported by the experts at SilverLining.Cloud
Details
Typical total price
$0.061/hour
Pricing
Free trial
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t1.micro | $0.021 | $0.02 | $0.041 |
t2.nano | $0.012 | $0.006 | $0.018 |
t2.micro AWS Free Tier | $0.01 | $0.012 | $0.022 |
t2.small | $0.01 | $0.023 | $0.033 |
t2.medium Recommended | $0.015 | $0.046 | $0.061 |
t2.large | $0.015 | $0.093 | $0.108 |
t2.xlarge | $0.021 | $0.186 | $0.207 |
t2.2xlarge | $0.027 | $0.371 | $0.398 |
t3.nano | $0.012 | $0.005 | $0.017 |
t3.micro AWS Free Tier | $0.015 | $0.01 | $0.025 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp3) volumes | $0.08/per GB/month of provisioned storage |
Vendor refund policy
Contact per email
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 LTS, as well as the integration of the Edge browser into our sample code scripts. Additionally, Python, NodeJS, and Java, along with their installed packages, have been updated to their most recent versions.
Additional details
Usage instructions
Find a detailed documentation at: https://www.silverlining.cloud/docs/aws/selenium-ubuntu
Get started by logging into the "ubuntu" user by connecting to the terminal using SSH on port 22 or by accessing the terminal from the EC2 management portal.
Preconfigured sample code with Selenium is available in Python, Java, and NodeJS. These code snippets demonstrate common browser operations, such as initializing the web driver, navigating to URLs, clicking elements, sending keys, scrolling, and taking screenshots.
Python: Access the Python directory with cd /home/ubuntu/Selenium/Python. Run one of the prebuilt scripts, such as sample-chrome.py, sample-firefox.py, or sample-edge.py, using the command: python sample-chrome.py
NodeJS: Access the NodeJS directory with cd /home/ubuntu/Selenium/NodeJS. Run one of the prebuilt scripts, such as sample-chrome.js, sample-firefox.js, or sample-edge.js, using the command: node sample-chrome.js
Java: Maven is preinstalled to build the project. Navigate to the Java directory with cd /home/ubuntu/Selenium/Java. Run one of the executable files, such as SampleChrome, SampleFirefox, or SampleEdge, using the command: mvn exec:java -Dexec.mainClass="com.example.SampleChrome"
Resources
Vendor resources
Support
Vendor support
Contact us at support@silverlining.cloud or chat with our experts live 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
Customer reviews
Not worth
Message: Service chromedriver unexpectedly exited. Status code was: 1
This AMI was supposed to have all included, wasn't it? Seems like it's better to spend some time doing everything yourself.
So glad I found this Service!
First of all, the Selenium instances created by Michael were expertly deployed and setup in a clean and efficient manner. We were able to get started right away, and we ran bot headless versions and GUI version in no time. The documentation is very clear, even for a novice. Anyone looking to run SELENIUM would benefit greatly from using these instances.
Now when we had requirements to go beyond EC2 instances, getting SELENIUM scripts running on LAMBDA, we reached out to Michael and he got back to us within 1 day and took on the mandate. If I could rate 11/10 I would. He translated our Java code to Python and expertly setup all elements of the process, having excellent knowledge of Amazon API services, AWS, EC2, and Lambda, as well as guiding is with our HTTP call parameters from Salesforce.
like I said ... 11/10 ... needless to say: highly recommended.
Almost everything you need...
Needed to test out a quick script and found this AMI. It has -almost- everything you need to run a headless selenium system. Curiously, it is missing Selenium. A quick install and everything I tested works.