From b0bb2ceb27efa89486f6bd9338577ed9096f6a11 Mon Sep 17 00:00:00 2001 From: Willen Yang Date: Mon, 21 Jul 2025 17:53:01 +0800 Subject: [PATCH] Add migrate-ease and Alibaba Cloud information --- content/migration/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/migration/_index.md b/content/migration/_index.md index da2e6ca810..85da72ff9b 100644 --- a/content/migration/_index.md +++ b/content/migration/_index.md @@ -65,7 +65,13 @@ Oracle Cloud Infrastructure (OCI) Ampere [Arm-based compute](https://www.oracle. | A2 | AmpereOne | VM.Standard.A2, VM.Optimized3.A2 | Tailored for high-performance and memory-intensive workloads. | {{< /tab >}} + {{< tab header="Alibaba Cloud">}} +Alibaba Cloud offers [3 instance types](https://www.alibabacloud.com/help/en/ecs/user-guide/general-purpose-instance-families?spm=a2c63.p38356.help-menu-25365.d_4_1_2_2.6f87303fTup4Vv#g8y) with Yitian710 processors, c8y/g8y/r8y. The largest instance has 128 vCPUs and 1 TB of memory. A wide variety of instance sizes are available, including bare-metal. +| Generation | Arm CPU | Instance types | Comments | +| --------------|--------------|--------------------|-----------| +| Yitian710 | Neoverse-N2 | c8y, g8y, r8y | Arm based instance| + {{< /tab >}} {{< /tabpane-normal >}} Read [Get started with Servers and Cloud Computing](https://learn.arm.com/learning-paths/servers-and-cloud-computing/intro) to learn more and find additional cloud service providers. @@ -98,6 +104,7 @@ The below resources are curated to address migration challenges on specific clou - [Porting architecture specific intrinsics](https://learn.arm.com/learning-paths/cross-platform/intrinsics/) - perfect for porting intrinsics from another architecture. - [Arm software install guides](https://learn.arm.com/install-guides) - good for quickly installing common tools and software. - [simd.info](https://simd.info/) - a searchable reference tool for C intrinsics for SIMD engines. +- [migrate-ease](https://github.com/migrate-ease/migrate-ease) - scan your source code for suggestions to migrate to Arm Neoverse, get started [here](https://learn.arm.com/learning-paths/servers-and-cloud-computing/migrate-ease/). - [Arm Infrastructure Solutions blog](https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/) - an Arm-specific technical blog. - [Arm Learning Paths for Servers and Cloud](https://learn.arm.com/learning-paths/servers-and-cloud-computing/) - general tutorials for Arm servers. You can search for specific cloud service providers, including [AWS](https://learn.arm.com/learning-paths/servers-and-cloud-computing/?cloud-service-providers-filter=aws/#), [Google Cloud](https://learn.arm.com/learning-paths/servers-and-cloud-computing/?cloud-service-providers-filter=google-cloud/#), [Microsoft Azure](https://learn.arm.com/learning-paths/servers-and-cloud-computing/?cloud-service-providers-filter=microsoft-azure/#), and [Oracle](https://learn.arm.com/learning-paths/servers-and-cloud-computing/?cloud-service-providers-filter=oracle/#).