Skip to content

Commit 43baaa6

Browse files
committed
Update migration page
1 parent 36dbdb9 commit 43baaa6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/learning-paths/servers-and-cloud-computing/intro/find-hardware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Cloud providers offer Arm instances based on Neoverse processors. For example:
2121
- [Hetzner Cloud](https://www.hetzner.com/news/arm64-cloud)
2222

2323
Free tier offers are currently available:
24-
- [Amazon EC2 t4g.small instances powered by AWS Graviton2 processors are free for up to 750 hours / month until Dec 31st 2025](https://aws.amazon.com/ec2/instance-types/t4/)
24+
- [Amazon EC2 t4g.small instances powered by AWS Graviton2 processors are free for up to 750 hours / month until Dec 31st 2026](https://aws.amazon.com/ec2/instance-types/t4/)
2525
- [Oracle free tier includes up to 4 instances of Arm Ampere A1 Compute 3,000 OCPU hours and 18,000 GB hours per month which are always free](https://www.oracle.com/cloud/free/)
2626

2727
[Get started with Arm-based cloud service platforms](/learning-paths/servers-and-cloud-computing/csp/) explains how to create an account and start an Arm virtual machine using the cloud service providers listed above.

content/migration/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ Google GCP offers a variety of [virtual machine instances with Arm processors](h
4949
| T2A | Neoverse-N1 | t2a-standard | Optimized for general-purpose workloads - web servers, and microservices. |
5050
| Axion C4A | Neoverse-V2 | c4a-standard, c4a-highmem, c4a-highcpu | General-purpose, AI/ML workloads and high performance computing. |
5151
| Axion N4A | Neoverse-N3 | n4a-standard, n4a-highmem, n4a-highcpu | General-purpose, efficient for multi-threaded workloads. |
52+
| A4X | Neoverse-V2 | a4x-highgpu-4g | 140 vCPUs and 884 GB of memory using NVIDIA GB200 Superchips, which have B200 GPUs that offer 186 GB memory per GPU. |
53+
| A4X Max | Neoverse-V2 | a4x-maxgpu-4g-metal | 144 vCPUs and 960 GB of memory using NVIDIA GB300 Superchips, which have B300 GPUs that offer 279 GB memory per GPU. |
5254

5355
{{< /tab >}}
5456
{{< tab header="Microsoft Azure">}}
55-
Microsoft Azure offers a variety of [virtual machine instances with Arm Neoverse processors](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dpsv6-series). The latest generation of Arm-based VMs are based on Cobalt 100 CPU. The largest instance has 96 vCPUs and 384 Gb of RAM in the 'D96ps_v6' format. It does not offer bare-metal instances. It offers compute for general-purpose workloads (Dps and Dpls) and memory-optimized workloads (Eps).
57+
Microsoft Azure offers a variety of [virtual machine instances with Arm Neoverse processors](https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/general-purpose/dpsv6-series). The current generation of Arm-based VMs are based on Cobalt 100 CPU. The largest instance has 96 vCPUs and 384 Gb of RAM in the 'D96ps_v6' format. It does not offer bare-metal instances. It offers compute for general-purpose workloads (Dps and Dpls) and memory-optimized workloads (Eps). The next generation VMs are based on [Azure Cobalt 200](https://techcommunity.microsoft.com/blog/azureinfrastructureblog/announcing-cobalt-200-azure’s-next-cloud-native-cpu/4469807).
5658

5759
| Generation | Arm CPU | Instance types | Comments |
5860
| --------------|--------------|--------------------|-----------|
@@ -290,8 +292,6 @@ Deployment is outside the scope of this guide, but here are some concepts to kee
290292

291293
Make sure to research the details needed for these tasks by checking any places you use infrastructure as code or other places you store details about virtual machine types and sizes, as well as parameters for managed services.
292294

293-
You can also check [Works on Arm](https://www.arm.com/markets/computing-infrastructure/works-on-arm) for the latest cloud and CI/CD initiatives for developers.
294-
295295
## Summary
296296

297297
With this 3 step process and the provided resources, you are well positioned to migrate your applications to Arm. Happy porting!

0 commit comments

Comments
 (0)