By using AWS re:Post, you agree to the AWS re:Post Terms of Use

How to connect remote web browser hosted on EC2 instance securely.

0

I am using selenium grid concept and hosting standalone chrome browser on EC2 instance using docker container. The way I access it is using "ip_address:7900" . But, the connection is not secure. How to make the connection secure.

asked 5 months ago341 views
1 Answer
1

You can follow standard selenium security concepts (https://stackoverflow.com/questions/44703347/how-to-set-up-secured-authentication-on-selenium-grid-for-connections-and-node-r)

Can you user VPNs or Public NATs ? Also use Security Groups to only open ports you need for it (INBOUND 4444 for Selenium and 7900 for Chrome browser.)

profile picture
EXPERT
answered 5 months ago
profile picture
EXPERT
reviewed 5 months ago
profile pictureAWS
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions