updated rds instance type, as t2 does not seam to be available anymore, though still in the pricing list
This commit is contained in:
parent
1fd86375c9
commit
259afec126
@ -163,7 +163,7 @@ response = rdsClient.create_db_instance(DBInstanceIdentifier="tug-of-war-rds-db1
|
||||
VpcSecurityGroupIds=[security_group_id],
|
||||
# DBInstanceClass='db.m3.2xlarge',
|
||||
# DBInstanceClass='db.t3.micro',
|
||||
DBInstanceClass='db.t2.small',
|
||||
DBInstanceClass='db.t3.small',
|
||||
Tags=[
|
||||
{'Key': 'Name', 'Value': 'tug-of-war-rds-db1'},
|
||||
{'Key': 'tug-of-war-rds', 'Value': 'db'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user