{"_id":"aws","_rev":"21-818f86e217dbc0c5122cad28b8d2fe92","name":"aws","description":"evil wrapper for the amazon command line tools","dist-tags":{"latest":"0.0.3-2"},"versions":{"0.0.1":{"name":"aws","description":"evil wrapper for the amazon command line tools","url":"http://github.com/teemow/node-aws","keywords":["amazon","aws","ec2","cloud"],"author":{"name":"Timo Derstappen","email":"teemow@gmail.com"},"repository":{"type":"git","url":"http://github.com/teemow/node-aws.git"},"main":"./lib/aws","dependencies":{"vows":">= 0.5.1","vargs":">= 0.1.0"},"engines":{"node":">= 0.2.0"},"version":"0.0.1","_id":"aws@0.0.1","_nodeSupported":true,"_npmVersion":"0.2.7-2","_nodeVersion":"v0.3.1-pre","dist":{"tarball":"https://registry.npmjs.org/aws/-/aws-0.0.1.tgz","shasum":"8196066921193ab6f448c31604a859aa036a6379","integrity":"sha512-oJgZqOENjinjtfI+TX0igQNC06ChxPAc25BJtxGlgYTonVmfMEI3vFGkHh7tVzhUjAvagKqKI6v98GlRE0oEjA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1I55EMi+TqmYIOk/HQQ85nORg5iqKxA8QTDb8m4AHVAIgGDHHcPqZvE0YEbty9+AjbVv6PzSt+qi1MPfOCiqrs3U="}]},"directories":{}},"0.0.2-1":{"name":"aws","description":"evil wrapper for the amazon command line tools","url":"http://github.com/teemow/node-aws","keywords":["amazon","aws","ec2","cloud"],"author":{"name":"Timo Derstappen","email":"teemow@gmail.com"},"repository":{"type":"git","url":"git://github.com/teemow/node-aws.git"},"main":"./lib/aws","dependencies":{"vows":">= 0.5.1"},"engines":{"node":">= 0.2.0"},"version":"0.0.2-1","_id":"aws@0.0.2-1","_engineSupported":true,"_npmVersion":"0.3.16","_nodeVersion":"v0.5.0-pre","directories":{"lib":"./lib"},"files":[""],"_defaultsLoaded":true,"dist":{"shasum":"c0b75c6d09e98cf44d60170983cf10cc16d1a907","tarball":"https://registry.npmjs.org/aws/-/aws-0.0.2-1.tgz","integrity":"sha512-7LUmNW8eHs3M+G10ZoiE/w4E6eDuaBx5Yd4dumF+sCqU0ABBf3GQI8w8uPeyL2SU9ftSCMZBDcerxXANqCWO2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGceRfjyTCdQW2+NsT8CzSVEH6rp759d5oJC7jwoVBy+AiBsbfN/7sA6aHMwzUeRf5gfQYayF3dVgJE3qDXs3VaUKw=="}]}},"0.0.3-1":{"name":"aws","description":"evil wrapper for the amazon command line tools","url":"http://github.com/teemow/node-aws","keywords":["amazon","aws","ec2","cloud"],"author":{"name":"Timo Derstappen","email":"teemow@gmail.com"},"repository":{"type":"git","url":"git://github.com/adcloud/node-aws.git"},"main":"./lib/aws","dependencies":{"vows":">= 0.5.1"},"engines":{"node":">= 0.2.0"},"version":"0.0.3-1","devDependencies":{},"_id":"aws@0.0.3-1","_engineSupported":true,"_npmVersion":"1.0.6","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"b1f12c328e18c46421bdf5cc86e54f5fa744b20d","tarball":"https://registry.npmjs.org/aws/-/aws-0.0.3-1.tgz","integrity":"sha512-/c1Wf24PxDrYUhpff/q34BZpZ6Em9UviiD7Mujpv91TI8eQdYPexmGuApLItcMj1dXgd8PMU2ANAARStdmpnig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXQDeNcdlLS3nZInYZZsuoHBERdoE/VdvUqrqnzj6SQAIgKNH8hxLCDve1P+qQXRvphKRsZzn4Ms9/1ybUUeAA1gc="}]},"scripts":{}},"0.0.3-2":{"name":"aws","description":"evil wrapper for the amazon command line tools","url":"http://github.com/adcloud/node-aws","keywords":["amazon","aws","ec2","cloud"],"author":{"name":"Timo Derstappen","email":"teemow@gmail.com"},"repository":{"type":"git","url":"https://github.com/adcloud/node-aws.git"},"main":"./lib/aws","dependencies":{"vows":">= 0.5.1"},"engines":{"node":">= 0.2.0"},"version":"0.0.3-2","readme":"# amazon aws wrapper\n\nJust wraps commandline calls to aws with some predefined filters for amis, instances, public and private dns data.\n\n## Install\nYou have to install all the amazon tools you'd like to use (eg. ec2, elb, autoscaling tools).\n\nThe environment variables for the tools have to be configured. Something like:\n\n<pre>\nEC2_HOME=/opt/ec2-api-tools\nEC2_AMITOOL_HOME=/opt/ec2-ami-tools\nAWS_AUTO_SCALING_HOME=/opt/AutoScaling\nAWS_CLOUDWATCH_HOME=/opt/CloudWatch\nAWS_ELB_HOME=/opt/ElasticLoadBalancing\n\nEC2_PRIVATE_KEY=\"your-aws-private-key\"\nEC2_CERT=\"your-aws-certificate\"\nEC2_ACCESS_KEY=\"your-aws-access-key\"\nEC2_SECRET_KEY=\"your-aws-secret\"\nAWS_CREDENTIAL_FILE=your-credential-file\n\nEC2_REGION=eu-west-1\nEC2_KEYPAIR_EU_WEST_1=your-aws-key-pair\n</pre>\n\nThen just install the module with npm.\n\n<pre>\nnpm install aws\n</pre>\n\n## Example\n\n<pre>\nvar aws = require('aws');\naws.setRegion('eu-west-1');\n\naws.init(['ec2', 'aws_elb', 'aws_auto_scaling'], function(apis) {\n    apis.ec2.describe_instances.public_dns(function(instances) {\n        sys.puts(sys.inspect(instances)); // lists all public dns of your ec2 instances\n    });\n});\n\n","_id":"aws@0.0.3-2","dist":{"shasum":"8c4c170c47364b309fdfe4b0fe4c17104483fa46","tarball":"https://registry.npmjs.org/aws/-/aws-0.0.3-2.tgz","integrity":"sha512-jzLTjYCTVY/m5+fA1DfUrnDIDh1o1EzcTV6fyJYJWZ8Bw0DdF6rOMmQ6Lzidl5n/M/Nq93+X2sW/JqCiflr/VA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxm3O02guqgWL8MrvrwsOFPkfiGTXzHTJUw0CHxNFiegIgH5uPa3qsJNhSssjAr/Dicsn/Fy/l/Jn5DuCpCOrnHUc="}]},"maintainers":[{"name":"teemow","email":"teemow@gmail.com"}]}},"maintainers":[{"name":"teemow","email":"teemow@gmail.com"}],"author":{"name":"Timo Derstappen","email":"teemow@gmail.com"},"repository":{"type":"git","url":"https://github.com/adcloud/node-aws.git"},"time":{"modified":"2022-06-13T03:53:39.525Z","created":"2011-03-21T09:57:24.256Z","0.0.1":"2011-03-21T09:57:24.256Z","0.0.2-1":"2011-03-21T09:57:24.256Z","0.0.3-1":"2011-06-06T14:04:53.409Z","0.0.3-2":"2012-11-02T09:00:06.026Z"},"users":{}}