1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00
Commit graph

8 commits

Author SHA1 Message Date
sue445
af3564d0db git grep -l "Compute::AWS" -- lib/ | xargs sed -i "" "s/Compute::AWS/AWS::Compute/g" 2018-09-17 23:02:03 +09:00
Eugene Howe
2980ba7a52 support for rds clusters and aurora
* add db cluster identifier to db instance parser
* dont allow setting security groups on aurora instances
* aurora instances do not support the multi az parameter due to the cluster
* aurora has its own storage type that cannot be set
2016-03-01 11:54:55 -05:00
Michelle Noorali
646492d153 restore db instance fom db snapshot
* add mock
* add restore method on servers collection
* modify save method on server model
* raise error when multi_az and az are set
* cannot specify multi_az to be true and pick an az together
* take allocated_storage from snapshot on restore
* restore from snapshot endpoint does not take
* allocated_storage parameter
* save storage type on rds snapshot
2016-01-19 10:52:20 -05:00
Eugene Howe
eed2c71a5d properly mock rds name update 2015-09-01 08:57:45 -07:00
Josh Lane
b48d51ba16 fix non-compat 1.8 syntax 2015-08-21 16:42:17 -07:00
Josh Lane
2c6c36c194 validate rds server security group associations 2015-08-21 16:31:46 -07:00
Michelle Noorali
6e24bec444 format security groups when modifying db instance
* to properly update db instance mock
2015-08-18 08:31:37 -07:00
Josh Lane
d48d376e9c initial import
* take the liberty of correcting Aws naming
2014-12-31 09:17:51 -08:00