Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.01 KB

AwsInfraMapper

Disclaimer

This project is in its infancy. It does something already (check the CHANGELOG) and it is enough for you to have a look, but it currently brings limited value

Infra Map

Running

Simply launch

aws_infra_mapper

after making sure your aws credentials are setup (through common means, like env variables or config file. Check out aws-vault for a nice way to manage your credentials on your local computer)

This will scrap the data from your AWS account, create a JSON representing your datacenter as a graph and finally start a small HTTP server to view your datacenter and interact with it.

Testing

Rspec

Nothing special, you know what to do :D

Moto

(Optional: without moto, some tests are simply skipped)

Some tests are actually testing the AWS interface. To do so, it uses moto which is a local server that mocks the AWS API.

See here to install it.