1 Answer
- Newest
- Most votes
- Most comments
0
While you could do this by placing a load balancer in a public subnet and then setting the Workspaces instance as an IP target I would strongly not recommend it. Yes, it will work but doing this adds extra cost to the environment and is kind of not what Workspaces is designed to do. I'd also think very long and hard about running production (or even dev/test) workloads on a machine that you are actively using as a desktop.
Instead, spin up an EC2 instance of an appropriate size and run the application there. Whether you use a load balancer or not is up to you but I would not be using Workspaces for this.
Relevant content
asked 2 years ago
- AWS OFFICIALUpdated a year ago

Thank you for your answer and time!