Install AWS ADS and MGN agent on an arm device

0

How to install AWS ADS and MGN agent on an arm device?

Details about Server I need to install agent on it: Instance type: t4g.micro AMI: ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64

2 Answers
1

Hi Fady,

ARM architecture is currently NOT supported for ADS and MGN Agents. Only x86 system architecture is supported. Source: https://docs.aws.amazon.com/application-discovery/latest/userguide/gen-prep-agents.html https://docs.aws.amazon.com/mgn/latest/ug/Supported-Operating-Systems.html

AWS
answered 2 months ago
0
Accepted Answer

Steps to install ADS on ARM:

Use QEMU for Emulation

qemu-arm -L /path/to/arm/libs /opt/aws/discovery/aws-discovery-cmd

Check File Permissions

chmod +x /opt/aws/discovery/aws-discovery-cmd

Verify Dependencies

ldd /opt/aws/discovery/aws-discovery-cmd

answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions