Bendegúz Ács
|
f408709ef9
|
VPC IPv4 validation (#2026)
* Implemented throwing invalid subnet range error and fixed breaking tests.
* Implemented throwing invalid CIDR block parameter error for vpcs and subnets.
* Implemented throwing invalid destination CIDR block error.
* IPv6 addresses not accepted, strict checking disabled.
* Implemented throwing invalid subnet conflict error and fixed breaking tests.
* Implemented throwing invalid VPC range error and fixed breaking tests.
* Fixed accidentally removed ).
* Fixed test case trying to create two subnets with the same CIDR range.
|
2019-05-25 18:35:07 +01:00 |
|
Nuwan Goonasekera
|
ca56955a97
|
Added invalid id exceptions when filtering vpcs and subnets
|
2017-09-18 23:38:39 +05:30 |
|
Steve Pulec
|
f37bad0e00
|
Lints.
|
2017-02-23 21:37:43 -05:00 |
|
Steve Pulec
|
fde721bed7
|
Testing new version of decorator.
|
2017-02-15 22:35:45 -05:00 |
|
Taro Sato
|
02324ad708
|
Add more availability regions and implement default VPC (#773)
Fix filter name for availability zone
Fix bug assuming dict keys are ordered
Fix tests
Fix tests
Fix bug
|
2017-01-11 20:37:57 -05:00 |
|
Yann Lambret
|
52a5346c9e
|
Add support for VPC attributes management, and fix a bug about the default - not default status of a VPC
|
2016-05-12 22:36:09 +02:00 |
|
Yann Lambret
|
6d4a48b019
|
Add support for 'ModifySubnetAttribute' action
|
2016-04-05 00:17:56 +02:00 |
|
Marco Rucci
|
284641e8cf
|
Add support for default VPCs and subnets.
The first VPC created will be elected as default.
All subnets of the default VPC are considered default for their availability zone.
|
2015-12-06 20:58:54 +01:00 |
|
Steve Pulec
|
4020141478
|
Fix cloudformation subnet tagging.
|
2015-07-13 19:27:00 -04:00 |
|
Hugo Lopes Tavares
|
65d51a5844
|
Make availability zone dynamic in Subnet Response templates
|
2015-04-08 16:47:43 -04:00 |
|
Hugo Lopes Tavares
|
56cb06041c
|
Add filter "availabilityZone" to DescribeSubnets and add availability zone support too
|
2015-04-08 15:07:29 -04:00 |
|
David Baumgold
|
4201e6b430
|
from __future__ import unicode_literals
|
2014-08-27 11:33:55 -04:00 |
|
Shawn Falkner-Horine
|
0ecae450a1
|
CreateSubnet: Added VPC ID validation.
|
2014-08-26 14:04:34 -07:00 |
|
Shawn Falkner-Horine
|
d683c3b291
|
DescribeSubnets: Added support for 'filters' parameter.
|
2014-08-26 13:25:37 -07:00 |
|
Shawn Falkner-Horine
|
c97417d8e7
|
Error handling: Model-level validations, proper error responses. (backport assert_raises as context manager for Python 2.6)
|
2014-08-25 15:09:38 -07:00 |
|
Shawn Falkner-Horine
|
071c03e216
|
Error handling: Model-level validations, proper error responses.
|
2014-08-25 10:54:47 -07:00 |
|
Steve Pulec
|
955b4c6c4a
|
Add tagging to all applicable EC2 objects. Closes #66.
|
2014-05-11 19:00:28 -04:00 |
|
Steve Pulec
|
59fe1abfdf
|
Cleanup flake8
|
2013-08-03 17:21:25 -04:00 |
|
Steve Pulec
|
316418df55
|
add subnets
|
2013-03-05 22:53:53 -05:00 |
|
Steve Pulec
|
e993917d4c
|
pep8
|
2013-03-05 08:35:18 -05:00 |
|
Steve Pulec
|
27a086409e
|
adding ec2 stubs
|
2013-02-21 23:13:01 -05:00 |
|