Skip to content
Snippets Groups Projects
Commit 259afec1 authored by Sebastian Rieger's avatar Sebastian Rieger
Browse files

updated rds instance type, as t2 does not seam to be available anymore, though...

updated rds instance type, as t2 does not seam to be available anymore, though still in the pricing list
parent 1fd86375
Branches
No related tags found
No related merge requests found
......@@ -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'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment