Skip to content

No official way to install the AWS CLI (v2) on Mac M1 (without Rosetta) #7252

Open
@maishsk

Description

@maishsk

Describe the bug

There is no package available for M1 Macs for the AWS CLI v2.

The only current way to do so is through Homebrew

the problems are detailed here - https://roadtoaws.com/2022/02/10/installing-aws-cli-on-apple-silicon/

Expected Behavior

Base don the documentation I would assume that I can do this

curl "https://awscli.amazonaws.com/AWSCLIV2-arm64.pkg" -o "AWSCLIV2-arm64.pkg"
sudo installer -pkg AWSCLIV2-arm64.pkg -target /

Current Behavior

The only way to install AWS is through Homebrew.

This is an unofficial workaround
https://roadtoaws.com/2022/02/10/installing-aws-cli-on-apple-silicon/

Reproduction Steps

https://roadtoaws.com/2022/02/10/installing-aws-cli-on-apple-silicon/

Possible Solution

https://roadtoaws.com/2022/02/10/installing-aws-cli-on-apple-silicon/

or to install Rosetta on a M1 Mac https://support.apple.com/en-il/HT211861

Additional Information/Context

No response

CLI version used

v2

Environment details (OS name and version, etc.)

M1 Mac

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.installationp2This is a standard priority issuev2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions