<?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>cloud computing &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/cloud-computing/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Sat, 01 Nov 2025 15:58:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>New Attacks Against Secure Enclaves</title>
		<link>https://noise.getoto.net/2025/11/10/new-attacks-against-secure-enclaves/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Mon, 10 Nov 2025 12:04:55 +0000</pubDate>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Data protection]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[physical security]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=71121</guid>

					<description><![CDATA[<p>Encryption can protect data at rest and data in transit, but does nothing for data in use. What we have are secure enclaves. I’ve <a href="https://www.schneier.com/academic/archives/2023/12/decoupling-for-security.html">written about</a> this before:</p>
<blockquote><p>Almost all cloud services have to perform some computation on our data. Even the simplest storage provider has code to copy bytes from an internal storage system and deliver them to the user. End-to-end encryption is sufficient in such a narrow context. But often we want our cloud providers to be able to perform computation on our raw data: search, analysis, AI model training or fine-tuning, and more. Without expensive, esoteric techniques, such as secure multiparty computation protocols or homomorphic encryption techniques that can perform calculations on encrypted data, cloud servers require access to the unencrypted data to do anything useful...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>UK Is Ordering Apple to Break Its Own Encryption</title>
		<link>https://noise.getoto.net/2025/02/08/uk-is-ordering-apple-to-break-its-own-encryption/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Sat, 08 Feb 2025 15:56:32 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[backdoors]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[data privacy]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[law enforcement]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[UK]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=69891</guid>

					<description><![CDATA[<p>The <i>Washington Post</i> is <a href="https://www.washingtonpost.com/technology/2025/02/07/apple-encryption-backdoor-uk/">reporting</a> that the UK government has served Apple with a “technical capability notice” as defined by the 2016 Investigatory Powers Act, requiring it to break the Advanced Data Protection encryption in iCloud for the benefit of law enforcement.</p>
<p>This is a big deal, and something we in the security community have worried was coming for a while now.</p>
<blockquote><p>The law, known by critics as the Snoopers’ Charter, makes it a criminal offense to reveal that the government has even made such a demand. An Apple spokesman declined to comment...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>On the Insecurity of Software Bloat</title>
		<link>https://noise.getoto.net/2024/02/15/on-the-insecurity-of-software-bloat/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Thu, 15 Feb 2024 12:04:45 +0000</pubDate>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=68431</guid>

					<description><![CDATA[<p><a href="https://spectrum.ieee.org/lean-software-development">Good essay</a> on software bloat and the insecurities it causes.</p>
<blockquote><p>The world ships too much code, most of it by third parties, sometimes unintended, most of it uninspected. Because of this, there is a huge <i>attack surface</i> full of mediocre code. Efforts are ongoing to improve the quality of code itself, but many exploits are due to logic fails, and less progress has been made scanning for those. Meanwhile, great strides could be made by paring down just how much code we expose to the world. This will increase time to market for products, but legislation is around the corner that should force vendors to take security more seriously...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Decoupling for Security</title>
		<link>https://noise.getoto.net/2023/11/08/decoupling-for-security/</link>
		
		<dc:creator><![CDATA[B. Schneier]]></dc:creator>
		<pubDate>Wed, 08 Nov 2023 12:08:09 +0000</pubDate>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[computer security]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=68058</guid>

					<description><![CDATA[<p><em>This is an excerpt from a longer paper. You can read the whole thing (complete with sidebars and illustrations) <a href="https://www.schneier.com/essays/archives/2023/11/decoupling-for-security.html">here</a>.</em></p>
<p>Our message is simple: it is possible to get the best of both worlds. We can and should get the benefits of the cloud while taking security back into our own hands. Here we outline a strategy for doing that.</p>
<h3>What Is Decoupling?</h3>
<p>In the last few years, a slew of ideas old and new have converged to reveal a path out of this morass, but they haven’t been widely recognized, combined, or used. These ideas, which we’ll refer to in the aggregate as “decoupling,” allow us to rethink both security and privacy...</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Curbing Connection Churn in Zuul</title>
		<link>https://noise.getoto.net/2023/08/16/curbing-connection-churn-in-zuul/</link>
		
		<dc:creator><![CDATA[Netflix Technology Blog]]></dc:creator>
		<pubDate>Wed, 16 Aug 2023 17:55:48 +0000</pubDate>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[high availability]]></category>
		<category><![CDATA[load balancing]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[software engineering]]></category>
		<guid isPermaLink="false">https://medium.com/p/2feb273a3598</guid>

					<description><![CDATA[By Arthur Gonigberg, Argha CPlaintext PastWhen Zuul was designed and developed, there was an inherent assumption that connections were effectively free, given we weren’t using mutual TLS (mTLS). It’s built on top of Netty, using event loops for non-blo...]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>LastPass Breach</title>
		<link>https://noise.getoto.net/2022/12/26/lastpass-breach/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Mon, 26 Dec 2022 12:06:18 +0000</pubDate>
				<category><![CDATA[breaches]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Data Breaches]]></category>
		<category><![CDATA[Password Safe]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=66411</guid>

					<description><![CDATA[<p>Last August, LastPass <a href="https://www.schneier.com/blog/archives/2022/12/lastpass-security-breach.html">reported</a> a security breach, saying that no customer information—or passwords—were compromised. Turns out the full story <a href="https://blog.lastpass.com/2022/12/notice-of-recent-security-incident/">is worse</a>:</p>
<blockquote><p>While no customer data was accessed during the August 2022 incident, some source code and technical information were stolen from our development environment and used to target another employee, obtaining credentials and keys which were used to access and decrypt some storage volumes within the cloud-based storage service.</p>
<p>[…]</p>
<p>To date, we have determined that once the cloud storage access key and dual storage container decryption keys were obtained, the threat actor copied information from backup that contained basic customer account information and related metadata including company names, end-user names, billing addresses, email addresses, telephone numbers, and the IP addresses from which customers were accessing the LastPass service...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Apple Is Finally Encrypting iCloud Backups</title>
		<link>https://noise.getoto.net/2022/12/12/apple-is-finally-encrypting-icloud-backups/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Mon, 12 Dec 2022 12:00:53 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=66345</guid>

					<description><![CDATA[<p>After way too many years, Apple is <i>finally</i> <a href="https://www.theverge.com/2022/12/7/23498580/apple-end-to-end-encryption-icloud-backups-advanced-data-protection">encrypting iCloud backups</a>:</p>
<blockquote><p>Based on a screenshot from Apple, these categories are covered when you flip on Advanced Data Protection: device backups, messages backups, iCloud Drive, Notes, Photos, Reminders, Safari bookmarks, Siri Shortcuts, Voice Memos, and Wallet Passes. Apple says the only “major” categories not covered by Advanced Data Protection are iCloud Mail, Contacts, and Calendar because “of the need to interoperate with the global email, contacts, and calendar systems,” according to its press release...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Apple’s Device Analytics Can Identify iCloud Users</title>
		<link>https://noise.getoto.net/2022/11/22/apples-device-analytics-can-identify-icloud-users/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Tue, 22 Nov 2022 15:28:54 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[courts]]></category>
		<category><![CDATA[identification]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[tracking]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=66258</guid>

					<description><![CDATA[<p>Researchers <a href="https://www.macrumors.com/2022/11/21/apple-device-analytics-identifying-user/">claim</a> that supposedly anonymous device analytics information can identify users:</p>
<blockquote><p>On <a href="https://twitter.com/mysk_co/status/1594515229915979776?s=61&#38;t=rpR_X8V52MjKkTSK1fwzZg">Twitter</a>, security researchers Tommy Mysk and Talal Haj Bakry have found that Apple’s device analytics data includes an iCloud account and can be linked directly to a specific user, including their name, date of birth, email, and associated information stored on iCloud.</p></blockquote>
<p>Apple has long claimed otherwise:</p>
<blockquote><p>On Apple’s device analytics and privacy <a href="https://www.apple.com/legal/privacy/data/en/device-analytics/">legal page</a>, the company says no information collected from a device for analytics purposes is traceable back to a specific user. “iPhone Analytics may include details about hardware and operating system specifications, performance statistics, and data about how you use your devices and applications. None of the collected information identifies you personally,” the company claims...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Using CodePipeline to Host a Static Website</title>
		<link>https://noise.getoto.net/2022/10/19/using-codepipeline-to-host-a-static-website/</link>
		
		<dc:creator><![CDATA[Jessica Veljanovska]]></dc:creator>
		<pubDate>Wed, 19 Oct 2022 03:07:46 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[General]]></category>
		<guid isPermaLink="false">https://www.anchor.com.au/?p=26505</guid>

					<description><![CDATA[<p>There are a variety of ways in which to host a website online. This blog (post) explores how to simply publish and automate a statically built website. Hugo is one such example of a system which can create static websites and is popularly used for blogs. The final website itself, will consist and contain; HTML, […]</p>
<p>The post <a rel="nofollow" href="https://www.anchor.com.au/blog/2022/10/using-codepipeline-to-host-a-static-website/">Using CodePipeline to Host a Static Website</a> appeared first on <a rel="nofollow" href="https://www.anchor.com.au/">Anchor &#124; Cloud Engineering Services</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Apple Adds a Backdoor to iMessage and iCloud Storage</title>
		<link>https://noise.getoto.net/2021/08/10/apple-adds-a-backdoor-to-imesssage-and-icloud-storage/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Tue, 10 Aug 2021 11:37:30 +0000</pubDate>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[backdoors]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Edward Snowden]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[surveillance]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=63542</guid>

					<description><![CDATA[<p>Apple’s <a href="https://www.apple.com/child-safety/">announcement</a> that it’s going to start scanning photos for child abuse material is a big deal. (<a href="https://www.nytimes.com/2021/08/05/technology/apple-iphones-privacy.html">Here</a> <a href="https://www.washingtonpost.com/technology/2021/08/05/apple-child-pornography-iphone/">are</a> <a href="https://www.wsj.com/articles/apple-plans-to-have-iphones-detect-child-pornography-fueling-privacy-debate-11628190971">five</a> <a href="https://www.reuters.com/world/middle-east/apple-not-pass-icloud-photo-uploads-law-enforcement-if-they-do-not-contain-child-2021-08-06/">news</a> <a href="https://www.ft.com/content/14440f81-d405-452f-97e2-a81458f5411f">stories</a>.) I have been following the details, and discussing it in several different email lists. I don’t have time right now to delve into the details, but wanted to post something.</p>
<p>EFF <a href="https://www.eff.org/deeplinks/2021/08/apples-plan-think-different-about-encryption-opens-backdoor-your-private-life">writes</a>:</p>
<blockquote><p>There are two main features that the company is planning to install in every Apple device. One is a scanning feature that will scan all photos as they get uploaded into iCloud Photos to see if they match a photo in the database of known child sexual abuse material (CSAM) maintained by the National Center for Missing &#38; Exploited Children (NCMEC). The other feature scans all iMessage images sent or received by child accounts — that is, accounts designated as owned by a minor — for sexually explicit material, and if the child is young enough, notifies the parent when these images are sent or received. This feature can be turned on or off by parents...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Storing Encrypted Photos in Google’s Cloud</title>
		<link>https://noise.getoto.net/2021/07/30/storing-encrypted-photos-in-googles-cloud/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Fri, 30 Jul 2021 11:34:12 +0000</pubDate>
				<category><![CDATA[academic papers]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=63519</guid>

					<description><![CDATA[<p>New paper: “<a href="https://www.cs.columbia.edu/~nieh/pubs/mobisys2021_esp.pdf">Encrypted Cloud Photo Storage Using Google Photos</a>“:</p>
<blockquote><p><b>Abstract:</b> Cloud photo services are widely used for persistent, convenient, and often free photo storage, which is especially useful for mobile devices. As users store more and more photos in the cloud, significant privacy concerns arise because even a single compromise of a user’s credentials give attackers unfettered access to all of the user’s photos. We have created Easy Secure Photos (ESP) to enable users to protect their photos on cloud photo services such as Google Photos. ESP introduces a new client-side encryption architecture that includes a novel format-preserving image encryption algorithm, an encrypted thumbnail display mechanism, and a usable key management system. ESP encrypts image data such that the result is still a standard format image like JPEG that is compatible with cloud photo services. ESP efficiently generates and displays encrypted thumbnails for fast and easy browsing of photo galleries from trusted user devices. ESP’s key management makes it simple to authorize multiple user devices to view encrypted image content via a process similar to device pairing, but using the cloud photo service as a QR code communication channel. We have implemented ESP in a popular Android photos app for use with Google Photos and demonstrate that it is easy to use and provides encryption functionality transparently to users, maintains good interactive performance and image quality while providing strong privacy guarantees, and retains the sharing and storage benefits of Google Photos without any changes to the cloud service...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Apple Will Offer Onion Routing for iCloud/Safari Users</title>
		<link>https://noise.getoto.net/2021/06/22/apple-will-offer-onion-routing-for-icloud-safari-users/</link>
		
		<dc:creator><![CDATA[Bruce Schneier]]></dc:creator>
		<pubDate>Tue, 22 Jun 2021 11:54:09 +0000</pubDate>
				<category><![CDATA[anonymity]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[tor]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.schneier.com/?p=63391</guid>

					<description><![CDATA[<p>At this year’s Apple Worldwide Developer Conference, Apple <a href="https://developer.apple.com/videos/play/wwdc2021/10096">announced</a> <a href="https://appleinsider.com/articles/21/06/07/privacy-focused-icloud-includes-private-relay-browsing-hide-my-email-secure-homekit-cameras">something</a> called “iCloud Private Relay.” That’s basically its private version of <a href="https://appleinsider.com/articles/21/06/10/how-apple-icloud-private-relay-works">onion</a> <a href="https://www.cnet.com/news/no-apples-private-relay-is-not-a-vpn/">routing</a>, which is what Tor does.</p>
<blockquote><p>Privacy Relay is built into both the forthcoming iOS and MacOS versions, but it will only work if you’re an iCloud Plus subscriber and you have it enabled from within your iCloud settings.</p>
<p>Once it’s enabled and you open Safari to browse, Private Relay splits up two pieces of information that — when delivered to websites together as normal — could quickly identify you. Those are your IP address (who and exactly where you are) and your DNS request (the address of the website you want, in numeric form)...</p></blockquote>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Anchor &#124; Cloud Engineering Services 2022-05-27 07:02:18</title>
		<link>https://noise.getoto.net/2021/05/27/aws-managed-services-by-anchor-2021-05-27-070218/</link>
		
		<dc:creator><![CDATA[Gerald Bachlmayr]]></dc:creator>
		<pubDate>Thu, 27 May 2021 04:02:18 +0000</pubDate>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Technical]]></category>
		<guid isPermaLink="false">https://www.anchor.com.au/?p=25729</guid>

					<description><![CDATA[<p>The CEO of ‘Waterfall &#38; Silo’ walks into the meeting room and asks his three internal advisors: How are we progressing with our enterprise transformation towards DevOps, business agility and simplification?  The well-prepared advisors, who had read at least a book and a half about organisational transformation and also watched a considerable number of Youtube […]</p>
<p>The post <a rel="nofollow" href="https://www.anchor.com.au/blog/2022/05/death-by-nodevops/"></a> appeared first on <a rel="nofollow" href="https://www.anchor.com.au/">Anchor &#124; Cloud Engineering Services</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>AWS Managed Services by Anchor 2021-03-23 07:38:38</title>
		<link>https://noise.getoto.net/2021/03/23/aws-managed-services-by-anchor-2021-03-23-073838/</link>
		
		<dc:creator><![CDATA[Gerald Bachlmayr]]></dc:creator>
		<pubDate>Tue, 23 Mar 2021 04:38:38 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[eCommerce]]></category>
		<guid isPermaLink="false">https://www.anchor.com.au/?p=25708</guid>

					<description><![CDATA[<p>The retail market has changed a lot over the last years and Covid is often referenced as the main driver for digital transformation and self-service offerings. Retail customers can easily compare products and customer feedback online via various comparison websites and search engines. The customers interact with the e-commerce application that allows them to search […]</p>
<p>The post <a rel="nofollow" href="https://www.anchor.com.au/blog/2021/03/why-cloud-native-is-essential-for-your-2021-retail-strategy-and-how-to-get-started/"></a> appeared first on <a rel="nofollow" href="https://www.anchor.com.au/">AWS Managed Services by Anchor</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>AWS Managed Services by Anchor 2021-02-12 02:20:26</title>
		<link>https://noise.getoto.net/2021/02/12/aws-managed-services-by-anchor-2021-02-12-022026/</link>
		
		<dc:creator><![CDATA[Andy Haine]]></dc:creator>
		<pubDate>Fri, 12 Feb 2021 00:20:26 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud computing]]></category>
		<guid isPermaLink="false">https://www.anchor.com.au/?p=25653</guid>

					<description><![CDATA[<p>If you’re an SMB or enterprise business with a sizable reliance on digital infrastructure, it is a common query to wonder if moving your online services to a cloud provider could allow you simplify your services, benefit from a network that is perceived to be infallible, and ultimately, to downsize on technical staff and slim […]</p>
<p>The post <a rel="nofollow" href="https://www.anchor.com.au/blog/2021/02/is-it-possible-to-downsize-it-staff-by-making-the-switch-to-aws/"></a> appeared first on <a rel="nofollow" href="https://www.anchor.com.au/">AWS Managed Services by Anchor</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Why businesses are migrating to AWS Managed Cloud Hosting during the COVID-19 pandemic</title>
		<link>https://noise.getoto.net/2021/02/12/why-businesses-are-migrating-to-aws-managed-cloud-hosting-during-the-covid-19-pandemic/</link>
		
		<dc:creator><![CDATA[Andy Haine]]></dc:creator>
		<pubDate>Fri, 12 Feb 2021 00:05:10 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Migration]]></category>
		<guid isPermaLink="false">https://www.anchor.com.au/?p=25649</guid>

					<description><![CDATA[<p>COVID-19 has been an eye-opening experience for many of us. Prior to the current pandemic, many of us, as individuals, had never experienced the impacts of a global health crisis before. The same can very much be said for the business world. Quite simply, many businesses never considered it, nor had a plan in place […]</p>
<p>The post <a rel="nofollow" href="https://www.anchor.com.au/blog/2021/02/why-businesses-are-migrating-to-aws-managed-cloud-hosting-during-the-covid-19-pandemic/">Why businesses are migrating to AWS Managed Cloud Hosting during the COVID-19 pandemic</a> appeared first on <a rel="nofollow" href="https://www.anchor.com.au/">AWS Managed Services by Anchor</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>AWS Managed Services by Anchor 2021-02-12 01:52:57</title>
		<link>https://noise.getoto.net/2021/02/12/aws-managed-services-by-anchor-2021-02-12-015257/</link>
		
		<dc:creator><![CDATA[Andy Haine]]></dc:creator>
		<pubDate>Thu, 11 Feb 2021 23:52:57 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://www.anchor.com.au/?p=25645</guid>

					<description><![CDATA[<p>The thought of downtime can bring a chill to the bones of any IT team. Depending on the online demand you have for your products or services, even an hour or two of downtime can result in significant financial losses or catastrophic consequences of various other kinds. As such, avoiding downtime should be a high […]</p>
<p>The post <a rel="nofollow" href="https://www.anchor.com.au/blog/2021/02/25645/"></a> appeared first on <a rel="nofollow" href="https://www.anchor.com.au/">AWS Managed Services by Anchor</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>AWS Managed Services by Anchor 2021-01-13 03:31:09</title>
		<link>https://noise.getoto.net/2021/01/13/aws-managed-services-by-anchor-2021-01-13-033109/</link>
		
		<dc:creator><![CDATA[Douglas Chang]]></dc:creator>
		<pubDate>Wed, 13 Jan 2021 01:31:09 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud computing]]></category>
		<guid isPermaLink="false">https://www.anchor.com.au/?p=25624</guid>

					<description><![CDATA[<p>If you’re an IT Manager or Operations Manager who has considered moving your company’s online assets into the AWS cloud, you may have started by wondering, what is it truly going to involve? One of the first decisions you will need to make is whether you are going to approach the cloud with the assistance […]</p>
<p>The post <a rel="nofollow" href="https://www.anchor.com.au/blog/2021/01/25624/"></a> appeared first on <a rel="nofollow" href="https://www.anchor.com.au/">AWS Managed Services by Anchor</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Why AWS Dominates The Cloud Services Marketplace</title>
		<link>https://noise.getoto.net/2020/11/16/why-aws-dominates-the-cloud-services-marketplace/</link>
		
		<dc:creator><![CDATA[Laurent Harvey]]></dc:creator>
		<pubDate>Mon, 16 Nov 2020 01:39:24 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[Industry News]]></category>
		<guid isPermaLink="false">https://www.anchor.com.au/?p=25591</guid>

					<description><![CDATA[<p>Year after year, AWS maintains a very significant lead in the cloud marketplace over its closest competitors, including Microsoft Azure, Google Cloud Platform, as well as a number of other smaller cloud providers. According to recent research published by&#160;Synergy Research Group, Amazon has 33% of the cloud infrastructure market share, with Microsoft trailing behind at [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.anchor.com.au/blog/2020/11/why-aws-dominates-the-cloud-services-marketplace/">Why AWS Dominates The Cloud Services Marketplace</a> appeared first on <a rel="nofollow" href="https://www.anchor.com.au/">AWS Managed Services by Anchor</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>3 Common Problems Businesses Face Which Can Be Solved By AWS Cloud.</title>
		<link>https://noise.getoto.net/2020/11/09/3-common-problems-businesses-face-which-can-be-solved-by-aws-cloud/</link>
		
		<dc:creator><![CDATA[Andy Haine]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 02:19:36 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud computing]]></category>
		<guid isPermaLink="false">https://www.anchor.com.au/?p=25578</guid>

					<description><![CDATA[<p>Business leaders know all too well the long list of challenges involved in taking any business to the next level. Cash flow, human resources, infrastructure, growing marketing spend, refining or expanding on processes, and company culture are just a few of the many considerations. One particularly important challenge is choosing the right software and tools [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.anchor.com.au/blog/2020/11/3-common-problems-businesses-face-which-can-be-solved-by-aws-cloud/">3 Common Problems Businesses Face Which Can Be Solved By AWS Cloud.</a> appeared first on <a rel="nofollow" href="https://www.anchor.com.au/">AWS Managed Services by Anchor</a>.</p>]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 41/360 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-10 23:47:58 by W3 Total Cache
-->