<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Migration Archives | Cloudar</title>
	<atom:link href="https://cloudar.be/category/migration/feed/" rel="self" type="application/rss+xml" />
	<link>https://cloudar.be/category/migration/</link>
	<description>100% Focus On AWS // 100% Customer Obsession</description>
	<lastBuildDate>Tue, 08 Sep 2026 08:18:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Broadcom just removed the VDDK. Here is how you still get from VMware to AWS.</title>
		<link>https://cloudar.be/awsblog/broadcom-just-removed-the-vddk-here-is-how-you-still-get-from-vmware-to-aws/</link>
		
		<dc:creator><![CDATA[Tom De Blende]]></dc:creator>
		<pubDate>Tue, 08 Sep 2026 08:18:39 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[MGN]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[VMware]]></category>
		<guid isPermaLink="false">https://cloudar.be/?p=22825</guid>

					<description><![CDATA[<p>Broadcom pulled the public VDDK downloads on 25 August 2026, which breaks AWS MGN agentless replication for any new install. Here is what still works, with the concrete AWS paths off vSphere.</p>
<p>The post <a href="https://cloudar.be/awsblog/broadcom-just-removed-the-vddk-here-is-how-you-still-get-from-vmware-to-aws/">Broadcom just removed the VDDK. Here is how you still get from VMware to AWS.</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>On 25 August 2026, the public download pages for the VMware Virtual Disk Development Kit disappeared. Every URL on developer.broadcom.com that used to serve a VDDK tarball now returns a 404 or a JSON error, tested from multiple regions. There was no deprecation notice, no transition period, no archive and no replacement. Customers who opened support cases have been told, in writing, that the VDDK is no longer available for use or download, and that Broadcom maintains its SDKs for authorised technology alliance partners building backup and recovery software.</p>
<p>If you have never heard of the VDDK, that is normal. It is a C library, not a product. It is also the component that lets software outside the hypervisor open a VMDK and read blocks out of it. Combined with Changed Block Tracking, it is what makes agentless migration and agentless backup possible at all. Take it away and a large part of the tooling that reads VMware disks from the outside stops being installable.</p>
<p>Plenty of platforms are affected. This post is only about one of them: AWS. If you are running vSphere and you have been telling yourself that the migration project can wait another budget cycle, this is the part where the calculation changes.</p>
<h2>What actually broke on the AWS side</h2>
<p>AWS Transform MGN, still widely known as AWS Application Migration Service, offers two replication methods for VMware sources.</p>
<p><strong>Agentless snapshot-based replication</strong> runs through the MGN vCenter Client, a software bundle you install on a dedicated Linux VM inside your vSphere environment. It discovers your VMs through vCenter, then for each replication run it takes a VMware snapshot, uses CBT to work out which blocks changed, and reads those blocks with the VDDK before shipping them to AWS.</p>
<p>The VDDK is not bundled with the client. It cannot be, because the licence forbids redistribution. You supply it yourself. The AWS documentation is explicit about the version:</p>
<blockquote><p>You must log in to your Broadcomm account and download VDDK 7.0.3.3 to the VM on which the MGN vCenter Client is installed. VDDK 7.0.3.3 must be used, regardless of the vCenter version used.</p></blockquote>
<p>The installer takes it as a parameter, <code class="" data-line="">--vddk-path</code>, pointing at the tarball on local disk.</p>
<p>That is the whole problem in one line. VDDK 7.0.3.3 is a 7.0 line release. The 7.x downloads were already unreliable before August, and now the entire download tree is gone. As of writing, that documentation page is unchanged and still tells you to go and fetch a file that cannot be fetched. AWS has published nothing about the change: no bulletin, no what&#8217;s-new post, no documentation update. So a customer starting a greenfield agentless deployment today follows the runbook, hits a dead link at step four, and has no official guidance telling them why.</p>
<p><strong>Agent-based replication</strong> installs the AWS Replication Agent inside the guest OS. It reads blocks through its own kernel-level driver, talks directly to a replication server in your staging subnet, and never touches the VDDK, vCenter or VMware snapshots. Nothing about it changed on 25 August.</p>
<p>Two things follow from that, and they matter more than the headlines suggest.</p>
<p>First, the practical damage on AWS is narrower than on platforms whose only migration path was VDDK-based. AWS&#8217;s own FAQ has said for years that agent-based replication is the default recommendation for all use cases, with agentless reserved for the exceptions: security policy that forbids installing agents, or an OS the agent does not support. The supported operating system lists for the two methods are in fact identical, so in practice the exception is almost always the policy one. Broadcom removed AWS&#8217;s fallback, not its main road.</p>
<p>Second, &#8220;narrower&#8221; is not &#8220;none&#8221;. If you are the organisation whose change board does not allow third-party agents in the guest, or you inherited an estate where nobody has working credentials for a few hundred VMs, agentless was the answer and it is now gone for new installs.</p>
<p>One nuance worth stating plainly because we have not seen AWS confirm it: an existing vCenter Client installation already has the VDDK on disk, and the client auto-updates itself independently of the VDDK. Running replications are not expected to break. But rebuild that VM, move to a new AWS account, or add a second vCenter environment, and you are back at the 404. Treat every existing vCenter Client as a single point of failure you can no longer reprovision.</p>
<h2>Four routes to AWS that do not need a download from Broadcom</h2>
<h3>1. Agent-based MGN, deployed at scale with the MGN connector</h3>
<p>The reflex objection to agent-based migration is that somebody has to log into every VM. That was true a few years ago. It is not the current state of the tooling, and this is the single most useful thing to know if the VDDK removal is what pushed you into a decision.</p>
<p>The MGN connector is a Linux VM in your source environment, registered to AWS through a Systems Manager hybrid activation, that pushes the replication agent out to your source servers for you. You give it network reachability to the sources and a set of source credentials in AWS Secrets Manager, and it handles prerequisite validation, installation on both Windows and Linux, and post-install verification. Installation of the connector itself takes a couple of minutes and is a one-time task per source environment. AWS Transform will now generate the IAM roles, the hybrid activation code and the ready-to-run install command for you through its console flow, or hand you a CloudFormation template if you would rather own the IAM yourself.</p>
<p>For the servers the connector cannot reach, the manual install is a single command. On Linux:</p>
<pre><code class="language-bash" data-line="">wget -O ./aws-replication-installer-init \
  https://aws-application-migration-service-eu-west-1.s3.eu-west-1.amazonaws.com/latest/linux/aws-replication-installer-init

chmod +x aws-replication-installer-init

sudo ./aws-replication-installer-init \
  --region eu-west-1 \
  --user-provided-id vm-prod-app-014 \
  --no-replication \
  --no-prompt
</code></pre>
<p>Two flags earn their keep on a large migration. <code class="" data-line="">--user-provided-id</code> sets the identifier MGN uses to recognise the server consistently, which is also what AWS Transform keys on when it maps your inventory into wave plans, so set it at install time rather than trying to reconcile later. <code class="" data-line="">--no-replication</code> installs without starting the data flow, which lets you pre-stage agents across hundreds of servers and then switch on replication wave by wave instead of saturating your uplink and your MGN quotas on day one.</p>
<p>Validate the installer hash before you push it estate-wide. It is published per region alongside the binary.</p>
<p>What you need in place, and what tends to be the actual project work rather than the agent install:</p>
<ul>
<li>Outbound TCP 443 from every source server to the regional MGN endpoint, and TCP 1500 to the replication servers in your staging subnet. PrivateLink over Direct Connect or Site-to-Site VPN if the data must not cross the internet.</li>
<li>A staging area subnet with routing to S3, since the replication server fetches its own components from there. This is the single most common cause of a replication that installs cleanly and then stalls.</li>
<li>Root or administrator on each guest. The Linux installer creates an <code class="" data-line="">aws-replication</code> user and adds it to sudoers, and fails if it cannot.</li>
<li>Kernel headers on the Linux guests matching the running kernel.</li>
</ul>
<p>The compensation for the extra guest-level work is real: continuous block-level replication rather than periodic snapshot shipping, which means a cutover window measured in minutes instead of waiting for a final snapshot to complete, and no VMware snapshots sitting on your production datastores slowing disk performance during the whole migration.</p>
<h3>2. The cached tarball, with a caveat you should not skip</h3>
<p>If someone in your organisation still has <code class="" data-line="">VMware-vix-disklib-7.0.3.3-*.tar.gz</code> on a build host, a backup appliance or an old runbook attachment, it will still work. The installer only wants a path. Checksums for the 7.0 and 8.0 lines are recoverable from cached copies of the portal, so verify what you hold rather than trusting the filename.</p>
<p>The caveat: Broadcom&#8217;s own wording to customers is that the VDDK is no longer available for use or download. Not just download. We are not lawyers and this is not legal advice, but if your plan depends on a cached copy of a proprietary library whose vendor has just told customers it is not available for use, that is a question for your legal team before it becomes a question for your auditor. Ask it now, not the week before cutover.</p>
<h3>3. Offline export through VM Import/Export</h3>
<p>This is the path that needs no VDDK and no agent at all. Export the VM from vSphere as an OVA or a stream-optimised VMDK using vCenter&#8217;s own export function or OVF Tool, upload it to S3, and import it as an AMI:</p>
<pre><code class="language-bash" data-line="">aws ec2 import-image \
  --disk-containers Format=ova,UserBucket=&quot;{S3Bucket=my-import-bucket,S3Key=vms/app014.ova}&quot;
</code></pre>
<p>You need an IAM service role named <code class="" data-line="">vmimport</code> with a trust policy for <code class="" data-line="">vmie.amazonaws.com</code> and permissions on the source bucket and on EC2. Supported input formats are OVA, VMDK, VHD, VHDX and raw.</p>
<p>Be honest with yourself about what this path costs before you make it the plan for more than a handful of servers:</p>
<ul>
<li>No CBT, so every attempt is a full copy. A failed import is a full re-copy.</li>
<li>Staging storage for the exports, on-premises and in S3, sized for your largest VMs.</li>
<li>Real downtime, because you export a powered-off or quiesced VM and there is no delta sync afterwards.</li>
<li>Genuine limitations. VMs using Raw Device Mapping are not supported, only VMDK disk images. Encrypted volumes are not supported. Dual-boot configurations are not supported. Neither is the VMware SEsparse delta-file format, nor arm64. Machines that got where they are through a physical-to-virtual conversion are not supported. There is a defined supported-OS matrix and older or unusual guests fall outside it.</li>
</ul>
<p>VM Import/Export is a good tool for a controlled set of appliances and stragglers. It is not a replacement for a replication-based migration of a few hundred workloads, and anyone who tells you otherwise has not tried it at that scale.</p>
<h3>4. Stop moving the VM</h3>
<p>The uncomfortable observation in a lot of migration assessments is that a meaningful slice of the estate should not be rehosted at all. A file server becomes Amazon FSx or S3 with DataSync doing the copy. A SQL Server or Oracle instance becomes an RDS instance with AWS DMS handling the load and change data capture. An application server that was built by hand in 2016 gets rebuilt from a pipeline, which is faster than debugging why its agent will not install.</p>
<p>None of those paths care about the VDDK, because none of them read the virtual disk. If your agentless plan just died, this is a good moment to re-run the assessment and ask which VMs you were only lifting because lifting looked cheap.</p>
<h2>What to do in the next two weeks</h2>
<ol>
<li><strong>Inventory what you hold.</strong> Search your build hosts, backup appliances and documentation attachments for VDDK tarballs. Checksum them. Treat them as assets with an expiry date, and get the licensing question in front of legal.</li>
<li><strong>Check whether you actually have an existing vCenter Client.</strong> If yes, freeze it. No rebuilds, no account moves, no second environment, until you have a tested alternative.</li>
<li><strong>Test the agent on your hardest 5 percent.</strong> Not your easy Linux fleet. The 2012 R2 box nobody logs into, the appliance with a vendor-locked OS, the VM whose kernel headers are missing. Those are the servers that will decide whether agent-based works for you, and you want to know in September, not in March.</li>
<li><strong>Exercise the OVA path once, deliberately.</strong> Export one real VM, import it, boot it, log in. A fallback you have never run is not a fallback.</li>
<li><strong>Put the date on the wall.</strong> General support for vSphere 8 ends on 11 October 2027, with technical guidance running to 2029. That is your outer bound, and it is closer than it looks once you subtract assessment, network design, wave planning and testing.</li>
</ol>
<h2>The pattern is the point</h2>
<p>Broadcom is reportedly bringing back a refreshed vSphere Standard aimed at smaller estates, discussed in interviews at VMware Explore rather than announced from a stage, with details promised in October. Read alongside the VDDK removal, the two moves are hard to reconcile as a coherent retention strategy. One says come back, the smaller edition is being looked after. The other quietly removes a dependency that the entire third-party exit ecosystem was built on, with no notice and no replacement.</p>
<p>Whatever the intent, the operational conclusion is the same. The technical routes off vSphere are being narrowed, not widened, and they are being narrowed without warning. The VDDK went away on a Tuesday. Nothing says the next dependency will give you more notice.</p>
<p>If you are going to leave, the cost of leaving is lowest while you still have working tooling, a supported hypervisor version, and time to test. That window is not open indefinitely.</p>
<h2>Where Cloudar fits</h2>
<p>We have done this often enough to know which parts of a VMware to AWS migration are the hard parts, and the disk copy is rarely one of them. The hard parts are the dependency mapping nobody documented, the network translation, the wave sequencing, the servers that resist every automated approach, and the operational handover afterwards. We work through those with AWS Transform and MGN where they fit, and around them where they do not.</p>
<p>If the VDDK removal has just invalidated your migration plan, or if it has made you realise you did not have one, <a href="https://cloudar.be/services-solutions/aws-migration-expertise-guidance/">our AWS migration practice</a> is the place to start. We are an AWS Premier Partner and Migration Competency partner based in Belgium, and we would rather assess your estate honestly than sell you a lift-and-shift you will regret.</p>
<p>For the strategic side of the same question, why the timing of your VMware exit matters as much as the mechanics, see <a href="https://cloudar.be/awsblog/leaving-vmware-is-a-question-of-timing/">Leaving VMware is a question of timing</a>.</p>
<p><em>All AWS documentation references were verified on 8 September 2026. AWS had published no guidance on the VDDK removal at that point, and the MGN vCenter Client requirements page still instructed customers to download VDDK 7.0.3.3 from Broadcom.</em></p>
<p>The post <a href="https://cloudar.be/awsblog/broadcom-just-removed-the-vddk-here-is-how-you-still-get-from-vmware-to-aws/">Broadcom just removed the VDDK. Here is how you still get from VMware to AWS.</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Leaving VMware is a question of timing</title>
		<link>https://cloudar.be/awsblog/leaving-vmware-is-a-question-of-timing/</link>
		
		<dc:creator><![CDATA[Tom De Blende]]></dc:creator>
		<pubDate>Wed, 01 Jul 2026 06:18:20 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">https://cloudar.be/?p=22759</guid>

					<description><![CDATA[<p>Broadcom rewrote the VMware rules and general support for VCF 8 ends on 11 October 2027. A phased migration to AWS, via Amazon EVS or AWS Application Migration Service to Amazon EC2, then modernization to AWS-native services, solves the immediate problem and the long-term one in the same move.</p>
<p>The post <a href="https://cloudar.be/awsblog/leaving-vmware-is-a-question-of-timing/">Leaving VMware is a question of timing</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are still running on VMware today, you do not necessarily have a bad platform. But if you are still running on VMware tomorrow without a concrete migration plan, you have a strategic problem. Broadcom has rewritten the rules: unilaterally, definitively, and with little empathy for the customers who stayed loyal for years. I do not want to turn this into a lament about Broadcom, though. I want to explain why this is the ideal moment to make a decision you might otherwise keep postponing for years.</p>
<p>When Broadcom closed its acquisition of VMware, everyone in the industry knew something was going to change. Have we already forgotten what happened to Symantec, among others? Broadcom bought Symantec&#8217;s enterprise unit in 2019, narrowed it to around 2,000 of the largest accounts (the Global 2000), and raised prices on most of the rest. VMware is the same script on a bigger stage. The only surprise was how fast it came. In short order, perpetual licenses were scrapped, thousands of cloud partners (Cloudar among them) received a termination letter, and a catalogue of over 8,000 SKUs was reduced to two bundles (VMware Cloud Foundation and VMware vSphere Foundation). The shift from per-CPU-socket licensing to per-physical-core licensing also meant that organizations expecting to simply carry on with an existing installation were suddenly facing invoices two to five times higher.</p>
<p>But those cost increases are relative. The real impact only lands on 11 October 2027, when general support for VCF 8 ends. By that date, every VMware customer has to either migrate to VCF 9 at the new (read: higher) prices and under the new model, or be shown the back door and leave the platform behind.</p>
<p><strong>Not deciding is also a decision</strong></p>
<p>Big decisions like this get postponed fast. Or, in the alternative: you do not decide, and you take the hit. I understand the reflex. Migrations are complex. Infrastructure is critical. You do not want to take risks with production environments. And maybe you are thinking Broadcom will course-correct once the pressure builds. I do not want to give you false hope. By now there is plenty of evidence that Broadcom has no intention of changing course. The messaging is consistent, prices have not come down, and contract negotiations follow a tight, inflexible script.</p>
<p>More importantly, the migration window shrinks every month. A phased, carefully prepared migration of enterprise workloads takes two to three years in practice. If you only start evaluating in 2026, you have almost no room for a calm, controlled execution. The result of waiting too long is not that you end up with more options. It is that you are forced to choose between an expensive rushed migration and an extension with Broadcom at prices you do not actually want to pay. Everyone wins, except the end customer.</p>
<p>And if you are going to migrate anyway, why not move to another on-premises hypervisor? It might look like the most logical step. Nutanix, Proxmox, Microsoft Hyper-V: there are alternatives that keep the virtualization layer intact.</p>
<p>My answer is a nuanced one. For certain workloads with strict data-residency requirements or specific latency constraints, on-premises can remain relevant. But for most companies, switching to another hypervisor is only a stopgap. You solve the price increase, but you keep working with the same operational model. You still manage hardware, license renewals, capacity planning, and the staffing overhead that comes with all of it. On top of that, you trade one vendor dependency for another.</p>
<p>Staying on-premises carries a second problem beyond the licensing model. Hardware is becoming a scarce commodity, and so is datacenter floor space. Prices are going through the roof, and supply is no longer guaranteed.</p>
<p>AWS offers something structurally different: the option to move away from the virtualization layer over time. And getting there is no longer a leap of faith. If you want the smallest possible change on day one, Amazon Elastic VMware Service (Amazon EVS) runs VMware Cloud Foundation directly inside an Amazon VPC in your own AWS account, so the same vSphere, vSAN and NSX stack your team already operates lands on AWS without a re-architecture. If you would rather leave the hypervisor behind right away, AWS Transform MGN (formerly AWS Application Migration Service) replicates your virtual machines block by block and cuts them over to Amazon EC2 with minimal downtime, while AWS Transform for VMware automates the unglamorous parts: discovery, dependency mapping, network conversion, and right-sizing the target instances. The two paths trade off differently. Amazon EVS keeps your VMware stack intact, and with it the VMware licensing, but moves it off your own hardware and onto AWS as the fastest possible landing. The MGN route leaves the hypervisor, and the VMware license, behind outright. Either way your teams keep their existing way of working and do not have to relearn everything on day one.</p>
<p>That is the floor, not the ceiling. Once a workload runs on AWS you can modernize it on its own timeline, and only where the business case justifies it: move a self-managed database onto Amazon RDS or Amazon Aurora, lift a tier of servers into containers on Amazon ECS or Amazon EKS, replace a scheduled job with an AWS Lambda function, and reach for managed AI through Amazon Bedrock. None of that is realistic to run well on-premises, or it is simply too expensive to operate yourself. A like-for-like hypervisor swap does not get you here: it can lower the licensing bill, but the operational model and the eventual modernization are left untouched. Moving to AWS is the option where the immediate fix and the longer-term path share one destination.</p>
<p>We have been doing this at Cloudar for 12 years, and a lot of those conversations reveal the same pattern. At some point an organization made a sound technology choice. And today they find that the choice is holding them in a situation they can no longer defend, or no longer want to. VMware was an excellent choice for years. It was stable, well documented, broadly supported. But the lesson of the Broadcom acquisition is that vendor lock-in is not an abstract technical concern. It is a concrete business risk that, sometimes only after ten or fifteen years, shows up as something you simply have no alternative to.</p>
<p>Moving to AWS does not make that problem disappear entirely, of course. Every major cloud provider has its own ecosystem and its own logic. But the nature of the dependency changes fundamentally. In the cloud you pay for what you use, and you can decide workload by workload how and where you run it. The technical architecture of cloud-native services (open standards, open containers, open APIs) lets you switch when you want. That is structurally different from proprietary hypervisor software with a binary licensing logic. It lets you design with a solid exit scenario built in from the start.</p>
<p><strong>Start with insight, then migrate in phases</strong></p>
<p>Migrations rarely fail on the technology. They fail through a lack of preparation, unclear priorities, and too little attention to the human side of the process. The first step every organization should take is insight: which workloads are you running, what are the dependencies, and what is the real cost of your current VMware installation versus the alternatives? Only once that is clear can you make a rational decision. The tooling to get there has matured: AWS Transform for VMware can inventory a vSphere estate and map its dependencies automatically, and AWS Migration Hub tracks the moves once they start. A Migration Readiness Assessment that used to take months is now achievable in a few weeks.</p>
<p>This is where AWS has invested most visibly. AWS Transform, its agentic migration service, puts AI agents on the parts of a migration that used to eat months of consultant time: discovery, dependency mapping, wave planning, and network conversion, with the actual rehost driven through AWS Transform MGN. It is not VMware-only either; the same agents cover Windows and .NET modernization and mainframe workloads. AWS reports discovery that once took a quarter compressing to about a week, and landing-zone networking provisioned up to 70 percent faster. None of that removes the need to start early. It does mean the preparation that scared you off a year or two ago is no longer the bottleneck it was.</p>
<p>AWS can help fund a lot of this work through the Migration Acceleration Program (MAP). The assessment phase produces a workload inventory, a dependency map, and a costed business case, all of which are yours to keep, whichever direction you choose afterwards. For projects with a strong enough case, MAP can also offset a meaningful share of the migration cost itself. A migration partner runs the assessment and unlocks that funding on your behalf, which is the role we play at Cloudar.</p>
<p>The approach we recommend is phased. Start with the most portable workloads on Amazon EC2, which immediately eliminates the VMware license cost, then replatform workload by workload to AWS-native services as the business case justifies it. And in the meantime, put all new VMware deployments on ice. Every new workload you still put on VMware today is a workload you will have to migrate again later.</p>
<p>What I want to leave you with is this. The best migrations are the ones you carry out when you have the time and the space to do them well. You still have that time and space now, but the clock is ticking. As I write this, there are 467 days left until 11 October 2027. That may sound like a lot&#8230;</p>
<p>The post <a href="https://cloudar.be/awsblog/leaving-vmware-is-a-question-of-timing/">Leaving VMware is a question of timing</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Unsurpassed: 6 reasons to run Microsoft Workloads on AWS</title>
		<link>https://cloudar.be/awsblog/unsurpassed-6-reasons-to-run-microsoft-workloads-on-aws/</link>
		
		<dc:creator><![CDATA[Patrick Daulie]]></dc:creator>
		<pubDate>Wed, 28 Jun 2023 08:54:41 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">https://cloudar.be/?p=20636</guid>

					<description><![CDATA[<p>No other cloud provider comes close to the amount of experience and capability AWS has for migrating and running Windows. Here are six reasons why AWS stands out as the premier cloud infrastructure for Windows workloads: #1 The broadest &#38; deepest AWS boasts the broadest and deepest capabilities for Windows of any cloud provider, with [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/unsurpassed-6-reasons-to-run-microsoft-workloads-on-aws/">Unsurpassed: 6 reasons to run Microsoft Workloads on AWS</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>No other cloud provider comes close to the amount of experience and capability AWS has for migrating and running Windows. Here are six reasons why AWS stands out as the premier cloud infrastructure for Windows workloads:</strong></p>
<h2>
<b data-stringify-type="bold">#1 The broadest &amp; deepest</b></h2>
<p>AWS boasts the broadest and deepest capabilities for Windows of any cloud provider, with nearly twice as many Windows Server Instances compared to its closest competitor. It also offers the widest range of cloud services tailored for Microsoft technologies, seamlessly integrated within a cohesive ecosystem. This includes an array of compute, database, application, and deployment services, along with a comprehensive set of management tools, providing a solution for all your business requirements.</p>
<h2>
<b data-stringify-type="bold">#2 Greater reliability &amp; performance</b></h2>
<p>With 77 Availability Zones (AZ) spread across 24 regions, the AWS Cloud guarantees that your workloads remain operational and accessible precisely when you need them. Customers can reduce their unplanned downtime by a whopping 98% by moving their Windows workloads to AWS. AWS delivers double the performance and achieved a 62% reduction in costs in comparison with the next largest cloud provider for a SQL Server workload on an EC2 R5b.8xlarge instance, according to Principled Technologies.</p>
<h2>
<b data-stringify-type="bold">#3 Superior security</b></h2>
<p>AWS offers a staggering 230 security, compliance, and governance services and features, five times more than its closest cloud provider counterpart. AWS also provides encryption across over a hundred distinct AWS services. By leveraging these comprehensive security offerings, customers can effectively safeguard their environments. The AWS Nitro System in EC2 instances offloads virtualization functions to dedicated hardware and software, effectively reducing the potential attack surface and ensuring minimal exposure to vulnerabilities.</p>
<h2>
<b data-stringify-type="bold">#4 Cost optimization</b></h2>
<p>By leveraging AWS for Windows workloads, customers benefit from accelerated growth, increased operational efficiency, and substantial long-term cost savings. According to IDC, customers can reduce their five-year cost of operations by 56% and achieve a 37% reduction in infrastructure costs. This translates to an impressive 442% return on investment (ROI) over a three-year period. Unique pricing models such as Savings Plans offer savings of up to 72% on Amazon EC2 instances, while Amazon EC2 Spot instances enable cost reductions of up to 90% for fault-tolerant workloads.</p>
<h2>
<b data-stringify-type="bold">#5 Smooth migration</b></h2>
<p>AWS has facilitated the seamless migration of millions of enterprises worldwide, including renowned names like Sysco, Hess, Sony DADC, Ancestry, and Expedia. With the time-tested AWS Migration Acceleration Program (MAP) methodology and the extensive expertise offered by AWS partners, customers are able to evaluate, optimize, and seamlessly shift their Windows and SQL Server workloads to AWS with minimal downtime to applications.</p>
<h2>
<b data-stringify-type="bold">#6 Flexible licensing</b></h2>
<p>AWS provides the broadest range of choices in the cloud for utilizing both new and existing Microsoft software licenses. With the purchase of license-included instances in Amazon Elastic Compute Cloud (Amazon EC2) or Amazon Relational Database Service (Amazon RDS), you receive fully compliant SQL Server licenses directly from AWS. You also have the flexibility to bring your existing licenses to AWS using options such as Amazon EC2 Dedicated Hosts, Amazon EC2 Dedicated Instances, or EC2 instances with default tenancy through Microsoft License Mobility via Software Assurance.</p>
<p><b data-stringify-type="bold">Ready to take the next step? Cloudar has unparalleled expertise</b> <b data-stringify-type="bold">in maximizing the potential of your <a href="https://cloudar.be/services-solutions/microsoft-workloads-on-aws/">Windows workloads on AWS</a>. </b><b data-stringify-type="bold"><a class="c-link" href="https://cloudar.be/" target="_blank" rel="noopener noreferrer" data-stringify-link="https://cloudar.be/" data-sk="tooltip_parent">Get in touch</a></b><b data-stringify-type="bold"> to let us guide your way to higher performance and efficiency.</b></p>
<p>The post <a href="https://cloudar.be/awsblog/unsurpassed-6-reasons-to-run-microsoft-workloads-on-aws/">Unsurpassed: 6 reasons to run Microsoft Workloads on AWS</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>8 steps to executing a successful cloud migration strategy</title>
		<link>https://cloudar.be/awsblog/8-steps-to-executing-a-successful-cloud-migration-strategy/</link>
		
		<dc:creator><![CDATA[Team Cloudar]]></dc:creator>
		<pubDate>Mon, 24 Apr 2023 11:07:30 +0000</pubDate>
				<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">https://cloudar.be/?p=20574</guid>

					<description><![CDATA[<p>More and more businesses are looking to leverage the benefits of cloud computing, which include lower costs and increased agility. However, migrating to the cloud can be a complex and challenging process. It involves moving your applications, data, and infrastructure from an on-premises environment to the cloud. Here we provide a step-by-step guide on how [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/8-steps-to-executing-a-successful-cloud-migration-strategy/">8 steps to executing a successful cloud migration strategy</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>More and more businesses are looking to leverage the benefits of cloud computing, which include lower costs and increased agility. However, migrating to the cloud can be a complex and challenging process. It involves moving your applications, data, and infrastructure from an on-premises environment to the cloud. Here we provide a step-by-step guide on how to plan and execute a successful cloud migration strategy:</strong></p>
<p><strong>#1 Assessing your current environment </strong></p>
<p>The first step in planning a successful cloud migration strategy is to assess your current infrastructure. This involves identifying the applications, data, and infrastructure that are currently in use, as well as the performance and security requirements of each workload. Once you have a clear understanding of your current environment, you can determine which workloads are suitable for migration to the cloud.</p>
<p><strong>#2 Choosing the right cloud provider  </strong></p>
<p>Choosing the right cloud provider is an important decision that will impact the success of your cloud migration strategy. Factors to consider when choosing a cloud provider include pricing, services, security, and compliance. Speaking to different cloud providers and read customer reviews will help you choose the right provider for your business.</p>
<p><strong>#3 Forming a cloud migration strategy</strong></p>
<p>There are different cloud migration strategies that you can use to migrate your workloads to the cloud. These include lift-and-shift, re-platforming, and refactoring. Lift-and-shift involves moving your applications and data to the cloud without making any changes. Re-platforming involves making some changes to your applications to make them compatible with the cloud. Refactoring involves re-architecting your applications to take advantage of cloud-native services. Each strategy has its pros and cons. Choose the one that best suits your business needs.</p>
<p><strong>#4 Planning the migration </strong></p>
<p>Once you have chosen a cloud provider and a migration strategy, the next step is to create a migration plan. This involves setting timelines, allocating resources, and assessing risks. A detailed migration plan will help ensure that the migration process is smooth and minimizes downtime. Involve all stakeholders in the planning process to ensure that everyone is on the same page.</p>
<p><strong>#5 Data migration </strong></p>
<p>Data migration is a critical part of the cloud migration process. There are different data migration methods, including online and offline migration. Online migration means moving data from your on-premises environment to the cloud over the internet. Offline migration means moving data to the cloud using physical storage devices. Factors to consider when selecting a data migration method include data size, security, and downtime.</p>
<p><strong>#6 Testing and validation</strong></p>
<p>Testing and validation are important steps in the cloud migration process. Test your applications for compatibility, functionality, and performance before and after the migration process. This will help ensure that your applications are working correctly and that there are no issues that need to be fixed. Involving end-users in the testing process helps to ensure that the applications are meeting their needs.</p>
<p><strong>#7 Managing the migration</strong></p>
<p>Managing the migration process ensures that everything is running smoothly and minimizes downtime. Monitor the progress of the migration and communicate with stakeholders to keep them informed. Have a plan in place to fix any issues that may arise during the migration process.</p>
<p><strong>#8 Post-migration optimization</strong></p>
<p>Once the migration process is complete, it’s time to take steps to optimize costs, secure your cloud environment, and maintain compliance. This includes optimizing your cloud infrastructure to reduce costs, securing your cloud environment to protect against cyber threats, and ensuring that your cloud environment complies with industry regulations.</p>
<p><strong>Migrating to the cloud can be a complex process, but with careful planning and execution, it can be a success. </strong><a href="https://cloudar.be/"><strong>Reach out</strong></a><strong> if you need support in navigating a smooth and successful cloud migration!</strong></p>
<p>&nbsp;</p>
<p>The post <a href="https://cloudar.be/awsblog/8-steps-to-executing-a-successful-cloud-migration-strategy/">8 steps to executing a successful cloud migration strategy</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Seamless &#038; secure cloud migration: top things to consider</title>
		<link>https://cloudar.be/awsblog/seamless-secure-cloud-migration-top-things-to-consider/</link>
		
		<dc:creator><![CDATA[Tom De Blende]]></dc:creator>
		<pubDate>Tue, 31 May 2022 09:31:08 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Security & Compliance]]></category>
		<guid isPermaLink="false">https://cloudar.be/?p=20277</guid>

					<description><![CDATA[<p>There’s no question that the future is in the Cloud: it not only saves organizations money, but it gives them a more agile and flexible infrastructure. However, it’s always a mistake to underestimate the security concerns that go along with cloud migration. As the Cloud becomes more advanced, so do cybercriminals. Building security into the [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/seamless-secure-cloud-migration-top-things-to-consider/">Seamless &#038; secure cloud migration: top things to consider</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>There’s no question that the future is in the Cloud: it not only saves organizations money, but it gives them a more agile and flexible infrastructure. However, it’s always a mistake to underestimate the security concerns that go along with cloud migration. As the Cloud becomes more advanced, so do cybercriminals. Building security into the Cloud infrastructure is essential to sustainable growth. </strong></p>
<h2><b>Shared responsibility model </b></h2>
<p><span style="font-weight: 400;">Security and Compliance falls under the shared responsibility model between AWS and the customer. Under this model, AWS takes on some of the customer’s operational burden by operating, managing and controlling certain system components as well as the physical security of the facilities in which the service operates. Meanwhile the customer is responsible for the guest operating system, other associated application software as well as the configuration of the AWS provided security group firewall. This model helps share the load while providing flexibility and customer control. </span></p>
<p><span style="font-weight: 400;">Under the shared responsibility model, AWS is responsible for the security “of the cloud”, protecting the infrastructure including the hardware, software, databases, networking, and facilities that run AWS Cloud services. The customer is charged with security “in the cloud”, and their responsibility will be determined by the AWS Cloud services they select, which impacts the amount of configuration work they must perform. Their remit includes data protection, identity and access management (IAM), OS configuration, network security and encryption.</span></p>
<h2><b>Top security considerations </b></h2>
<p><span style="font-weight: 400;">Here are some of the top security challenges to keep in mind when migrating to the cloud:</span></p>
<ul>
<li><b>Regulatory and compliance requirements:</b><span style="font-weight: 400;"> The cloud environment must meet regulatory requirements and compliance requirements. AWS will have their regulatory requirements covered, but under the shared responsibility model the customer must ensure that they meet privacy requirements on their end, especially concerning sensitive information and access. They may also need specialized controls to meet certain industry requirements. </span></li>
<li><b>Visibility and monitoring:</b><span> Cloud environments like AWS are large and complex, and contain a wide array of settings to monitor. Security teams may struggle to understand what is going on in cloud environments, especially because cloud migrations imply dynamic change. Provisioning and decommissioning cloud assets rapidly and technical complexities can make security difficult to manage. Gaining visibility is key to identifying dark data and handling data privacy. It’s important to employ industry best practices for initial risk assessment, configuration and security, followed by careful monitoring. </span></li>
<li><b>Managing DevOps:</b><span> The DevOps team includes developers and infrastructure specialists who manage the DevOps pipeline: coding, building, validation and deployment. When migrating to the cloud, they are responsible for integrating security tools and addressing security issues. They also have to protect against threats when workloads and applications go live. </span></li>
<li><b>Governance standards:</b><span> Governance workflows and alignments need to become more agile in the Cloud, involving a wider variety of stakeholders. Establishing a set of security standards and baselines in collaboration with the governance team is key. A cloud governance committee can ensure cohesion across teams.</span></li>
<li><b>Protecting network traffic:</b><span> Just like traditional environments, cloud-based environments can be targets for malware, bots and data breaches. It is essential to control data privacy and protect against cyber threats while securely connecting the cloud to on-premises networks. Information security should be employed to maintain network security parameters. </span></li>
</ul>
<h2><b>The way forward </b></h2>
<p><span style="font-weight: 400;">While it’s important to always carefully account for security considerations, it should still be a no-brainer to go ahead and migrate to the cloud. After all, it’s the new normal for enterprise IT operations. Working with a consulting partner like Cloudar, companies can create a migration roadmap suited to their specific organization. This of course includes all the particulars of their industry and configuration needs. Not only will this make cloud migration more efficient and advantageous, it allows companies to benefit from </span><a href="https://cloudar.be/services-solutions/aws-architecture-design"><span style="font-weight: 400;">Cloud Best Practices</span></a><span style="font-weight: 400;"> including security. </span></p>
<p><b>As a Premier Consulting partner, Cloudar has a proven track record of migrating applications and infrastructure to the Cloud. Want to know more about how we execute secure migrations from start to finish? </b><a href="https://cloudar.be/services-solutions/aws-migration-expertise-guidance"><b>Reach out to us</b></a><b> today. </b></p>
<p>The post <a href="https://cloudar.be/awsblog/seamless-secure-cloud-migration-top-things-to-consider/">Seamless &#038; secure cloud migration: top things to consider</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Growing pains: 5 Key Challenges of AWS Cloud Migration</title>
		<link>https://cloudar.be/awsblog/5-key-challenges-aws-cloud-migration/</link>
		
		<dc:creator><![CDATA[Bart Van Hecke]]></dc:creator>
		<pubDate>Mon, 09 May 2022 14:28:42 +0000</pubDate>
				<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">https://cloudar.be/?p=20257</guid>

					<description><![CDATA[<p>The cloud offers a lot of advantages for modern businesses. Moving your activities to the cloud allows you to work more efficiently all around. Cloud services are perfectly scalable to your evolving needs, and so are the costs. More and more organizations are taking notice of these possibilities and making the shift to the cloud. [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/5-key-challenges-aws-cloud-migration/">Growing pains: 5 Key Challenges of AWS Cloud Migration</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>The cloud offers a lot of advantages for modern businesses. Moving your activities to the cloud allows you to work more efficiently all around. Cloud services are perfectly scalable to your evolving needs, and so are the costs. More and more organizations are taking notice of these possibilities and making the shift to the cloud. As with all innovation and technological evolution, migrating to the cloud comes with its own hurdles and challenges. Let’s take a look at five key challenges you might be faced with when migrating to the cloud, and how you can overcome or even prevent them.</strong></p>
<h2>#1 Act first, think later</h2>
<p>Once you realize what the cloud can do for you, you might feel inclined to jump right in. Act first, think later. Before you know it, you will feel lost in a haphazardly put together collection of tools. Start by identifying your needs and key objectives. Do your research. Get trustworthy advice. Determine which features and functionalities you want to focus on and stick to them, especially in the beginning. This way you will end up with an efficient, effective and well thought out cloud infrastructure with a guaranteed return on investment.</p>
<h2><strong>#2 Too much, too soon</strong></h2>
<p>AWS offers a plethora of tools and applications. The possibilities are endless. But not everything that is possible, is also necessary. At least not right now. We would strongly suggest you focus on building a manageable cloud environment that meets your current needs first. Over the long term you can expand and finetune your infrastructure with more advanced applications. If you need any help with selecting the right tools for you, Cloudar is happy to lend a hand.</p>
<h2><strong>#3 Compliancy anxiety</strong></h2>
<p>Getting started with the cloud might be very daunting at first. You want to build a scalable workspace in the cloud, but how are you going to keep it secure and stay compliant? Data safety in the cloud is one of the biggest concerns when you are considering making the jump. Don’t let this overwhelm you into staying away from the cloud altogether. Security is always job zero. So make sure you have a clear overview of which data needs to be stored in the cloud exactly. Consider the best location for each type of data. Then you can work out your strategy on how to ensure the security of your data. You can absolutely stay compliant without any loss of efficiency or speed. With AWS, you have access to compliant and secure cloud infrastructure. So don’t let compliance anxiety stop you from migrating to the cloud.</p>
<h2><strong>#4 Lack of legacy</strong></h2>
<p>Many business processes are embedded in legacy systems. They are by far the most important systems, and the backbone of an organization. Migrating these systems to the cloud might be the biggest challenge. Processes can’t stop or be interrupted for too long without significant loss of productivity. Map out your essential processes and define the possible cloud solutions for the immediate and the more distant future. While transitioning, or maybe even in the long term, a hybrid cloud structure might be the solution. That way you can start your cloud migration immediately while combining the legacy system and cloud applications. In time, you can gradually move your entire operation to the cloud.</p>
<h2><strong>#5 Resistance to change</strong></h2>
<p>Implementing new tools is one thing. But if you do this without paying attention to user adoption, it will fall flat. Change is difficult. People are creatures of habit. Accepting new technology is no exception. To maximize your users’ cooperation and acceptance, it’s important for them to contribute and weigh in during the design process. If you involve your colleagues from the very start, they will feel much more invested in the new way of working. Not only that, they will look at each development phase from the specific point of view of their tasks. That way you make sure that no person or task gets overlooked and they will embrace the new way of working.</p>
<p>&nbsp;</p>
<p><strong>Have you encountered some of these challenges in your company’s cloud migration? Do you want to get ahead of them? Or do you just want to spar with an official Next Generation AWS Managed Service Provider Partner? Contact us at Cloudar, no strings attached. Let’s talk!</strong></p>
<p>The post <a href="https://cloudar.be/awsblog/5-key-challenges-aws-cloud-migration/">Growing pains: 5 Key Challenges of AWS Cloud Migration</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>3 Business Drivers for Cloud Migration According to Our Customers</title>
		<link>https://cloudar.be/awsblog/3-business-drivers-for-cloud-migration-according-to-our-customers/</link>
		
		<dc:creator><![CDATA[Sam D'Alleine]]></dc:creator>
		<pubDate>Mon, 12 Jul 2021 08:46:34 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">https://www.cloudar.be/?p=19566</guid>

					<description><![CDATA[<p>Do you know what the secret to building a great product is? Understanding your customer. In order to build something excellent, you have to ask the right questions. We wanted to know, for example, why our customers chose to migrate to the Cloud. So we asked them. Here are some of the most common responses: [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/3-business-drivers-for-cloud-migration-according-to-our-customers/">3 Business Drivers for Cloud Migration According to Our Customers</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><b>Do you know what the secret to building a great product is? Understanding your customer. In order to build something excellent, you have to ask the right questions. We wanted to know, for example, why our customers chose to migrate to the Cloud. So we asked them. Here are some of the most common responses:</b></p>
<p>&nbsp;</p>
<h2><b>&#8220;We want to cut costs&#8221;</b></h2>
<p><span style="font-weight: 400;">Aren’t we all concerned about our bottom line? When we research a new tool or solution, budget will always be one of the main deciding factors. </span><span style="font-weight: 400;">AWS prides itself on reducing operational costs by 51%. Eliminating costs for hardware and maintenance will significantly limit your recurring data storage costs. </span><span style="font-weight: 400;">Is your business prone to high peaks and off-seasons? With cloud-based computing, you can increase your capacity (and the subsequent costs) when you need them and scale back when business is slow. </span></p>
<p>&nbsp;</p>
<h2><b>&#8220;We want to increase our flexibility&#8221;</b></h2>
<p><span style="font-weight: 400;">Technology has supercharged the rate at which businesses evolve, so being able to respond swiftly to market changes is integral to running a successful business. Does your software allow you to scale or pivot with minimum friction and maximum flexibility? </span><span style="font-weight: 400;">A smart <strong>cloud migration</strong> &amp; configuration can help you to boost productivity, enable more efficient data storage, and facilitate collaboration. </span></p>
<p>&nbsp;</p>
<h2><b>&#8220;We want a solution that is safe and secure&#8221;</b></h2>
<p><span style="font-weight: 400;">AWS has several high-profile clients who can’t afford to compromise on data safety. And you will benefit from those security needs. Enjoy AWS’s state-of-the-art data security when you do your <strong>cloud migration</strong>. </span><span style="font-weight: 400;">Have you considered what will happen to your data in case of a natural disaster? A fire or a flood on-premise could be devastating and keep you offline for weeks, if not months. </span><span style="font-weight: 400;">In the Cloud, data is stored and backed up across several data centers. So no matter what happens, you know that all vital information will stay safe and secure.</span></p>
<p>&nbsp;</p>
<p><strong><i>What is your reason for considering the Cloud? Get in touch for a personalized assessment.</i></strong></p>
<p>&nbsp;</p>
<p>The post <a href="https://cloudar.be/awsblog/3-business-drivers-for-cloud-migration-according-to-our-customers/">3 Business Drivers for Cloud Migration According to Our Customers</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Hey, have you heard? 5 common myths about cloud technology</title>
		<link>https://cloudar.be/awsblog/hey-have-you-heard-5-common-myths-about-cloud-technology/</link>
		
		<dc:creator><![CDATA[Sam D'Alleine]]></dc:creator>
		<pubDate>Mon, 14 Jun 2021 13:17:48 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">https://www.cloudar.be/?p=19436</guid>

					<description><![CDATA[<p>When new technologies emerge, the rumor mill will run a spin cycle that puts your washing machine to shame. We’re here to debunk five common misconceptions about adopting cloud technology. Let’s take a look. &#160; MYTH 1: cloud is more expensive than a data center Yes, if you put the price of a cloud solution [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/hey-have-you-heard-5-common-myths-about-cloud-technology/">Hey, have you heard? 5 common myths about cloud technology</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">When new technologies emerge, the rumor mill will run a spin cycle that puts your washing machine to shame. We’re here to debunk five common misconceptions about adopting cloud technology. Let’s take a look.</span></p>
<p>&nbsp;</p>
<h2><b>MYTH 1: cloud is more expensive than a data center</b></h2>
<p><span style="font-weight: 400;">Yes, if you put the price of a cloud solution next to the price of a data center, the cloud will be more expensive. But you are </span><b>comparing apples and oranges</b><span style="font-weight: 400;">. </span><span style="font-weight: 400;">Once you take the</span><b> total cost of ownership</b><span style="font-weight: 400;"> into account, you will see that the cloud is cheaper than an on-premise solution. </span><span style="font-weight: 400;">Another major benefit: cloud offers you</span><b> insights into your end-to-end</b><span style="font-weight: 400;">. Its transparency helps you to optimize your solution and cut unnecessary costs. Finding out the true cost of your on-premise solution can be difficult.</span></p>
<div id="attachment_19444" style="width: 660px" class="wp-caption alignnone"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-19444" class="wp-image-19444 size-medium" src="https://cloudar.be/wp-content/uploads/2021/06/AWS-cloud-myths-650x433.png" alt="" width="650" height="433" srcset="https://cloudar.be/wp-content/uploads/2021/06/AWS-cloud-myths-650x433.png 650w, https://cloudar.be/wp-content/uploads/2021/06/AWS-cloud-myths-325x217.png 325w" sizes="(max-width: 650px) 100vw, 650px" /><p id="caption-attachment-19444" class="wp-caption-text">Source: AWS</p></div>
<h2><b>MYTH 2: the Cloud is not secure</b></h2>
<p><span style="font-weight: 400;">AWS has a couple of very high-profile customers. The company simply can’t afford any security mishaps. How is this good news for you? Easy: every single AWS customer benefits from that need for </span><b>rigorous safety mechanisms</b><span style="font-weight: 400;">. </span><span style="font-weight: 400;">Of course, your company also has its part to play. Security and compliance are a </span><b>shared responsibility</b><span style="font-weight: 400;"> between AWS and your organization. </span><span style="font-weight: 400;">AWS operates, manages, and controls components, from the host operating system and visualization layer to the physical security of the facilities in which the system operates. </span><span style="font-weight: 400;">Your job is to ensure the security of the guest operating system (including updates and security patches), other associated application software, and the AWS-provided security group firewall. </span><span style="font-weight: 400;">Some services require more responsibility on the client’s side than others. You can choose and integrate your services based on how comfortable you are with your share of responsibility in keeping everything secure. Maximum </span><b>flexibility</b><span style="font-weight: 400;">, maximum </span><b>comfort</b><span style="font-weight: 400;">.</span></p>
<p>&nbsp;</p>
<h2><b>MYTH 3: AWS has access to my data</b></h2>
<p><span style="font-weight: 400;">We understand that </span><b>privacy</b><span style="font-weight: 400;"> and </span><b>full control over your data</b><span style="font-weight: 400;"> are important to you. That’s why we provide APIs for you to configure </span><b>access control permissions</b><span style="font-weight: 400;"> for any of the services you develop or deploy in an AWS environment. </span></p>
<p><span style="font-weight: 400;">Here are the services we offer to help you </span><b>access</b><span style="font-weight: 400;">, </span><b>encrypt</b><span style="font-weight: 400;">, and </span><b>log</b><span style="font-weight: 400;"> data:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">AWS Identity and Access Management</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">AWS Organizations</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">AWS CloudTrail</span></li>
</ul>
<p><span style="font-weight: 400;">As for us? We do not access or use your content for any purpose without your consent. We never use your content or derive information from it for marketing or advertising. </span><span style="font-weight: 400;">Another concern is the </span><b>storage of data</b><span style="font-weight: 400;">. You choose where and how your data is stored. With the ability to replicate and back up content in multiple AWS regions. </span><span style="font-weight: 400;">Oh, and you also have full control over how your content is secured. We offer </span><b>strong encryption</b><span style="font-weight: 400;">, and you can manage your own encryption keys. </span></p>
<p>&nbsp;</p>
<h2><b>MYTH 4: I’ll be stuck with my cloud vendor</b></h2>
<p><span style="font-weight: 400;">It’s true. Choosing a vendor is a commitment, but it offers enormous </span><b>flexibility</b><span style="font-weight: 400;"> in services and solutions. And moving data cloud-to-cloud is a lot easier than moving information between legacy systems.  </span></p>
<p><span style="font-weight: 400;">Here are three ways our customers find freedom in cloud technology:</span></p>
<ul>
<li style="font-weight: 400;" aria-level="2"><b>No long-term commitments</b><span style="font-weight: 400;">: customers can adopt cloud tech on their own terms. AWS customers only use the services they find valuable.</span></li>
<li style="font-weight: 400;" aria-level="2"><b>Customer’s choice</b><span style="font-weight: 400;">: our customers are free to use alternatives to proprietary tools, along with a range of ‘as-a-service’ capabilities. They choose how to invest and create their ideal ecosystem.</span></li>
<li style="font-weight: 400;" aria-level="2"><b>Moving into and out of AWS</b><span style="font-weight: 400;">: AWS services are built to support both migrations into and out of AWS, and we provide many tools and documented techniques to make it easy to do both. </span></li>
</ul>
<p><span style="font-weight: 400;">While some say that combining technology stacks offers you the best of both worlds, we believe the opposite. Learning how to get the most out of a single technology stack will give you a major business advantage.</span></p>
<h2><b>MYTH 5: The Cloud is killing IT jobs</b></h2>
<p><i><span style="font-weight: 400;">Au contraire</span></i><span style="font-weight: 400;">. Cloud helps IT professionals to thrive. When companies transition from on-premise services to the cloud, IT administrators don’t automatically lose their jobs. Most of them transition into the role of a trusted advisor and technical solutions facilitator. </span></p>
<p><span style="font-weight: 400;">Cloud computing is growing rapidly at around 17% per year. It is projected to become an 800 billion industry by 2025. That kind of growth requires skilled technical professionals. The World Economic Forum estimates that cloud technology will generate 133 million jobs by 2022.</span></p>
<p><b><i>Do you have any other concerns? Would you like to talk about what cloud computing can do for your business? I’d be happy to chat! <a href="mailto: sam@cloudar.be">Contact me today for a free introductory call.</a></i></b></p>
<p>&nbsp;</p>
<p>The post <a href="https://cloudar.be/awsblog/hey-have-you-heard-5-common-myths-about-cloud-technology/">Hey, have you heard? 5 common myths about cloud technology</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Great News : Cloudar is an official AWS Migration Competency Delivery Partner !</title>
		<link>https://cloudar.be/awsblog/great-news-cloudar-is-an-official-aws-migration-competency-delivery-partner/</link>
		
		<dc:creator><![CDATA[Patrick Daulie]]></dc:creator>
		<pubDate>Wed, 12 Aug 2020 14:13:06 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[Well-Architected]]></category>
		<guid isPermaLink="false">https://www.cloudar.be/?p=18018</guid>

					<description><![CDATA[<p>When I reflect on my IT Career, I have been actually migrating applications and workloads for the past few decades. It&#8217;s a constant and apparently that kind of thing that you never get tired of. Perhaps this is because there&#8217;s always a new road that reveals when reaching the next milestone. When arriving at a [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/great-news-cloudar-is-an-official-aws-migration-competency-delivery-partner/">Great News : Cloudar is an official AWS Migration Competency Delivery Partner !</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When I reflect on my IT Career, I have been actually migrating applications and workloads for the past few decades. It&#8217;s a constant and apparently that kind of thing that you never get tired of. Perhaps this is because there&#8217;s always a new road that reveals when reaching the next milestone. When arriving at a new milestone, it&#8217;s a good moment to stop, enjoy the scenery and look for the next challenge. </p>
<p>One of the key take-aways, is to travel in good company. Good travelling buddies make you strong and resilient in order to overcome roadblocks. They make you persistent. I have had the joy and luck to travel in very good company the past few years.</p>
<p>Today is the day to stop at a Milestone and enjoy the scenery.</p>
<p><strong>At Cloudar, we are glad to announce that we officially have achieved our AWS Migration Competency Delivery partnership.</strong></p>
<p><strong>With this competency, Cloudar has proven to be a reliable partner and expert for Customers to assist and guide them in their Digital Migration journey. </strong></p>
<p>It will get its place besides all of the other AWS competencies we already achieved. </p>
<p>Look at it as climbing a mountain, you have to be well-prepared for it , and well-equipped. But it will still take quite some effort and make you sweat. But when you arrive at your goal, you will see the clear perspective of where you&#8217;re going to. New roads reveil.</p>
<p>Today, with this competency, and with strong support of AWS, we are ready to even help our customers even more with reaching their goals and become a trustworthy travel companion in their Digital Migration Journey. </p>
<p>Maybe the travel metaphor seems less relevant in these times of staycations, but it is the journey itself and your next target that counts. It doesn&#8217;t always need to be far, just enjoy the road and your next success.</p>
<p>So, I think we arrived at a conclusion : you now know that Cloudar is an AWS Migration delivery partner ready to roll, staycations can be quite enjoyable too, and I also believe we even have got the people, process, tooling triangle covered along the way&#8230; </p>
<p>Please allow me to say special thanks to the travel companions that made it happen : AWS &#038; AWS Partner Migration team, Cloudar Teams and especially our Customers ! Thank you. </p>
<p>Please consult the <a href="https://cloudar.be/services-solutions/aws-migration-expertise-guidance/">Public Migration Customer cases</a> on our website and reach out.</p>
<p>The post <a href="https://cloudar.be/awsblog/great-news-cloudar-is-an-official-aws-migration-competency-delivery-partner/">Great News : Cloudar is an official AWS Migration Competency Delivery Partner !</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Slice and Dice your Cloud Migration and Keep Moving</title>
		<link>https://cloudar.be/awsblog/slice-and-dice-your-cloud-migration-and-keep-moving/</link>
		
		<dc:creator><![CDATA[Patrick Daulie]]></dc:creator>
		<pubDate>Mon, 16 Dec 2019 11:25:57 +0000</pubDate>
				<category><![CDATA[AWS Blog]]></category>
		<category><![CDATA[Managed Services]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[DevOps]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[MSP]]></category>
		<guid isPermaLink="false">https://www.cloudar.be/?p=16423</guid>

					<description><![CDATA[<p>&#8220;The only thing that is constant is change.&#8221; &#8211; Heraclitus In IT we have learned to embrace change and new technology. We all need to change if we want our businesses to stay relevant, don&#8217;t we? But change, and certainly positive change, doesn&#8217;t always happen overnight. It is a process in which we will need [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/slice-and-dice-your-cloud-migration-and-keep-moving/">Slice and Dice your Cloud Migration and Keep Moving</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>&#8220;The only thing that is constant is change.&#8221; &#8211; Heraclitus</strong></p>
<p>In IT we have learned to embrace change and new technology. We all need to change if we want our businesses to stay relevant, don&#8217;t we? But change, and certainly positive change, doesn&#8217;t always happen overnight. It is a process in which we will need to make decisions that will define the desired output.</p>
<p>Since systems, including people and organizations, are interconnected, we have to approach change holistically to make it happen. Therefore, processes exist to guide you during the transformation and help you to arrive at the desired state. In our digital transformation journey and in Cloud Migration it&#8217;s not different.</p>
<p>Our approach towards Cloud Migration is a tried and true, structured approach, in which we will first prepare ourselves, then acquire the right methodologies and tools to lay solid foundations and from there on, start practicing and building. During this execution phase, we will iteratively ‘Slice and Dice’ your workloads and business capabilities into reasonable and practical actionables, following an agile approach. Practice makes perfect and before you know it, you&#8217;re migrating at scale.</p>
<p>In this perspective, the setup of a highly efficient Migration Factory is utterly important. Here we will make use of the technology and tools at hand to facilitate and automate the migration as much as we can. You can for example make use of CloudEndure, which delivers flexible and innovative migration solutions. Cloudendure offers Continuous block-level replication, cross-infrastructure machine conversion, does automated orchestration and this with a minimal footprint.</p>
<p>Once you&#8217;re in the AWS cloud, possibilities to improve, optimize and reinvent are numerous.</p>
<p>Business capabilities will be transformed with available Cloud-Native Services and Technology.</p>
<p>Choosing a partner or MSP that guides you and will help you make the right decisions during the journey, is a direction that you should make as early in the process as possible. It&#8217;s an important decision, because once you started your Cloud journey, you will start to see opportunities in which a trusted advisor is a valuable resource to ensure you make the right choices.</p>
<p>Do you want to know where you are in your Cloud journey or where to get started ? Contact your partner for an AWS Migration Readiness Assessment or a AWS Well-Architected Review. It&#8217;s a small step, but an essential one to keep your business moving forward in a fast-pace world.</p>
<p>&nbsp;</p>
<p>The post <a href="https://cloudar.be/awsblog/slice-and-dice-your-cloud-migration-and-keep-moving/">Slice and Dice your Cloud Migration and Keep Moving</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
