[Yandex Cloud documentation](../index.md) > Yandex Cloud CDN > Cloud CDN

# Yandex Cloud CDN

Yandex Cloud CDN enables you to set up content delivery to your end users over a content delivery network (CDN).

This will allow you to: <ul>
  <li>Partially shift loads from data origins to CDN servers through caching.</li>
  <li>Reduce content waiting time for end users.</li>
</ul>

You can manage Yandex Cloud CDN using the management console.

This service is subject to a <a href="https://yandex.com/legal/cloud_sla">service level agreement</a>. The service level is set out in the document titled <a href="https://yandex.com/legal/cloud_sla_cdn">Yandex Cloud CDN Service Level</a>.

# Yandex Cloud CDN

## Getting started

 - [Overview](quickstart/index.md)

 - [Creating a CDN resource with an origin bucket](quickstart/bucket.md)

 - [Creating a CDN resource with an origin server](quickstart/server.md)

## Step-by-step guides

 - [All guides](operations/index.md)

### Resources

 - [Creating a resource](operations/resources/create-resource.md)

 - [Copying configuration from one resource to another](operations/resources/copy-resource.md)

 - [Updating basic settings of a resource](operations/resources/configure-basics.md)

 - [Getting information about a resource](operations/resources/get-resources-info.md)

 - [Configuring resource caching](operations/resources/configure-caching.md)

 - [Configuring log export](operations/resources/configure-logs.md)

 - [Prefetching files to the CDN server cache](operations/resources/prefetch-files.md)

 - [Purging resource cache](operations/resources/purge-cache.md)

 - [Configuring request and response headers](operations/resources/configure-headers.md)

 - [Configuring CORS for responses to clients](operations/resources/configure-cors.md)

 - [Configuring HTTP methods](operations/resources/configure-http.md)

 - [Setting up an HTTP response](operations/resources/configure-response.md)

 - [Enabling file compression](operations/resources/enable-compression.md)

 - [Enabling file segmentation](operations/resources/enable-segmentation.md)

 - [Enabling origin shielding](operations/resources/enable-shielding.md)

 - [Setting up a request redirect](operations/resources/setup-http-rewrite.md)

 - [Enabling a resource to follow request redirects](operations/resources/setup-follow-redirects.md)

 - [Setting up hiding of origin headers](operations/resources/hiding-headers.md)

 - [Setting up access via a secure token](operations/resources/enable-secure-token.md)

 - [Setting up location rules](operations/resources/location-rules.md)

 - [Setting up a server name for SNI](operations/resources/configure-server-name.md)

 - [Suspending and resuming a resource](operations/resources/disable-resource.md)

 - [Managing resource labels](operations/resources/labeling.md)

 - [Configuring dedicated IP addressing](operations/resources/dedicated-ip-addressing.md)

 - [Configuring a TLS profile](operations/resources/configure-tls-profile.md)

 - [Deleting a resource](operations/resources/delete-resource.md)

 - [Viewing resource statistics](operations/resources/get-stats.md)

### Origin groups

 - [Creating an origin group](operations/origin-groups/create-group.md)

 - [Updating an origin group](operations/origin-groups/edit-group.md)

 - [Adding an origin group to a resource](operations/origin-groups/bind-group-to-resource.md)

 - [Getting information about origins](operations/origin-groups/get-group-info.md)

 - [Deleting an origin group](operations/origin-groups/delete-group.md)

 - [Migrating a resource from EdgeCDN](operations/migration.md)

## Tutorials

 - [All tutorials](tutorials/index.md)

 - [Publishing game updates](tutorials/prefetch.md)

 - [Editing website images with Thumbor](tutorials/thumbor.md)

### Integrating an L7 load balancer with a CDN and Object Storage

 - [Overview](tutorials/cdn-storage-integration/index.md)

 - [Management console, CLI, and API](tutorials/cdn-storage-integration/console.md)

 - [Terraform](tutorials/cdn-storage-integration/terraform.md)

 - [Blue-green and canary deployment of service versions](tutorials/blue-green-canary-deployment.md)

### Setting up secure content access

 - [Overview](tutorials/protected-access-to-content/index.md)

 - [Management console, CLI, and API](tutorials/protected-access-to-content/console.md)

 - [Terraform](tutorials/protected-access-to-content/terraform.md)

 - [Migrating to Yandex Cloud CDN from a third-party CDN provider](tutorials/migrate-to-yc-cdn.md)

### Setting up static website hosting in a Yandex Object Storage bucket with Yandex Cloud CDN access

 - [Overview](tutorials/cdn-hosting/index.md)

 - [Management console, CLI, and API](tutorials/cdn-hosting/console.md)

 - [Terraform](tutorials/cdn-hosting/terraform.md)

## Concepts

 - [Overview](concepts/index.md)

 - [Points of presence](concepts/points-of-presence.md)

 - [Resource](concepts/resource.md)

 - [Origins and origin groups](concepts/origins.md)

### Data exchange between clients and the CDN

 - [Overview](concepts/clients-to-servers.md)

 - [TLS certificates](concepts/clients-to-servers-tls.md)

 - [CORS](concepts/cors.md)

 - [Content compression](concepts/compression.md)

