简体   繁体   English

适用于5个用户的Amazon AWS EC2或WorkSpaces?

[英]Amazon AWS EC2 or WorkSpaces for 5 users?

I remotely manage a small company's network half-way around the world. 我在中途远程管理一家小型公司的网络。 They have 5 local users connecting to their Windows server sessions with RDP to a physical in-house Windows Server, and they want to migrate to cloud computing. 他们有5个本地用户使用RDP连接到其Windows Server会话,并连接到物理内部Windows Server,并且他们希望迁移到云计算。

I'm not sure WorkSpaces is the right solution, or if I should just stand up 5 EC2 instances one for each user. 我不确定WorkSpaces是否是正确的解决方案,或者我是否应该为每个用户站5个EC2实例。 But individual instances whether WorkSpaces or EC2 defeats the advantage of a single machine to install applications that are immediately available to all users who connect to their sessions by RDP. 但是,无论是WorkSpaces还是EC2,单个实例都无法利用一台机器来安装应用程序的优势,这些应用程序可立即供所有通过RDP连接到其会话的用户使用。

Windows RDS (Terminal Services) licensing requires a dedicated instance on AWS which is very expensive, otherwise I would do that. Windows RDS(终端服务)许可要求在AWS上使用专用实例,这非常昂贵,否则我会这样做。 Windows RDS licensing is not an option for on-demand or reserved EC2 instances. Windows RDS许可不是按需或保留EC2实例的选项。

If you've been down this road before, please let me know what you recommend. 如果您以前走过这条路,请告诉我您的建议。

You cannot remote desktop on AWS Workspaces. 您无法在AWS Workspaces上进行远程桌面。 It is a different model of compute. 这是一种不同的计算模型。 If you just need your 5 users to access your applications, you can use Workspaces to save TCO. 如果只需要5个用户访问您的应用程序,则可以使用Workspaces来节省TCO。 A typical use case for this are call centers where your end-users just need to access the apps. 典型的用例是呼叫中心,您的最终用户只需要在其中访问应用程序即可。

You pay Workspaces for monthly use whereas EC2 are paid by the hour/year/etc. 您需要为每月使用的工作空间付费,而EC2则按小时/年/等时间付费。

Launch a Windows EC2 instance with SQL Server on it. 启动带有SQL Server的Windows EC2实例。 Create 5 users for that server and provide the 5 users RDP access to that server. 为该服务器创建5个用户,并为5个用户提供对该服务器的RDP访问。 You can even create that instance in the region that is near to those 5 users. 您甚至可以在这5个用户附近的区域中创建该实例。

You will need Client Access License from Microsoft https://www.microsoft.com/en-us/licensing/product-licensing/client-access-license.aspx if you need more than 2 sessions on RDP. 如果在RDP上需要两个以上的会话,则需要Microsoft https://www.microsoft.com/zh-cn/licensing/product-licensing/client-access-license.aspx的客户端访问许可证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM