[Yandex Cloud documentation](../../index.md) > [Yandex Cloud CDN](../index.md) > [Step-by-step guides](index.md) > Migrating a resource from EdgeCDN

# Migrating CDN resources and origin groups to Yandex Cloud CDN

Starting January 22, 2026, our Cloud CDN partner, EdgeCenter (EdgeCDN provider), will stop providing CDN on the Yandex Cloud platform.

Yandex Cloud will automatically migrate CDN resources and origin groups from EdgeCDN to Yandex Cloud CDN by January 17, 2026. After the migration, the service will [cost](../pricing.md) the same.

To start using your migrated CDN resources and origin groups:
1. [Enable access to the content](#content-access).
1. [Verify your TLS certificate](#tls).
1. [Edit the CNAME record](#cname).
1. [Check origins for protection against information attacks](#ddos).
1. [Test the resource](#check).

## Enable access to the content {#content-access}

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select the [folder](../../resource-manager/concepts/resources-hierarchy.md#folder) housing your CDN resource from the EdgeCDN provider.
  1. Navigate to **Cloud CDN**.
  1. In the list of resources, find your migrated CDN resource. Make sure its provider is `Yandex Cloud CDN` and its primary domain name is the same as in EdgeCDN. 
  1. If the **Status** column of the migrated CDN resource says `Not active`, enable access to the content:
      1. Click ![image](../../_assets/console-icons/ellipsis.svg) next to the resource and select ![image](../../_assets/console-icons/pencil.svg) **Edit**.
      1. Under **Content**, enable access to the content and click **Save**.

  {% note info %}

  It may take up to 15 minutes for the new CDN server settings to take effect. 

  {% endnote %}

{% endlist %}

## Verify your TLS certificate {#tls}

{% list tabs group=instructions %}

- Management console {#console}

  If you previously uploaded a TLS certificate for the original CDN resource, select the new CDN resource that has Yandex Cloud CDN as provider in the [management console](https://console.yandex.cloud) and make sure your certificate name is specified in the **Certificate type** section.
      
  {% note warning %}

  Previously, EdgeCDN supported issuing TLS certificates automatically for CDN resources. In CDN resource settings, such certificate type is shown as **Let's Encrypt^®^**. 

  You cannot migrate such certificates from EdgeCDN to Yandex Cloud CDN. Instead, [issue](../../certificate-manager/operations/managed/cert-create.md) a new Let's Encrypt^®^ certificate or [upload](../../certificate-manager/operations/import/cert-create.md) a custom one through Yandex Certificate Manager and specify it in the settings of the migrated CDN resource.

  {% endnote %}

{% endlist %}

## Editing the CNAME record {#cname}

1. Learn the current CNAME record value:

    {% list tabs group=instructions %}

    - Management console {#console}

      1. Select the CDN resource with the Yandex Cloud CDN provider you created.
      1. Under **DNS settings**, copy the CNAME value, i.e., `e1b83ae3********.topology.gslb.yccdn.ru`.

    {% endlist %}

1. In your DNS hosting settings, change the CNAME record value from the one pointing to the EdgeCDN domain name to the one pointing to Yandex Cloud CDN.

    <br>

    > Example of the original record for EdgeCDN:
    > 
    > ```text
    > cdn.example.com. CNAME cl-msa87*****.edgecdn.ru
    > ```
    > 
    > Example of the edited record for Yandex Cloud CDN:
    > 
    > ```text
    > cdn.example.com. CNAME e1b83ae3********.topology.gslb.yccdn.ru
    > ```

    {% note tip %}
    
    If you use Yandex Cloud DNS for DNS hosting, check out [this guide](../../dns/operations/resource-record-update.md).
    
    {% endnote %}

    The new resource will start running properly after the CNAME record you edited on your DNS hosting gets propagated across DNS servers. This may take a few hours. For details, see [this section](../concepts/resource.md#hostnames) on domain names for content distribution.

    {% note info %}
    
    Do not use an [ANAME](../../dns/concepts/resource-record.md#aname) resource record with domain names for content distribution; otherwise, the end user will get a response from a CDN server not linked to the user geolocation. The response will always be the same for all users.
    
    {% endnote %}

## Check origins for protection against information attacks {#ddos}

If the origin you are adding to Yandex Cloud CDN has information security measures in place, e.g., a firewall or DDoS protection, make sure [Yandex Cloud CDN addresses](https://tech.cdn.yandex.net/prefixes/yc.json) are whitelisted.

## Test the resource {#check}

Once your CNAME record gets propagated across DNS servers, client requests will start arriving to your new CDN resource.

To check whether your resource works properly:

{% list tabs group=instructions %}

- Management console {#console}

  1. In the [management console](https://console.yandex.cloud), select the folder where the CDN resource was created.
  1. Navigate to **Cloud CDN**.
  1. Select the CDN resource you previously created.
  1. Navigate to the **Monitoring** tab.

{% endlist %}

#### Useful links {#see-also}

* [Copying a configuration from one resource to another](resources/copy-resource.md)
* [Viewing CDN resource statistics](resources/get-stats.md)