ec2-instances
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ec2-instances", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "get instance from ec2", | ||
@@ -24,3 +24,11 @@ "main": "index.js", | ||
"nodemon": "^1.3.7" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dweinstein/node-ec2-instances.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/dweinstein/node-ec2-instances/issues" | ||
}, | ||
"homepage": "https://github.com/dweinstein/node-ec2-instances#readme" | ||
} |
@@ -16,4 +16,29 @@ # SYNOPSIS | ||
# EXAMPLE | ||
See [here](example.js) | ||
See [here](example.js) for code that outputs: | ||
```javascript | ||
{ | ||
production: | ||
[ { ip: '10.10.173.1', | ||
name: 'myapp-prod-services01', | ||
environment: 'production' }, | ||
{ ip: '10.10.173.2', | ||
name: 'myapp-prod-thing', | ||
environment: 'production' }, | ||
{ ip: '10.10.173.3', | ||
name: 'myapp-prod-thing2', | ||
environment: 'production' } ] | ||
development: | ||
[ { ip: '10.10.171.1', | ||
name: 'myapp-dev-services01', | ||
environment: 'development' }, | ||
{ ip: '10.10.171.2', | ||
name: 'myapp-dev-hatchery', | ||
environment: 'development' }, | ||
{ ip: '10.10.171.3', | ||
name: 'myapp-dev-appnode01', | ||
environment: 'development' } ] | ||
} | ||
``` | ||
# CONFIGURATION (ec2rc) | ||
@@ -20,0 +45,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4998
1
2
59
0