Open
Description
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