Giter VIP home page Giter VIP logo

aws-map's Issues

Handle instances in autoscaling groups

Try to keep instances in autoscaling groups together

First thought is to graph them as one thing, but in an autoscaling group there can be instances launched with different launchconfigs (and potentially different SG settings). Also instances can have been attached with any SG setting.

How to get this working on OS X Mojave 10.14.5

The following is how I installed this on OS X 10.14.5.

I know this is not an issue but I wanted to document it for others to use in the future.

cd ~

git clone https://github.com/pplu/aws-map.git

curl -L https://install.perlbrew.pl | bash

perlbrew install perl-5.30.0

perlbrew switch perl-5.30.0

# I ran the following each as individual commands but a space delimited single line works as well.
sudo cpan Carton Moose Want PerlIO::utf8_strict IO::Socket::SSL Params::Validate DateTime Image::Size Mojolicious::Lite

brew install pango librsvg

carton install

I used the following to correct the Graphviz Dot issue where it would not generate the PNG.

At this point I could get the SVG and DOT files to generate using the command

carton exec perl -I lib bin/map_network_sgs us-east-1

I could not get the PNG to work, there is an issue with brew install Graphviz which is what I was using. Building Graphviz manually from source with the --with-pangocairo=yes flag seemed to resolve this issue.

cd /tmp

wget https://graphviz.gitlab.io/pub/graphviz/stable/SOURCES/graphviz.tar.gz

tar xvfz graphviz.tar.gz

cd graphviz-2.40.1/

rm -rf /usr/local/lib/graphviz # in case old stuff is there

./configure --includedir=/usr/local/include/graphviz --with-pangocairo=yes

make -j 8

make install

Go test it again.

cd ~/aws-map/

carton exec perl -I lib bin/map_network_sgs  us-east-1

Scan Redshift

Redshift clusters are not being scanned. Should be fairly easy to add (see _scan_rds)

Scan DBClusters

RDS Clusters (Aurora) are not being scanned. Should be fairly easy to add (see _scan_rds)

"postderef" is not supported by Perl 5.18.2

We get the following when trying to run inside of version of perl 5.18.2. Looks like minimum version maybe be required.

Feature "postderef" is not supported by Perl 5.18.2 at lib/AWS/Network/SecurityGroupMap.pm line 32.
BEGIN failed--compilation aborted at lib/AWS/Network/SecurityGroupMap.pm line 32.
Compilation failed in require at bin/map_network_sgs line 4.
BEGIN failed--compilation aborted at bin/map_network_sgs line 4.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.