# Managed Services

Managed services is the outsourcing of day-to-day technology management responsibilities to a third party, including ongoing management, administration, or monitoring of IT systems, infrastructure, applications, networks, or their security.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## The (European) cloud ladder: from virtual server to MS 365

DevFeed: [The (European) cloud ladder: from virtual server to MS 365](<https://devfeed.tech/articles/the-european-cloud-ladder-from-virtual-server-to-ms-365-36557.md>)

Original publisher: [Read original article](<https://berthub.eu/articles/posts/the-european-cloud-ladder/>)

Published: 2025-03-14T11:00:13Z

Content type: article

Language: en

Sources: [Bert Hubert's writings](<https://devfeed.tech/sources/bert-hubert-s-writings.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Server](<https://devfeed.tech/topics/server.md>), [Managed Services](<https://devfeed.tech/topics/managed-services.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [iac](<https://devfeed.tech/tags/iac.md>), [private-cloud](<https://devfeed.tech/tags/private-cloud.md>), [saas](<https://devfeed.tech/tags/saas.md>), [server](<https://devfeed.tech/tags/server.md>), [virtual](<https://devfeed.tech/tags/virtual.md>)

### AI overview

This article explains Europe's dependence on American cloud providers by presenting a cloud ladder, from owning data centers and virtual servers to renting computing power and using managed services such as databases and AI language models. It compares cloud models by considering how much work is outsourced, how much control remains, and the effects on future planning and pricing.

### Source excerpt

We have extensive discussions about our enormous dependence on American clouds, but what exactly are we talking about? And is Europe equally dependent on all types of cloud? This article is aimed at policy makers, but it may also provide some clarity about the broader landscape to actual cloud users. There is also a Dutch version of this page. Cloud in Shapes and Sizes Public cloud, private cloud, IaaS, PaaS, SaaS, IaC, CaaS - what do all these terms mean?

## Building durable cloud control systems with Temporal

DevFeed: [Building durable cloud control systems with Temporal](<https://devfeed.tech/articles/building-durable-cloud-control-systems-with-temporal-35745.md>)

Original publisher: [Read original article](<https://temporal.io/blog/building-durable-cloud-control-systems-with-temporal>)

Author: Sergey Bykov

Published: 2025-01-16T00:00:00Z

Content type: article

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [Cloud](<https://devfeed.tech/topics/cloud.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Cloud Architecture](<https://devfeed.tech/topics/cloud-architecture.md>), [Multi-tenancy](<https://devfeed.tech/topics/multi-tenancy.md>), [control-plane](<https://devfeed.tech/topics/control-plane.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Managed Services](<https://devfeed.tech/topics/managed-services.md>), [reliability](<https://devfeed.tech/topics/reliability.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [cell-based-architecture](<https://devfeed.tech/tags/cell-based-architecture.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-services](<https://devfeed.tech/tags/cloud-services.md>), [database](<https://devfeed.tech/tags/database.md>), [high-availability](<https://devfeed.tech/tags/high-availability.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [managed-services](<https://devfeed.tech/tags/managed-services.md>), [multi-tenancy](<https://devfeed.tech/tags/multi-tenancy.md>), [reliability](<https://devfeed.tech/tags/reliability.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

Temporal describes how it built Temporal Cloud as a managed service, emphasizing multi-tenancy, durable execution, and a separation between data-plane and control-plane responsibilities. It also explains using cell-based architecture to isolate resources and limit the impact of failures.

### Source excerpt

Explore how Temporal leverages durable execution, multi-tenancy, and cell-based architecture to build scalable, reliable cloud control systems. Learn key lessons and insights for managed cloud services.