Skip to content
mpolcik edited this page Jul 31, 2018 · 7 revisions

Intro

This wiki should be cleaned up before we make this repository public.

About tyr

In general tyr is command line tool that scan for vulnerabilities in your AWS Account. In easy way you will be able to identify unsecure parts of your infrastructure and prepare your AWS account for security audit.

How to use

Get dependencies

If for some reason you didn't get appropriate dependencies:

$ go get github.com/spf13/cobra/cobra
$ go get  github.com/olekukonko/tablewriter

Get session token manually

For now tyr does not have ability to generate session token, so you need to create one manually using aws cli.

$ aws-mfa --device arn:aws:iam::428053034657:mfa/michal.polcik --duration 3600 --profile appliscale
$ go run main.go --region eu-central-1 --profile appliscale --service ec2

Docs

To get more knowlesge about encryption I suggest going to KMSKeys section to read through the documentation. Later we will provide appropriate short versions of why we think certain solutions should be introduced in AWS Account.

Tyr

Home

Services

EC2

S3

KMSKeys

TODO

Clone this wiki locally