1fc32fa5cbAdd support for Route Table tagging
Tyler Sanders
2014-11-20 14:02:36 -06:00
90771c1b1cMerge pull request #264 from tsanders/network_acl_tagging
Steve Pulec
2014-11-20 13:41:37 -05:00
d511fd829bAdd support for Network ACL tagging
Tyler Sanders
2014-11-20 12:02:38 -06:00
8d6868f9d3For S3 Key Head requests, just return the real body for now so that key length works. Closes#131.
Steve Pulec
2014-11-19 21:06:23 -05:00
8954242086Better is_public support for AMIs including filtering. Closes#263.
Steve Pulec
2014-11-19 20:09:46 -05:00
ecd20fee50Add @tsanders to authors.
Steve Pulec
2014-11-17 20:17:29 -05:00
63ae707828Merge pull request #261 from tsanders/master
Steve Pulec
2014-11-17 20:15:50 -05:00
2a6c4c89bfFix conflict with subnet/network ACL association during subnet creation.
Tyler Sanders
2014-11-17 09:37:38 -06:00
d89dce2583Use items() instead of iteritems() for Python 3 compatibility
Tyler Sanders
2014-11-17 08:54:06 -06:00
470e9d48e90.3.9
Steve Pulec
2014-11-16 19:25:57 -05:00
828ed13bdeAllow for class-based decorator. Closes#157
Steve Pulec
2014-11-16 19:05:28 -05:00
16660ab72bAllow message passing to SQS queues in different regions from SNS.
Steve Pulec
2014-11-16 18:42:53 -05:00
53acdf6c76Make SNS multi-region.
Steve Pulec
2014-11-16 18:35:11 -05:00
2b775aa075Add multi-region ELB test.
Steve Pulec
2014-11-16 18:00:04 -05:00
aa7233a2dbFixes for multi-region SQS.
Steve Pulec
2014-11-16 17:57:46 -05:00
1f8253a1a1Cleanup the default region backends.
Steve Pulec
2014-11-15 14:21:58 -05:00
2a61ef6f91Cleanup some tests to work across regions. cc #232
Steve Pulec
2014-11-15 13:50:58 -05:00
bd847bd941Cleanup multi-region support for ELB, SQS, Cloudformation, EC2, Autoscaling.
Steve Pulec
2014-11-15 13:34:52 -05:00
b39861052bMake AMI test more explicit with region.
Steve Pulec
2014-11-15 10:06:14 -05:00
c77207a8b8More flake8.
Steve Pulec
2014-11-15 09:53:45 -05:00
8ba308bf07EC2 flake8 fixes.
Steve Pulec
2014-11-15 09:43:35 -05:00
8bc8f09b47Some flake8 cleanup.
Steve Pulec
2014-11-15 09:35:52 -05:00
fd26441e44Add @pvbouwel to authors.
Steve Pulec
2014-11-15 09:18:39 -05:00
d734bca6a5Fix for Volumes and Snapshots to use correct region.
Steve Pulec
2014-11-15 09:17:35 -05:00
30305d8986Merge pull request #258 from pvbouwel/master
Steve Pulec
2014-11-15 09:15:09 -05:00
6f3506e810Stop testing old boto versions.
Steve Pulec
2014-11-15 08:46:02 -05:00
6d2c9d9960Move call to associate default Network ACL with a new subnet.
Tyler Sanders
2014-11-14 17:31:08 -06:00
400d12b175Add default Network ACL during VPC creation. Associate default Network ACL with a new subnet. Add support for associating a new Network ACL with a subnet.
Tyler Sanders
2014-11-14 17:23:56 -06:00
63c7e224a2Always use ec2_backend to get the tag information in order to have a cleaner get_tags method.
Peter Van Bouwel
2014-11-11 19:41:16 +01:00
4f0cbf9bc9Merge remote-tracking branch 'upstream/master'
Peter Van Bouwel
2014-11-11 10:29:35 +01:00
f28ad8ee29Alter get_tags to use the backend associated with the taggable object. Also give volume and snapshot an additional backend attribute.
Peter Van Bouwel
2014-11-11 10:26:02 +01:00
79cd93119dMerge pull request #257 from mrucci/autoscaling-fix-multi-region
Steve Pulec
2014-11-10 19:26:46 -05:00
e05fc76e28Merge pull request #256 from mrucci/route53-response-insync
Steve Pulec
2014-11-10 19:25:41 -05:00
d60bd29148Merge pull request #255 from mrucci/route53-missing-response-id
Steve Pulec
2014-11-10 19:25:16 -05:00
2f1f993793Extend the DESCRIBE_SNAPSHOTS_RESPONSE to include the tagSet as documented by AWS. Also refactor the names of the tests I introduced in previous commits to be more descriptive. Finally some code cleanup, removing the get_tags method from classes and instead inherit from the TaggedEC2Resource class.
Peter Van Bouwel
2014-11-09 15:00:40 +01:00
53fdf330eeTests are added that verify that when a tag is being set on an (EBS) volume or on an instance that upon retrieval from the resource, the tag are set on the instance. Important is that the tags are set using create_tags but that the presence is validated by getting the resource using either (get_all_volumes or get_all_instances).
Peter Van Bouwel
2014-11-08 12:12:20 +01:00
53a11c18c1Fix bug with autoscaling in non-default region.
Marco Rucci
2014-11-07 22:13:00 +01:00
0408511533Report route53 changes immediately as INSYNC.
Marco Rucci
2014-11-07 21:56:36 +01:00
99afd892a9Add missing Id field in route 53 change response.
Marco Rucci
2014-11-07 21:40:00 +01:00
d8dee720abMerge pull request #254 from spulec/internet-gateway-filters
Steve Pulec
2014-11-05 14:52:42 -05:00
aa3cf9c806Move filter logic from responses.InstanceResponse to models.InstanceBackend
Hugo Lopes Tavares
2014-11-05 14:20:49 -05:00
88684f10f2Move filter logic from responses.InternetGateways to models.InternetGatewayBackend
Hugo Lopes Tavares
2014-11-05 14:02:45 -05:00
32af875386Implement InternetGateway filters support
Hugo Lopes Tavares
2014-11-05 12:11:56 -05:00
e92c2ae610Merge pull request #253 from spulec/instance-filtering-by-vpc-id
Steve Pulec
2014-11-05 11:24:40 -05:00
faa55efe21Implement vpc-id Instance filter
Hugo Lopes Tavares
2014-11-05 11:06:14 -05:00
41282c9e48Merge pull request #251 from joekiller/cfn_eni
Steve Pulec
2014-11-04 17:22:32 -05:00
ff17d32122Merge pull request #252 from spulec/source-dest-check-instance-filter
Steve Pulec
2014-11-04 17:22:00 -05:00
8a0a10b0d1Add support to filtering instances by source-dest-check
Hugo Lopes Tavares
2014-11-04 16:56:56 -05:00
4a3c2359a0Update supported services in README.
Steve Pulec
2014-11-03 19:28:34 -05:00
8299b5c312enable cloudformation of NetworkInterface
Joseph Lawson
2014-11-03 14:24:22 -05:00
ca44d4680aPy26 cloudwatch fixes.
Steve Pulec
2014-10-31 07:44:11 -04:00
93f56322d8Fix merge conflicts for cloudwatch.
Steve Pulec
2014-10-30 23:51:09 -04:00
2d65b0a020Some EC2 fixes for alternative regions.
Steve Pulec
2014-10-30 22:46:24 -04:00
0cae959f050.3.8
Steve Pulec
2014-10-29 20:26:05 -04:00
d84ccc0160Add @ttacon to authors.
Steve Pulec
2014-10-29 20:25:43 -04:00
5c9fec17b5Merge pull request #248 from ttacon/master
Steve Pulec
2014-10-29 20:07:33 -04:00
646bafcbf0Merge pull request #247 from joekiller/cfn_notification_arn
Steve Pulec
2014-10-29 20:06:57 -04:00
5aec4d9de5Add create_login_profile for iam service
ttacon
2014-10-29 15:31:49 -04:00
1152939ecdadd notification arns to cloudformation
Joseph Lawson
2014-10-29 11:59:41 -04:00
2881c9b20cMerge pull request #244 from DataDog/master
Steve Pulec
2014-10-27 11:21:00 -04:00
3bafebee04Limit test for describe instance status filter by boto version
Arthur Wang
2014-10-27 14:48:17 +00:00
6805863998Merge pull request #246 from spulec/dynamodb-py3
Steve Pulec
2014-10-26 21:20:31 -04:00
4bfbf3bbf3Python3 fixes for dynamodb2.
Steve Pulec
2014-10-26 21:11:03 -04:00
56ee4fa555Fix boto version.
Steve Pulec
2014-10-26 20:59:11 -04:00
31b01d27cfSome fixes for dynamodb and python 3.
Steve Pulec
2014-10-26 20:55:11 -04:00
83481b589bMerge pull request #241 from DreadPirateShawn/RouteVPCPeeringConnection
Steve Pulec
2014-10-26 20:02:51 -04:00
d67c5b80a3Add describe instance status test for new option
Arthur Wang
2014-10-24 16:18:52 -04:00
31b55977c9EC2: Add support for the IncludeAllInstances option in DescribeInstanceStatus
Arthur Wang
2014-10-24 19:44:29 +00:00
203ce6b185Merge pull request #240 from joekiller/fix/describe_stacks_add_validation_error
Steve Pulec
2014-10-23 23:03:18 -04:00
d77bc3ed39Merge pull request #243 from djmitche/regionalize_instances
Steve Pulec
2014-10-23 23:02:15 -04:00
24f6034f25Merge pull request #242 from djmitche/regionalize_vpcs
Steve Pulec
2014-10-23 23:00:43 -04:00
66c8fb2b52Pass ec2_backend to Instance constructor
Dustin J. Mitchell
2014-10-23 22:44:42 -04:00
465629902cuse the current ec2 backend, not the default, for subnets
Dustin J. Mitchell
2014-10-23 22:36:05 -04:00
04d22082c4remove some test details for 2.6
Joseph Lawson
2014-10-23 22:32:20 -04:00
ad200286a5use the current ec2 backend, not necessarily us-east-1, for vpc operations
Dustin J. Mitchell
2014-10-23 22:26:52 -04:00
3015fd0216python 2.6 assert_raises
Joseph Lawson
2014-10-23 22:21:00 -04:00
0e6130916fRoutes: Fixed vpc_peering_connection_id in describe route tables. (Travis: Revert Python 3 tests to use Boto 2.32.1)
dreadpirateshawn
2014-10-23 14:01:12 -07:00
08b1c3bc0ctest delete stack
Joseph Lawson
2014-10-23 14:57:46 -04:00
0aec1d0f92create_stack returns stack_id
Joseph Lawson
2014-10-23 14:55:40 -04:00
b10d16e583Routes: Fixed vpc_peering_connection_id in describe route tables. (Upgrade: Boto 2.32.1 ~> 2.34.0)
dreadpirateshawn
2014-10-23 11:54:20 -07:00
04b5389e31Add test for bad describe stack request
Joseph Lawson
2014-10-23 14:46:54 -04:00
90191675a2Deleted Stack Fix and ValidationError for DescribeStacks.
Joseph Lawson
2014-10-23 14:39:15 -04:00
e67ef8f038Merge pull request #239 from joekiller/enhance/describe_stacks_delete_stacks_stack_status
Steve Pulec
2014-10-23 07:51:02 -04:00
94e969fed5Enhance DescribeStacks. Keep track of deleted stacks. Stack status.
Joseph Lawson
2014-10-22 23:58:42 -04:00
ef3fcecc87Merge pull request #238 from DreadPirateShawn/ModifyInstanceAttributeSourceDestCheck
Steve Pulec
2014-10-22 20:25:09 -04:00
73d0deb47bMerge pull request #236 from joekiller/fix/sqs_xml_special_characters_in_body
Steve Pulec
2014-10-22 20:24:00 -04:00
4f847cfb4bModifyInstanceAttribute: Added support for 'SourceDestCheck.Value'.
dreadpirateshawn
2014-10-22 15:11:37 -07:00
ff27ef9e91XML escape body of sqs message body prior to encoding to XML
Joseph Lawson
2014-10-22 16:05:26 -04:00
832e903f26test sqs with xml characters
Joseph Lawson
2014-10-22 16:03:42 -04:00
c02ed667d5Merge pull request #235 from joekiller/enhance/cloudformation_getatt_tags_and_resource_naming
Steve Pulec
2014-10-21 22:37:01 -04:00
bcef13700dMerge pull request #234 from DataDog/add_instance_reason
Steve Pulec
2014-10-21 22:11:23 -04:00
8aabda0786add test for Fn::Join
Joseph Lawson
2014-10-21 22:05:27 -04:00
184d5be54aremove debug exception catch
Joseph Lawson
2014-10-21 21:58:39 -04:00
835259607atest eip allocation via CloudFormation for VPC and EC2 classic
Joseph Lawson
2014-10-21 21:55:08 -04:00
9559c6f746Merge pull request #230 from joekiller/fix_unsupported_metadata
Steve Pulec
2014-10-21 19:02:41 -04:00
c6f464a154Merge pull request #229 from DreadPirateShawn/RouteTablesAssociateDisassociate
Steve Pulec
2014-10-21 18:59:21 -04:00
d4cbc71b0afix eip physical_resource_id not returning an public_ip if it is in EC2 classic.
Joseph Lawson
2014-10-21 16:37:54 -04:00