This topic describes the billing methods, overdue payment policy, and frequently asked questions (FAQ) for ACK Edge clusters.
Billing
Cluster type | Cluster management fees | Node management fees | Cloud service fees |
ACK Edge Pro clusters |
|
|
|
ACK Edge Basic clusters |
|
|
|
The following billing examples are for reference only. The actual fees are subject to the prices displayed on the purchase page in the console.
Cluster management fees
Alibaba Cloud Container Service for Edge integrates Alibaba Cloud's capabilities in virtualization, storage, networking, and security. It simplifies cluster operations and maintenance (O&M) so that you can focus on developing and managing containerized applications. For this reason, a management fee is charged for each ACK Edge Pro cluster.
Billing method | Price |
Pay-as-you-go | USD 0.090/hour per cluster |
Node management fees
Alibaba Cloud Container Service for Edge supports a wide range of heterogeneous edge resources, such as on-premises data centers, ENS instances, IoT devices, and nodes that use the x86 or ARM architecture. Container Service for Edge also supports the hybrid scheduling of heterogeneous resources. Therefore, a management fee is charged for non-ECS nodes. For example, if your cluster has three nodes with 4 vCPUs and 8 GB of memory each (one ECS instance and two ENS instances or on-premises nodes), the daily node management fee is calculated as follows:
By default, node management fees are charged on a pay-as-you-go basis. You can also purchase a resource plan to offset the fees.
Pay-as-you-go
Billing method | Price |
Pay-as-you-go | USD 0.029/vCPU/day |
Container Service Edge Node Resource Plan
Cloud service fees
If you use other Alibaba Cloud services with an ACK Edge cluster, you are billed for these services according to their respective billing rules. The fees are collected by each service. If you do not use other Alibaba Cloud services, no additional fees are charged.
Cloud Product Name | Type | Description | Can I use a subscription? | Support for Resource Plans | Billing |
Required | Creates nodes for an ACK Edge cluster. | Supported | Not supported | ||
Optional | Adds edge nodes to an ACK Edge cluster. | Supported | Not supported | ||
Required | Builds the network environment and routing rules for the cluster. | Not supported | Not supported | ||
Required | Creates a load balancer for an ACK Edge cluster. | Not supported | Not supported | ||
Required | Creates nodes and implements auto scaling for an ACK Edge cluster. | Not supported | Not supported | ||
Recommended | Provides security hosting and full lifecycle management for cloud-native assets. | Supported Note ACR Enterprise Edition instances support only the subscription billing method. For more information, see Billing of Enterprise Edition instances. | Not supported | ||
Recommended | Enables communication between cloud resources and the Internet. | Not supported | Not supported | ||
Recommended | Deploys clusters. | Not supported | Not supported | ||
Recommended | Provides unified traffic management for applications in multiple clusters based on a Service Mesh. | Not supported | Supported | ||
Recommended | Collects and retrieves logs of cluster components and applications. | Not supported | Supported Note Purchase a resource plan as needed. For more information, see Purchase resource plans. | ||
Recommended | Monitors the running status of cluster nodes and applications. | Not supported | Supported Note Purchase a resource plan as needed. For more information, see Overview. | ||
Recommended | Monitors and triggers alerts for clusters based on Prometheus. | Not supported | Not supported | ||
Optional | Enables public network access for the cluster and allows the cluster to pull images from the Internet. | Not supported | Supported Note Purchase a resource plan as needed. For more information, see NAT Gateway resource plans. | ||
Optional | Monitors security events and alerts for cluster applications at runtime. | Not supported | Not supported | ||
Optional | Provides file storage for cluster applications based on NAS. | Not supported | Supported Note Purchase a resource plan as needed. For more information, see Purchase resource plans. | Billing of General-purpose NAS file systems and Billing of Extreme NAS file systems | |
Optional | Provides object storage for cluster application data based on OSS. | Not supported | Supported Note Purchase a resource plan as needed. For more information, see Resource Plan Purchase Guide. | ||
Optional | Manages application keys for clusters and enables encryption at rest for keys in Pro clusters. | Not supported | Not supported | ||
Optional | Provides backup, disaster recovery, and policy-based data archiving. | Supported | Supported Note Purchase a resource plan as needed. For more information, see Resource Plan Purchase Guide. | ||
Optional | Builds private network communication channels between VPCs across regions, and between VPCs and on-premises data centers. | Support Note Bandwidth plans support the subscription billing method. | Bandwidth plans are supported. Note Select and operate a bandwidth plan as needed. For more information, see Use bandwidth plans. |
Overdue payments
If your account has an insufficient balance to pay your bill, your ACK Edge cluster will have an overdue payment. You can no longer access the API server of the cluster, but the workloads on the nodes can still run. If the payment is overdue for more than 15 days, Alibaba Cloud suspends the service. The associated nodes are removed from your cluster but are not released. Your ACK Edge cluster and its container instances are deleted. Container instances that are released because the ACK Edge cluster is deleted cannot be restored.
Refund policy
The pay-as-you-go billing method does not support refunds.
Billing cycle
ACK Edge fees are billed on a 24-hour cycle. Alibaba Cloud measures your usage from the previous day, generates a bill, and deducts the billed amount from your Alibaba Cloud account. Bills are typically generated within 8 to 10 hours after the billing cycle ends.
View bills
For instructions on how to view bills, see View bills.
Billing FAQ
Why does my daily bill amount suddenly increase or decrease?
If you scale nodes out or in, the system adjusts the billing based on the total number of vCPUs of the nodes managed by the cluster. The new fee is reflected in the bill on the following day.
If you remove a node without using the Container Service console, for example, by running the
kubectl delete nodecommand, the node may still be billed for the day it is removed. Therefore, you should remove nodes using the Container Service console.
I deleted my ACK Edge cluster. Why did I still receive a bill and get charged today?
The management fee for an ACK Edge cluster is calculated daily from 00:00:00 to 23:59:59 and charged on the next day. If you deleted an ACK Edge cluster yesterday, the charges for that day were already recorded and will appear on today's bill. You will not be billed again on the following day.
How do I stop billing for an ACK Edge cluster?
To stop billing, you must delete all ACK Edge clusters in all regions. Before you delete the clusters, make sure to back up your applications and data.
Are nodes in the NotReady state billed?
Yes, they are. An ACK Edge cluster manages a node regardless of whether its status is Ready or NotReady. Therefore, nodes in the NotReady state are still billed. To stop billing for a node, you must remove it using the Container Service console.