Skip to content

This repository contains the AWS CloudFormation™ templates required to manage the Bali Nebula™.

License

Notifications You must be signed in to change notification settings

bali-nebula/aws-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* * * NOTICE * * *

This project is still under development and is for reference purposes only. If you are interested in this project or have suggestions on how to improve it feel free to contact us at craterdog@gmail.com.

Quick Links

For more information on this project click on the following links:

Getting Started

Prior to cloning this project, several local tools need to be installed.

Installing HomeBrew

We use homebrew to install the other things we need, so here is how to install it:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew update
brew doctor

Installing Python3

The scripts that are used in this repository depend on python3. Here is how to install it:

brew install python
python --version

Installing AWS CLI

The AWS CLI is used by some of the bash scripts in this repository. Here is how to install it:

brew install awscli
aws --version

Installing Boto3

Some of the AWS S3 CLI commands don't work well, so instead we use the python3 boto3 library. Here is how to install it:

pip install boto3

Contributing

Project contributors are always welcome. Create a fork of the project and add cool new things to the Bali Nebula™. When you are ready to contribute the changes create a subsequent "pull request". Any questions and comments can be sent to craterdog@gmail.com.

About

This repository contains the AWS CloudFormation™ templates required to manage the Bali Nebula™.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published