Commit Graph

8 Commits (2942b383c4dde13cd4ad2911b6b0e474caa28f14)

Author SHA1 Message Date
Shawn Siefkas ec87c517c1 Check mode fixes for ec2_vpc_net module (#2179)
* Check mode fixes for ec2_vpc_net module

Returns VPC object information

Detects state change for VPC, DHCP options, and tags in check mode

* Early exit on VPC creation in check mode
8 years ago
codemeup @ Work 7314cc3867 Fixing error exception handling for python3. Does not need to be compa… (#3840)
* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.

* Fixing error exception handling for python. Does not need to be compatible with Python2.4 b/c boto is Python 2.6 and above.

* Fixing compile time errors IRT error exception handling for Python 3.5.
This does not need to be compatible with Python2.4 b/c Boto is Python 2.6 and above.
8 years ago
Toshio Kuratomi cd9a7667aa Don't raise or catch StandardError in amazon modules 9 years ago
Brian Coca c4f64d822c changed modules to use common ec2 docs for region 9 years ago
whiter dc71c04827 Added 'resource_tags' alias 9 years ago
whiter ee782d822b Fixed dicts comparison for tags 9 years ago
whiter 786ec1dca1 ec2_vpc_net refactor 9 years ago
Jonathan Davila c6f9e08282 new vpc module. does not contain subnet or route table functionality.
changed name to ec2_vpc_net

refactored out IGW functionality
9 years ago