Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 664 Bytes

hindsight-aws

Usage

Run ./deploy.sh to create Hindsight's underlying infrastructure in AWS. It will create a cloud formation stack named $StackPrefix-$EnvironmentName and an s3 bucket named $BucketPrefix-$EnvironmentName

./deploy.sh foo-stack-prefix foo-bucket-prefix environmentName

Running the script will deploy a CloudFormation stack and apply an iamidentitymapping to the aws-auth ConfigMap in Kubernetes. Anyone who can assume the hindsight-user-role will be able to work with your EKS instance.

Installation

At a minimum, you will need awscli, kubectl, and helm.

Running our ./deploy.sh script also requires jq.