Skip to content

Commit 49fbab5

Browse files
committed
update branding from Linode to Akamai, update prerequisite doc links
1 parent af2dd23 commit 49fbab5

29 files changed

+30
-30
lines changed
File renamed without changes.
File renamed without changes.

docs/guides/kubernetes/migrating-from-aws-sns-to-rabbitmq-on-linode/index.md renamed to docs/guides/kubernetes/migrating-from-aws-sns-to-rabbitmq-on-akamai/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
slug: migrating-from-aws-sns-to-rabbitmq-on-linode
3-
title: "Migrating from AWS SNS to RabbitMQ on Linode"
4-
description: "Learn how to migrate from AWS SNS to RabbitMQ running on Linode. Discover RabbitMQ's queue-based messaging and advanced routing features compared to AWS SNS."
2+
slug: migrating-from-aws-sns-to-rabbitmq-on-akamai
3+
title: "Migrating from AWS SNS to RabbitMQ on Akamai"
4+
description: "Learn how to migrate from AWS SNS to RabbitMQ running on Akamai. Discover RabbitMQ's queue-based messaging and advanced routing features compared to AWS SNS."
55
authors: ["Akamai"]
66
contributors: ["Akamai"]
7-
published: 2025-02-05
8-
keywords: ['aws','sns','rabbitmq','migration','aws sns migration','rabbitmq on linode','aws to rabbitmq','sns rabbitmq comparison']
7+
published: 2025-02-12
8+
keywords: ['aws','sns','rabbitmq','migration','aws sns migration','rabbitmq on akamai','aws to rabbitmq','sns rabbitmq comparison']
99
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
1010
external_resources:
1111
- '[AWS SNS Documentation](https://docs.aws.amazon.com/sns/)'
@@ -20,7 +20,7 @@ Amazon Web Services (AWS) Simple Notification Service (SNS) is a fully managed,
2020

2121
RabbitMQ is an open source alternative message broker that uses queue-based messaging to provide customization and control over message routing and delivery patterns. Migrating to RabbitMQ can offer developers more control over their messaging systems, with features like advanced routing and multi-protocol support.
2222

23-
This guide includes steps and recommendations on how to migrate from AWS SNS to RabbitMQ running on Linode. To help illustrate the migration process, an example Flask-based Python application running on a separate instance is used as a placeholder for your application or workload.
23+
This guide includes steps and recommendations on how to migrate from AWS SNS to RabbitMQ running on Akamai Cloud. To help illustrate the migration process, an example Flask-based Python application running on a separate instance is used as a placeholder for your application or workload.
2424

2525
## Feature Comparison
2626

@@ -39,12 +39,12 @@ This guide includes steps and recommendations on how to migrate from AWS SNS to
3939

4040
## Before You Begin
4141

42-
1. Read our [Getting Started with Linode](https://techdocs.akamai.com/cloud-computing/docs/getting-started) guide, and create a Linode account if you do not already have one.
42+
1. Read our [Getting Started](https://techdocs.akamai.com/cloud-computing/docs/getting-started) guide, and create an Akamai Cloud account if you do not already have one.
4343

44-
1. Migrating from AWS SNS to RabbitMQ on Linode requires choosing between a single Linode instance or a larger scale, more fault-tolerant environment with Linode Kubernetes Engine (LKE). Follow the appropriate guide below based on your needs:
44+
1. Migrating from AWS SNS to RabbitMQ on Akamai requires choosing between a single Linode instance or a larger scale, more fault-tolerant environment with Linode Kubernetes Engine (LKE). Follow the appropriate guide below based on your needs:
4545

46-
- [Deploy RabbitMQ through the Linode Marketplace](https://www.linode.com/marketplace/apps/linode/rabbitmq/)
47-
- [Deploying RabbitMQ on a Linode Compute Instance]()
46+
- [Deploy RabbitMQ through the Linode Marketplace](/docs/marketplace-docs/guides/rabbitmq/)
47+
- [Deploying RabbitMQ on a Linode](/docs/guides/deploying-rabbitmq-on-a-linode/)
4848
- [Deploying RabbitMQ on Kubernetes with LKE](/docs/guides/deploying-rabbitmq-on-kubernetes-with-lke/)
4949

5050
1. You must have access to your AWS account with sufficient permissions to work with SNS topics.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)