-
Notifications
You must be signed in to change notification settings - Fork 14
Home
mpolcik edited this page Jul 31, 2018
·
7 revisions
This wiki should be cleaned up before we make this repository public.
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.
If for some reason you didn't get appropriate dependencies:
$ go get github.com/spf13/cobra/cobra
$ go get github.com/olekukonko/tablewriter
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
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.