You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/intro/find-hardware.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Server hardware, based on Arm Neoverse processors, is available from cloud servi
7
7
8
8
## Cloud Service Providers
9
9
10
-
Creating an account with a cloud service provider (CSPs) is the easiest way to get started with Arm. CSPs offer introductory free credits to start learning cloud services. A pay-as-you-go model makes it easy to try out Arm hardware at little to no cost.
10
+
Creating an account with a cloud service provider (CSP) is the easiest way to get started with Arm. CSPs offer introductory free credits to start learning cloud services. A pay-as-you-go model makes it easy to try out Arm hardware at little cost, if any.
11
11
12
12
Software developers often try Arm hardware as a way to reduce cost and improve application performance.
13
13
@@ -21,7 +21,7 @@ Cloud providers offer Arm instances based on Neoverse processors. For example:
-[Amazon EC2 t4g.small instances powered by AWS Graviton2 processors are free until Dec 31st 2024](https://aws.amazon.com/ec2/instance-types/t4/)
26
26
-[Oracle free tier includes up to 4 instances of ARM Ampere A1 Compute which are always free](https://www.oracle.com/cloud/free/)
27
27
@@ -46,7 +46,7 @@ Below is a list of Arm cloud partners that have existing academic offers for stu
46
46
47
47
## Arm SystemReady Certified hardware
48
48
49
-
[Arm SystemReady](https://www.arm.com/architecture/system-architectures/systemready-certification-program) is a program that certifies that systems meet the SystemReady standards, giving confidence that operating systems (OS) and subsequent layers of software just work.
49
+
[Arm SystemReady](https://www.arm.com/architecture/system-architectures/systemready-certification-program) is a program that certifies that systems meet the SystemReady standards, giving you confidence that operating systems (OS) and subsequent layers of software just work.
50
50
51
51
You can find a full list of SystemReady SR Certified Systems on the [Arm website](https://www.arm.com/architecture/system-architectures/systemready-certification-program/sr) along with links to purchase Arm servers.
52
52
@@ -56,6 +56,6 @@ Servers typically run the Linux operating system. Popular distributions for serv
56
56
57
57
If the GNU compiler is not pre-installed with your distribution, you can [install it using a package manager](/install-guides/gcc/native/).
58
58
59
-
You may also wish to install [Arm Compiler for Linux](/install-guides/acfl/) for HPC applications.
59
+
You can also install [Arm Compiler for Linux](/install-guides/acfl/) for HPC applications.
60
60
61
61
[Migrating applications to Arm servers](/learning-paths/servers-and-cloud-computing/migration/) is a good place to start analyzing existing applications and reviewing guidance for developers interested in trying Arm hardware.
0 commit comments