docs/drivers/amazonec2/amz
Nathan LeClaire 8d0bf21c6d Fix panic when instance doesn't exist remotely
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-03-03 14:48:04 -08:00
..
auth.go adds support for AWS IAM roles 2015-01-13 18:16:43 +00:00
auth_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
block_device_mapping.go initial work on aws for machine; huge thanks to @nathanleclaire for the 2014-12-12 17:00:57 -05:00
block_device_mapping_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
describe_instances.go initial work on aws for machine; huge thanks to @nathanleclaire for the 2014-12-12 17:00:57 -05:00
describe_instances_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
describe_keypairs.go This adds a method to the Driver: PreCreateCheck. This can be used 2015-01-26 11:27:12 -05:00
describe_keypairs_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
describe_security_groups.go use single group for ec2 2015-01-22 16:47:52 -05:00
describe_security_groups_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
describe_subnets.go ec2: use filters for GetSubnets; check subnetId in PreCreate for driver 2015-02-27 16:51:48 -05:00
describe_subnets_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
ec2.go Fix panic when instance doesn't exist remotely 2015-03-03 14:48:04 -08:00
ec2_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
error.go initial work on aws for machine; huge thanks to @nathanleclaire for the 2014-12-12 17:00:57 -05:00
error_codes.go initial work on aws for machine; huge thanks to @nathanleclaire for the 2014-12-12 17:00:57 -05:00
error_codes_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
error_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
filter.go ec2: use filters for GetSubnets; check subnetId in PreCreate for driver 2015-02-27 16:51:48 -05:00
ip_permission.go allow specifying sg; re-use existing sg; fix race conditions with ip assigning and eventual consistency with sgs 2015-01-22 16:47:53 -05:00
ip_permission_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
keypair.go This adds a method to the Driver: PreCreateCheck. This can be used 2015-01-26 11:27:12 -05:00
keypair_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
security_group.go allow specifying sg; re-use existing sg; fix race conditions with ip assigning and eventual consistency with sgs 2015-01-22 16:47:53 -05:00
security_group_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00
tags.go add machine name to VM name and hostname 2015-01-12 16:46:00 +00:00
tags_test.go Add structure to generate code coverage representation 2015-02-02 13:41:42 -08:00