### Data exchange between the CDN and origins

 - [Overview](concepts/servers-to-origins.md)

 - [Host header](concepts/servers-to-origins-host.md)

 - [Content segmentation](concepts/slicing.md)

 - [Origin shielding](concepts/origins-shielding.md)

 - [Following request redirects](concepts/follow-redirects.md)

 - [Hiding of origin headers](concepts/hiding-headers.md)

 - [Request redirect](concepts/http-rewrite.md)

 - [Content caching](concepts/caching.md)

 - [Secure tokens](concepts/secure-tokens.md)

 - [IP-based access policy](concepts/ip-address-acl.md)

 - [Dedicated IP addressing](concepts/dedicated-ip-addressing.md)

 - [Location rules](concepts/location-rules.md)

 - [Log export](concepts/logs.md)

 - [Labels](concepts/labels.md)

 - [Quotas and limits](concepts/limits.md)

 - [Access management](security/index.md)

 - [Pricing policy](pricing.md)

## CLI reference

 - [Overview](cli-ref/index.md)

### cache

 - [Overview](cli-ref/cache/index.md)

 - [prefetch](cli-ref/cache/prefetch.md)

 - [purge](cli-ref/cache/purge.md)

### origin

 - [Overview](cli-ref/origin/index.md)

 - [create](cli-ref/origin/create.md)

 - [delete](cli-ref/origin/delete.md)

 - [get](cli-ref/origin/get.md)

 - [list](cli-ref/origin/list.md)

 - [update](cli-ref/origin/update.md)

### origin-group

 - [Overview](cli-ref/origin-group/index.md)

 - [create](cli-ref/origin-group/create.md)

 - [delete](cli-ref/origin-group/delete.md)

 - [get](cli-ref/origin-group/get.md)

 - [list](cli-ref/origin-group/list.md)

 - [update](cli-ref/origin-group/update.md)

### provider

 - [Overview](cli-ref/provider/index.md)

 - [activate](cli-ref/provider/activate.md)

 - [list-activated](cli-ref/provider/list-activated.md)

### resource

 - [Overview](cli-ref/resource/index.md)

 - [create](cli-ref/resource/create.md)

 - [delete](cli-ref/resource/delete.md)

 - [get](cli-ref/resource/get.md)

 - [get-provider-cname](cli-ref/resource/get-provider-cname.md)

 - [list](cli-ref/resource/list.md)

 - [update](cli-ref/resource/update.md)

### v0

 - [Overview](cli-ref/v0/index.md)

#### cache

 - [Overview](cli-ref/v0/cache/index.md)

 - [prefetch](cli-ref/v0/cache/prefetch.md)

 - [purge](cli-ref/v0/cache/purge.md)

#### origin

 - [Overview](cli-ref/v0/origin/index.md)

 - [create](cli-ref/v0/origin/create.md)

 - [delete](cli-ref/v0/origin/delete.md)

 - [get](cli-ref/v0/origin/get.md)

 - [list](cli-ref/v0/origin/list.md)

 - [update](cli-ref/v0/origin/update.md)

#### origin-group

 - [Overview](cli-ref/v0/origin-group/index.md)

 - [create](cli-ref/v0/origin-group/create.md)

 - [delete](cli-ref/v0/origin-group/delete.md)

 - [get](cli-ref/v0/origin-group/get.md)

 - [list](cli-ref/v0/origin-group/list.md)

 - [update](cli-ref/v0/origin-group/update.md)

#### provider

 - [Overview](cli-ref/v0/provider/index.md)

 - [activate](cli-ref/v0/provider/activate.md)

 - [list-activated](cli-ref/v0/provider/list-activated.md)

#### resource

 - [Overview](cli-ref/v0/resource/index.md)

 - [create](cli-ref/v0/resource/create.md)

 - [delete](cli-ref/v0/resource/delete.md)

 - [get](cli-ref/v0/resource/get.md)

 - [get-provider-cname](cli-ref/v0/resource/get-provider-cname.md)

 - [list](cli-ref/v0/resource/list.md)

 - [update](cli-ref/v0/resource/update.md)

 - [Terraform reference](tf-ref.md)

## API reference

 - [API authentication](api-ref/authentication.md)

### gRPC

 - [Overview](api-ref/grpc/index.md)

#### Cache

 - [Overview](api-ref/grpc/Cache/index.md)

 - [Purge](api-ref/grpc/Cache/purge.md)

 - [Prefetch](api-ref/grpc/Cache/prefetch.md)

#### Operation

 - [Overview](api-ref/grpc/Operation/index.md)

 - [Get](api-ref/grpc/Operation/get.md)

 - [Cancel](api-ref/grpc/Operation/cancel.md)

#### OriginGroup

 - [Overview](api-ref/grpc/OriginGroup/index.md)

 - [Get](api-ref/grpc/OriginGroup/get.md)

 - [List](api-ref/grpc/OriginGroup/list.md)

 - [Create](api-ref/grpc/OriginGroup/create.md)

 - [Update](api-ref/grpc/OriginGroup/update.md)

 - [Delete](api-ref/grpc/OriginGroup/delete.md)

#### Origin

 - [Overview](api-ref/grpc/Origin/index.md)

 - [Get](api-ref/grpc/Origin/get.md)

 - [List](api-ref/grpc/Origin/list.md)

 - [Create](api-ref/grpc/Origin/create.md)

 - [Update](api-ref/grpc/Origin/update.md)

 - [Delete](api-ref/grpc/Origin/delete.md)

#### Provider

 - [Overview](api-ref/grpc/Provider/index.md)

 - [Activate](api-ref/grpc/Provider/activate.md)

 - [ListActivated](api-ref/grpc/Provider/listActivated.md)

#### RawLogs

 - [Overview](api-ref/grpc/RawLogs/index.md)

 - [Activate](api-ref/grpc/RawLogs/activate.md)

 - [Deactivate](api-ref/grpc/RawLogs/deactivate.md)

 - [Get](api-ref/grpc/RawLogs/get.md)

 - [Update](api-ref/grpc/RawLogs/update.md)

#### ResourceRules

 - [Overview](api-ref/grpc/ResourceRules/index.md)

 - [List](api-ref/grpc/ResourceRules/list.md)

 - [Create](api-ref/grpc/ResourceRules/create.md)

 - [Get](api-ref/grpc/ResourceRules/get.md)

 - [Update](api-ref/grpc/ResourceRules/update.md)

 - [Delete](api-ref/grpc/ResourceRules/delete.md)

#### Resource

 - [Overview](api-ref/grpc/Resource/index.md)

 - [Get](api-ref/grpc/Resource/get.md)

 - [List](api-ref/grpc/Resource/list.md)

 - [Create](api-ref/grpc/Resource/create.md)

 - [Update](api-ref/grpc/Resource/update.md)

 - [Delete](api-ref/grpc/Resource/delete.md)

 - [GetProviderCName](api-ref/grpc/Resource/getProviderCName.md)

 - [GetAttributes](api-ref/grpc/Resource/getAttributes.md)

 - [ListAttributes](api-ref/grpc/Resource/listAttributes.md)

#### Shielding

 - [Overview](api-ref/grpc/Shielding/index.md)

 - [Activate](api-ref/grpc/Shielding/activate.md)

 - [Deactivate](api-ref/grpc/Shielding/deactivate.md)

 - [Get](api-ref/grpc/Shielding/get.md)

 - [Update](api-ref/grpc/Shielding/update.md)

 - [ListAvailableLocations](api-ref/grpc/Shielding/listAvailableLocations.md)

### REST

 - [Overview](api-ref/index.md)

#### Cache

 - [Overview](api-ref/Cache/index.md)

 - [Purge](api-ref/Cache/purge.md)

 - [Prefetch](api-ref/Cache/prefetch.md)

#### Operation

 - [Overview](api-ref/Operation/index.md)

 - [Get](api-ref/Operation/get.md)

 - [Cancel](api-ref/Operation/cancel.md)

#### OriginGroup

 - [Overview](api-ref/OriginGroup/index.md)

 - [Get](api-ref/OriginGroup/get.md)

 - [List](api-ref/OriginGroup/list.md)

 - [Create](api-ref/OriginGroup/create.md)

 - [Update](api-ref/OriginGroup/update.md)

 - [Delete](api-ref/OriginGroup/delete.md)

#### Origin

 - [Overview](api-ref/Origin/index.md)

 - [Get](api-ref/Origin/get.md)

 - [List](api-ref/Origin/list.md)

 - [Create](api-ref/Origin/create.md)

 - [Update](api-ref/Origin/update.md)

 - [Delete](api-ref/Origin/delete.md)

#### Provider

 - [Overview](api-ref/Provider/index.md)

 - [Activate](api-ref/Provider/activate.md)

 - [ListActivated](api-ref/Provider/listActivated.md)

#### RawLogs

 - [Overview](api-ref/RawLogs/index.md)

 - [Activate](api-ref/RawLogs/activate.md)

 - [Deactivate](api-ref/RawLogs/deactivate.md)

 - [Get](api-ref/RawLogs/get.md)

 - [Update](api-ref/RawLogs/update.md)

#### ResourceRules

 - [Overview](api-ref/ResourceRules/index.md)

 - [List](api-ref/ResourceRules/list.md)

 - [Create](api-ref/ResourceRules/create.md)

 - [Get](api-ref/ResourceRules/get.md)

 - [Update](api-ref/ResourceRules/update.md)

 - [Delete](api-ref/ResourceRules/delete.md)

#### Resource

 - [Overview](api-ref/Resource/index.md)

 - [Get](api-ref/Resource/get.md)

 - [List](api-ref/Resource/list.md)

 - [Create](api-ref/Resource/create.md)

 - [Update](api-ref/Resource/update.md)

 - [Delete](api-ref/Resource/delete.md)

 - [GetProviderCName](api-ref/Resource/getProviderCName.md)

 - [Metrics Monitoring](metrics-yc.md)

 - [Request logs](logs-ref.md)

 - [Audit Trails events](at-ref.md)

 - [Release notes](release-notes.md)

 - [Troubleshooting](troubleshooting.md)