Skip to content

Conversation

@cloudjumpercat
Copy link
Contributor

@cloudjumpercat cloudjumpercat commented Jan 22, 2026

Description

Fixes #issue

Preview Links

https://deploy-preview-3975--kongdeveloper.netlify.app/dedicated-cloud-gateways/multi-region-aws-managed-cache/

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
@netlify
Copy link

netlify bot commented Jan 22, 2026

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 9271950
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/69727bcd2bf8df000801385a
😎 Deploy Preview https://deploy-preview-3975--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
1. Create a control plane group enabled for dedicated cloud gateways.
1. Add AWS multi-region data plane groups to the control plane group.
1. Add control planes to the control plane group.
1. Set up a managed cache the control plane group, specifying the size of the cache:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Set up a managed cache the control plane group, specifying the size of the cache:
1. Set up a managed cache for the control plane group, specifying the size of the cache:

{% konnect_api_request %}
url: /v2/cloud-gateways/add-ons/{addOnId}
status_code: 201
method: POST

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
method: POST
method: GET

{% capture get_addon %}
{% konnect_api_request %}
url: /v2/cloud-gateways/add-ons/{addOnId}
status_code: 201

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
status_code: 201
status_code: 200

Dedicated Cloud Gateway (DCGW) Managed Cache introduces a built-in Redis-compatible datastore that powers all Redis-enabled plugins across {{site.base_gateway}} deployments. This enhancement enables seamless activation and operation of performance-critical, redis-backed plugins, including Proxy Caching, Rate Limiting, AI Rate Limiting, ACME, and more. This fully-managed Redis service is provisioned and operated by Kong, removing the need for you to host Redis infrastructure.

You can configure AWS managed caches for control planes and control plane groups. When you configure a managed cache, you can select from the following cache sizes:
* Micro: ~0.5 GiB capacity

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants