<?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>Patrick Daulie, Author at Cloudar</title>
	<atom:link href="https://cloudar.be/author/patrickcloudar-be/feed/" rel="self" type="application/rss+xml" />
	<link>https://cloudar.be/author/patrickcloudar-be/</link>
	<description>100% Focus On AWS // 100% Customer Obsession</description>
	<lastBuildDate>Mon, 29 Jan 2024 09:43:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Enhancing redirect strategies with AWS CloudFront Functions and KeyValueStore</title>
		<link>https://cloudar.be/awsblog/enhancing-redirect-strategies-with-aws-cloudfront-functions-and-keyvaluestore/</link>
		
		<dc:creator><![CDATA[Patrick Daulie]]></dc:creator>
		<pubDate>Mon, 29 Jan 2024 09:43:44 +0000</pubDate>
				<category><![CDATA[Serverless]]></category>
		<category><![CDATA[CloudFront]]></category>
		<guid isPermaLink="false">https://cloudar.be/?p=21937</guid>

					<description><![CDATA[<p>Elevating Your E-Commerce Experience with AWS More and more, e-commerce businesses turn to serverless and cost-efficient hosting solutions from AWS, often combining CloudFront with S3, alongside other AWS services and third party APIs. Let&#8217;s take a real-life example: a common challenge encountered in e-commerce is the graceful conclusion of a &#8216;flash sales&#8217; event on a [&#8230;]</p>
<p>The post <a href="https://cloudar.be/awsblog/enhancing-redirect-strategies-with-aws-cloudfront-functions-and-keyvaluestore/">Enhancing redirect strategies with AWS CloudFront Functions and KeyValueStore</a> appeared first on <a href="https://cloudar.be">Cloudar</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>Elevating Your E-Commerce Experience with AWS</h3>
<p>More and more, e-commerce businesses turn to serverless and cost-efficient hosting solutions from AWS, often combining CloudFront with S3, alongside other AWS services and third party APIs.</p>
<p>Let&#8217;s take a real-life example: a common challenge encountered in e-commerce is the graceful conclusion of a &#8216;flash sales&#8217; event on a predefined date and time. Ensuring a seamless transition as these sales come to an end, is essential for maintaining customer satisfaction and fostering long-term loyalty.</p>
<p>In this case you want to avoid website redeployments or server-side changes. You could make use of a simple URL redirect &#8216;toggle switch&#8217;.<br />
Enter AWS’s power at the edge : AWS CloudFront Functions and CloudFront KeyValueStore!</p>
<p>This blog post will explore how I used this simple, yet powerful (and new!) KeyValueStore feature to redirect users after sales end, without server-side headaches or code changes.</p>
<h3>Creating a Seamless User Experience with CloudFront Functions :</h3>
<p>CloudFront Functions brings computation to the edge, closer to the user, which results in lightning-fast execution. By attaching a function to my CloudFront distribution and linking it to a KeyValueStore, I could easily manage the flash sales states with minimal effort. The function checks a value in the KeyValueStore and if it’s “off,” users are redirected to a “Sale Ended” page.</p>
<p>As you can see in the screenshot of the Cloudfront Functions code, it is pretty straightforward to request the value of a key and then use it in your function logic.</p>
<p><img decoding="async" src="https://cloudar.be/wp-content/uploads/2024/01/kvs.png" alt="Cloudfront KeyValueStore Function" /></p>
<p>Now you can use the value of the “Sales” KeyValue in your function logic.<br />
This example performs a redirect when the Flash Sales has ended :</p>
<p><img decoding="async" src="https://cloudar.be/wp-content/uploads/2024/01/Redirect-kvs.png" alt="Cloudfront Redirect Function" /></p>
<p>You can probably discover other use cases or solutions built upon this feature, such as A/B testing, feature flags or access authorization based on data stored in the KeyValueStore.</p>
<p>Stay tuned for more posts, where I’ll dive deeper into the benefits of AWS serverless technologies, helping you tap into the potential of the cloud for your e-commerce and other application needs!</p>
<p>Do not underestimate the power of AWS Cloudfront Functions: it has supersonic execution times for your Viewer requests and Viewer Responses. Think about cache-key and header manipulation, access authorization at the Edge. And as mentioned, nifty URL rewrite and redirect capabilities.</p>
<p>In one of my upcoming blog posts, I will be adding more functionalities to Cloudfront/S3 web applications. So don’t miss out on the insights – follow our blog and join me on this journey to unlock the full potential of serverless architectures with AWS!</p>
<h3>Conclusion:</h3>
<p><strong>CloudFront Functions and KeyValueStore simplify redirection after flash sales, showcasing the potency of edge computing.</strong></p>
<p>The post <a href="https://cloudar.be/awsblog/enhancing-redirect-strategies-with-aws-cloudfront-functions-and-keyvaluestore/">Enhancing redirect strategies with AWS CloudFront Functions and KeyValueStore</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>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>
