Overview
In this section, you’ll learn how to provision an AWS Graviton2 Arm64 EC2 instance on Amazon Web Services (AWS) using the m6g.xlarge instance type (2 vCPUs, 8 GB memory) in the AWS Management Console.
Note
For support on AWS setup, see the Learning Path
Getting started with AWS
.
Provision the instance in the AWS Management Console
To create a virtual machine based on the AWS Graviton2 Instance type, follow these steps:
Navigate to the
AWS Management Console
.
Go to EC2 > Instances and select Launch Instance.
Under Instance configuration:
- Enter an appropriate Instance name.
- Choose an Amazon Machine Image (AMI) such as Ubuntu 24.04 ARM64.
Amazon Machine Image (AMI)
- Under Instance type, select a Graviton2-based type
m6g.xlarge.
Instance type
- Configure your Key pair (login) by either creating a new key pair or selecting an existing one to securely access your instance.
- In Network settings, ensure that Allow HTTP traffic from the internet and Allow HTTPS traffic from the internet are checked.
Network settings
- Adjust the Storage settings. For most use cases, 30 GB of gp3 (SSD) storage is enough.
- Select Launch Instance to create your EC2 virtual machine.