Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/migration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/#).

Expand Down
Loading