*******************************************
Run selenium test on Docker grid on EC2 server
*******************************************
To be continue,
- Select ‘Create new Key pair’
- Type Key pair name ‘DockerisedASeleniumGrid’
- Click on launch instance
- DockerisedASeleniumGrid.pem will be downloaded automatically to login to EC2 instance using SSH
- Success message
- That means EC2 instance successfully created7. Now let’s login to EC2 instance using SSH
- Open command prompt- Go to the location(download) where DockerisedSeleniumGrid.pem file is downloaded.
- Use below command
“ssh -i DockerisedSeleniumGrid.pem ec2-user@ec2_public_ip_address”
We have successfully created and launch the EC2 successfully, Now our next job is to install docker on EC2.
Check the below link
To go to previous post, click on below link
No comments:
Post a Comment