You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about your request
As a software engineer, I want to deploy a Selenium Grid in ECS Fargate with Chrome and Firefox nodes running in headless mode.
I currently can have only Chrome deployed because it can be configured for not using /dev/shm. As far as I know, Firefox headless needs /dev/shm.
The idea behind my request is to enable a Fargate task to use /dev/shm or tmpfs as it's possible in ECS.
Which service(s) is this request for?
Fargate
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Currently, for giving access to /dev/shm to my container inside a task, I am doing the following in my Cloudformation manifest:
The volume is mounted correctly but Firefox keep failing.
Here is an error message I got from my Firefox container:
WARNING: failed to open shm: Permission denied: file /builds/worker/workspace/build/src/ipc/chromium/src/base/shared_memory_posix.cc, line 250
Are you currently working around this issue?
I have tried to with what I explained just before, but it won't work due to the ACL attached to the volume and due to the fact that, as for now, ECS Fargate disallow using /dev/shm and tmpfs.
A previous issue was open here. @fenxiong suggested to re-open the issue in this repository.
The text was updated successfully, but these errors were encountered:
Community Note
Tell us about your request
As a software engineer, I want to deploy a Selenium Grid in ECS Fargate with Chrome and Firefox nodes running in headless mode.
I currently can have only Chrome deployed because it can be configured for not using
/dev/shm
. As far as I know, Firefox headless needs/dev/shm
.The idea behind my request is to enable a Fargate task to use
/dev/shm
ortmpfs
as it's possible in ECS.Which service(s) is this request for?
Fargate
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Currently, for giving access to
/dev/shm
to my container inside a task, I am doing the following in my Cloudformation manifest:The volume is mounted correctly but Firefox keep failing.
Here is an error message I got from my Firefox container:
Are you currently working around this issue?
I have tried to with what I explained just before, but it won't work due to the ACL attached to the volume and due to the fact that, as for now, ECS Fargate disallow using
/dev/shm
andtmpfs
.A previous issue was open here. @fenxiong suggested to re-open the issue in this repository.
The text was updated successfully, but these errors were encountered: