Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the feedzy-rss-feeds domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /data01/virt126885/domeenid/www.saksadogi.com/codegurus.eu/wp-includes/functions.php on line 6121
Show HN: AWS CLI Installer on Apple Silicon - CodeGurus

Show HN: AWS CLI Installer on Apple Silicon

I learned while working on a new Kubernetes course that the official way of installing the AWS CLI on macOS per their documentation [^0] installs the x86 version of the CLI and that Apple Silicon is, mysteriously, not supported.

The Homebrew formula works around this by building from source [^1], but not everyone uses Homebrew, including me, for this course.

This script I wrote remediates this. It’s a quick and easy way of installing the AWS CLI without a package manager or having to dig through GitHub Gists or Homebrew formulas yourself.

I hope someone out there finds this useful!

[^0]: https://docs.aws.amazon.com/cli/latest/userguide/getting-sta…

[^1]: https://github.com/Homebrew/homebrew-core/blob/master/Formul…. Notice how the awscli dependencies are downloaded as separate packages. This might not be what you want.


Comments URL: https://news.ycombinator.com/item?id=43323759

Points: 1

# Comments: 0


Posted

in

by

Tags:

Comments

Leave a Reply