Commit be4ccc76 by Feanil Patel

Provide a new option group since we're cloning between VPCs.

parent 350022bf
...@@ -103,6 +103,7 @@ if __name__ == '__main__': ...@@ -103,6 +103,7 @@ if __name__ == '__main__':
target_db_instance_identifier=restore_dbid, target_db_instance_identifier=restore_dbid,
use_latest_restorable_time=True, use_latest_restorable_time=True,
db_instance_class=args.type, db_instance_class=args.type,
option_group_name='default:mysql-5-6'
) )
if args.vpc: if args.vpc:
restore_args['db_subnet_group_name'] = args.subnet restore_args['db_subnet_group_name'] = args.subnet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment