ec2-instance-data
Advanced tools
Comparing version 0.3.5 to 0.4.0
@@ -204,3 +204,3 @@ // recursively retrieve ec2 instance data from the magic URLs AWS provides | ||
AWS.config.update({ region: self.region() }); | ||
var ec2 = new AWS.EC2.Client(); | ||
var ec2 = new AWS.EC2(); | ||
ec2.describeTags({ Filters: [{ Name: "resource-id", Values: [self.instanceId()]}] }, function (err, data) { | ||
@@ -207,0 +207,0 @@ if (err) { |
@@ -6,3 +6,3 @@ { | ||
"keywords": ["ec2", "aws", "meta-data", "iam"], | ||
"version": "0.3.5", | ||
"version": "0.4.0", | ||
"repository": { | ||
@@ -14,3 +14,3 @@ "url": "https://github.com/femto113/node-ec2-instance-data.git" | ||
"optionalDependencies": { | ||
"aws-sdk": "> 0.9.7" | ||
"aws-sdk": "~ 2.1.9" | ||
}, | ||
@@ -17,0 +17,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
19851