Skip to content

Commit

Permalink
Update cdk_aws_cookbook_402_stack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mzazon authored May 24, 2023
1 parent 508a734 commit e069a80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
engine=rds.DatabaseInstanceEngine.mysql(
version=rds.MysqlEngineVersion.VER_8_0_23
),
instance_type=ec2.InstanceType("db.t2.micro"),
instance_type=ec2.InstanceType("t3.medium"),
vpc=vpc,
database_name='AWSCookbookRecipe402',
instance_identifier='awscookbookrecipe402',
Expand Down

0 comments on commit e069a80

Please sign in to comment.