Restrict Hubs for certain IP #3135
-
Hello, I need to restrict the access of the room of my aws hubs at few range of IP address for a customer . So only the users who have the IP address could access to the room . Should I do that when I start to launch the pile in cloudformation ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Currently this isn't an option in the cloudformation template or on the Hubs side. The way we limit access is through these options: https://hubs.mozilla.com/docs/hubs-cloud-limiting-user-access.html Although I haven't done this myself, you may be able to do this after deploying the stack on the AWS side with custom IAM settings for accessing your EC2 instance. With AWS HC, the infrastructure is yours to do what you need. Good luck! We'd love to hear what you've found. |
Beta Was this translation helpful? Give feedback.
Currently this isn't an option in the cloudformation template or on the Hubs side. The way we limit access is through these options: https://hubs.mozilla.com/docs/hubs-cloud-limiting-user-access.html
OR with custom settings on a custom client: https://hubs.mozilla.com/docs/hubs-cloud-custom-clients.html
Although I haven't done this myself, you may be able to do this after deploying the stack on the AWS side with custom IAM settings for accessing your EC2 instance. With AWS HC, the infrastructure is yours to do what you need.
Good luck! We'd love to hear what you've found.