Skip to content

sunils34/visualize-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visualize-aws

A locally hosted tool to manage AWS services

Configuration

Before you start, you'll want to set up these environment variables in your .bashrc, .zshrc etc.

export AWS_ACCESS_KEY_ID=<access key>
export AWS_SECRET_ACCESS_KEY=<Secret key>
export AWS_EC2_SSH_USER=<ssh user, root or ec2-user?>
export AWS_EC2_SSH_PEMFILE=/path/to/ssh/pemfile.pem

Running the server

npm install
node server.js

Once this is started head over to your browser and enter

localhost:7076

About

A locally hosted tool to better manage AWS services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages