github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/provider/ec2/internal/ec2instancetypes/doc.go (about) 1 // Copyright 2016 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 // Package ec2instancetypes contains instance type information 5 // for the ec2 provider, generated from the AWS Price List API. 6 // 7 // To update this package, first fetch index.json to this 8 // directory, and then run "go generate". The current index.json 9 // file can be found at: 10 // https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonEC2/current/index.json 11 package ec2instancetypes