All Projects → aws → homebrew-aws

aws / homebrew-aws

Licence: Apache-2.0 license
Homebrew is a package manager for macOS which provides easy installation and update management of additional software. This Tap (repository) contains the Formulae that are used in the macOS AMI that AWS offers.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to homebrew-aws

homebrew-bottle-mirror
mirror tool to sync homebrew bottle files
Stars: ✭ 36 (-28%)
Mutual labels:  homebrew
vault-ec2auth
A simple agent to authenticate an AWS EC2 instance against Hashicorp Vault
Stars: ✭ 12 (-76%)
Mutual labels:  ec2
homebrew-ecmascript
Homebrew formulae for ECMAScript engines
Stars: ✭ 13 (-74%)
Mutual labels:  homebrew
zsh-ec2ssh
zsh plugin to list up EC2 instances and ssh login the instances.
Stars: ✭ 10 (-80%)
Mutual labels:  ec2
terraform-aws-cloudwatch-flow-logs
Terraform module for enabling flow logs for vpc and subnets.
Stars: ✭ 32 (-36%)
Mutual labels:  ec2
terraform-ecs
Terraform ECS module
Stars: ✭ 15 (-70%)
Mutual labels:  ec2
libusbhsfs
USB Mass Storage Class Host + Filesystem Mounter static library for Nintendo Switch homebrew applications.
Stars: ✭ 81 (+62%)
Mutual labels:  homebrew
fluent-plugin-ec2-metadata
Fluentd output plugin to add Amazon EC2 metadata into messages
Stars: ✭ 43 (-14%)
Mutual labels:  ec2
ansible-role-win-ec2
Ansible role to create and destroy Windows instances on EC2
Stars: ✭ 13 (-74%)
Mutual labels:  ec2
craftus reloaded
A second attempt at a homebrew Minecraft clone for 3DS
Stars: ✭ 44 (-12%)
Mutual labels:  homebrew
action-homebrew-bump-formula
⚙️ A GitHub Action to easily bump Homebrew formula on new release
Stars: ✭ 68 (+36%)
Mutual labels:  homebrew
solbera-dnd-fonts
Solbera's DND5e fonts
Stars: ✭ 159 (+218%)
Mutual labels:  homebrew
xash3d-switch
Check out https://github.com/fgsfdsfgs/xash3d-fwgs for an updated version
Stars: ✭ 60 (+20%)
Mutual labels:  homebrew
dotfiles
Home for my bootstrap script, dotfiles, and configuration files
Stars: ✭ 89 (+78%)
Mutual labels:  homebrew
HWL-SaveEditor
An Save-Editor for the game Hyrule Warriors Legends (Nintendo 3DS)
Stars: ✭ 18 (-64%)
Mutual labels:  homebrew
ctruLua
ctrµLua: Lua homebrewing for 3DS
Stars: ✭ 22 (-56%)
Mutual labels:  homebrew
.config
⚙️ Bootstrappable user environment for macOS & Ubuntu
Stars: ✭ 31 (-38%)
Mutual labels:  homebrew
new-browserhax-XL
Another one!
Stars: ✭ 32 (-36%)
Mutual labels:  homebrew
NSW-Custom-Game-Icons
Nintendo Switch custom game icons, icon repo for NX-GiC
Stars: ✭ 33 (-34%)
Mutual labels:  homebrew
dotfiles
My dotfiles, meant for use on macOS computers
Stars: ✭ 48 (-4%)
Mutual labels:  homebrew

EC2 macOS Homebrew Tap

Introduction

AWS offers EC2-optimized macOS AMIs for developer use. These AMIs include this Tap for providing a simple way to get these tools and updates to them.

Homebrew is a package manager for macOS which provides easy installation and update management of additional software. This Tap (repository) contains the formulae that are used in the macOS AMI that AWS offers. This includes:

Name Description Type Install Name
Amazon ENA ENA macOS Network Driver Cask amazon-ena-ethernet
Amazon SSM Agent Amazon SSM Agent Cask amazon-ssm-agent
Amazon EFS Amazon Elastic File System Keg amazon-efs-utils
EC2 macOS Init Instance initialization and configuration, including performance optimization Cask ec2-macos-init
EC2 System Monitor for macOS For collecting system monitoring CloudWatch metrics Cask ec2-macos-system-monitoring

Installing the Tap

The AMIs provided by EC2 come with Homebrew "pretapped" with this Tap. To manually install the Tap, run the the brew tap command:

brew tap aws/homebrew-aws

Removing the Tap

If this Tap needs to be removed, Homebrew has a specific command for this. (Note: that this only removes the Tap but preserves anything previously installed)

brew untap aws/homebrew-aws

Usage

This Tap follows standard Homebrew commands, for more information, please refer to the Homebrew Documentation.

Updating

The most common use for the Tap is to get the latest software available on a launched instance. Updating is all done via brew update. This Tap follows standard Homebrew commands, for more information, please refer to the Homebrew Documentation. It is possible to update a specific Keg or Cask.

For example:

Type Update Command
Full System brew upgrade
Keg brew upgrade amazon-efs-utils
Cask brew upgrade --cask amazon-ena-ethernet

Installing

There are two primary ways to install software from the Tap. Kegs use the default brew install command while Casks have their own sub-command: brew install --cask. Currently, all the components in the Tap are pre-installed in the macOS AMIs that AWS offers.

For example:

Type Install Command
Keg brew install amazon-efs-utils
Cask brew install --cask amazon-ena-ethernet

Removing

Removing software is similar to installing software. Kegs and Casks now use the same brew remove command.

For example:

Type Uninstall Command
Keg brew remove amazon-efs-utils
Cask brew remove amazon-ena-ethernet

Documentation

To get more information about brew you can run brew help or man brew on a mac1.metal instance or check Homebrew's documentation for Homebrew's complete documentation.

License

This project is licensed under the Apache License, version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].