>> g = AWS.vpcs.new(:cidr_block =>
"10.1.2.0/24") >> g.save
Returns:
True or an exception depending on the result. Keep in mind that this
creates a new vpc. As such, it yields
an InvalidGroup.Duplicate exception if you attempt to save an existing vpc.