Skip to content

Commit 4e47544

Browse files
Merge pull request #2153 from yangxile/main
Add migrate-ease and Alibaba Cloud information
2 parents 88b6dc8 + b0bb2ce commit 4e47544

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/migration/_index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@ Oracle Cloud Infrastructure (OCI) Ampere [Arm-based compute](https://www.oracle.
6565
| A2 | AmpereOne | VM.Standard.A2, VM.Optimized3.A2 | Tailored for high-performance and memory-intensive workloads. |
6666

6767
{{< /tab >}}
68+
{{< tab header="Alibaba Cloud">}}
69+
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.
6870

71+
| Generation | Arm CPU | Instance types | Comments |
72+
| --------------|--------------|--------------------|-----------|
73+
| Yitian710 | Neoverse-N2 | c8y, g8y, r8y | Arm based instance|
74+
{{< /tab >}}
6975
{{< /tabpane-normal >}}
7076

7177
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
98104
- [Porting architecture specific intrinsics](https://learn.arm.com/learning-paths/cross-platform/intrinsics/) - perfect for porting intrinsics from another architecture.
99105
- [Arm software install guides](https://learn.arm.com/install-guides) - good for quickly installing common tools and software.
100106
- [simd.info](https://simd.info/) - a searchable reference tool for C intrinsics for SIMD engines.
107+
- [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/).
101108
- [Arm Infrastructure Solutions blog](https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/) - an Arm-specific technical blog.
102109
- [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/#).
103110

0 commit comments

Comments
 (0)