Microsoft Workloads on AWS
Category: Compute
Convert Ansible playbooks for AMI creation into EC2 Image Builder component documents
In this post, I will show you how to automate the conversion of Ansible playbooks into EC2 Image Builder components. Automating this conversion is useful for migrations to EC2 Image Builder, where the amount of Ansible playbooks is considerable and manually creating an equivalent AWS Task Orchestrator and Executor (AWSTOE) component for each playbook becomes […]
How to set up Microsoft Office on Amazon EC2
Amazon Web Services (AWS) recently announced the general availability of Microsoft Office, along with Remote Desktop Service Subscriber Access License (RDS SAL), as license included offerings on Amazon Elastic Compute Cloud (Amazon EC2) instances. Empowering employees to work from anywhere with many different devices is at the core of many of our customers’ IT strategy. […]
Backup SQL Server databases to Amazon S3
In this blog post, I will explore the new functionality in SQL Server 2022 that allows you to run native backups directly to Amazon Simple Storage Service (Amazon S3). I will also review the best practices for security and considerations of cost and performance. Update: We have recently published a new blog on how to […]
Reduce failover times for SQL Server on Amazon EC2 instance using Network Load Balancer
This blog post will show you how to use AWS’ Network Load Balancer (NLB) to reduce outage time for legacy clients in response to a SQL Server Always On availability group failover A popular option to achieve SQL Server high availability (HA) is to implement SQL Server multi-subnet clustering for Always-On availability groups (AO-AG) across […]
Reserve your seat: Microsoft workloads on AWS sessions–including .NET–at re:Invent 2022
In just a few weeks, Amazon Web Services (AWS) will host its 11th annual re:Invent for both in-person and virtual attendees. Join us in Las Vegas from November 28th through December 2nd for a full week of keynotes, leadership sessions, bootcamps, breakout content, and technical deep dives. This year, there is a new Enterprise & […]
Join AWS at PASS Data Community Summit 2022
Join us at the PASS Data Community Summit 2022 in Seattle November 14 to 18, and we’ll show you how to accelerate the migration and modernization of your SQL Server workloads.
Running your modern CoreWCF application on AWS
In this blog post, we will show you how to deploy a CoreWCF application on an Amazon Linux Graviton2 instance. Also, we will provide a sample application that integrates with Amazon CloudWatch. This approach of running CoreWCF applications on Linux and integration with other AWS services gives customers the ability to improve performance, increase security, […]
Agilisium: Modernizing legacy data analytics platform with AWS
This post was written by Ananth Mahadevan Muralidharan, Senior Architect at Agilisium Consulting, and Vignesh Selvam, Senior DevOps Engineer at Agilisium Consulting, in collaboration with Jignesh Suthar, Sr. Partner Solutions Architect at AWS. Recently, one of our (Agilisium) customers asked us to help them modernize their data analytics technology platform. They were running their data […]
Provisioning SQL Server on Amazon EC2 with AWS Lambda, AWS Step Functions, and AWS Systems Manager
Automating the process of deploying SQL Server on Amazon EC2 not only simplifies the deployment, but it also gives customers the ability to spin up additional SQL Server instances for additional capacity or spin down instances when not in use to save money. The provisioning of SQL Server is a multi-step process that is outlined in this blog.
Port legacy VB.NET applications to .NET 6.0 with Porting Assistant for .NET
Since its release in 2002, Visual Basic .NET (VB.NET) has been a popular choice for software developers creating Windows-based applications. With the release of .NET 6.0, some exciting changes are available for developers. This version of .NET boasts some amazing features that are sure to make your applications faster, more reliable, and easier to maintain. […]