• Michelle-138172 (10/30/2015)


    I've been searching info on sql server clustering for 2014 standard edition on AWS, but it hasn't come up with a lot of options. Are there not many companies that need clustering in AWS?

    Yes, I work for a consulting company and we're setting up AWS HA solutions all the time. The trend is that more companies are moving to Azure and AWS.

    The options I can find are SIOS Datakeeper and DH2i DxEnterprise. It seems the latter has to use SIOS Datakeeper technology to resolve shared storage problem. AWS Elastic File System (EFS) could be a good substitute for Datakeeper, but EFS is still in preview and it costs 3 times as much of regular storage.

    I don't know anything about SIOS or DxEnterprise and it's been a year since I have done anything with SQL Server in AWS. Amazon has different storage tiers that you can use so there's no need for 3rd party storage.

    So what do you do for Clustering, or simply High Availability, in AWS for standard edition? Thanks.

    You can setup 2014 Std Edition on RDS or EC2. RDS is pretty much like having a VM - it's just offsite and someone else monitors the server, handles backups and stuff like that. I don't know anything about EC2 except that you can leverage EBS[/url]

    Here's a real good PDF that will might find to be very helpful.

    https://s3.amazonaws.com/quickstart-reference/microsoft/sql/latest/doc/Microsoft_WSFC_and_SQL_AlwaysOn_Quick_Start.pdf

    "I cant stress enough the importance of switching from a sequential files mindset to set-based thinking. After you make the switch, you can spend your time tuning and optimizing your queries instead of maintaining lengthy, poor-performing code."

    -- Itzik Ben-Gan 2001