File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ def _set_db_infra(self) -> None:
5656 self ,
5757 "aws-data-wrangler-database-sg" ,
5858 vpc = self .vpc ,
59- description = "AWS Data Wrangler Test Arena - Database security group" ,
59+ description = "AWS Data Wrangler Test Athena - Database security group" ,
6060 )
61- self .db_security_group .add_ingress_rule (ec2 . Peer . any_ipv4 () , ec2 .Port .all_traffic ())
61+ self .db_security_group .add_ingress_rule (self . db_security_group , ec2 .Port .all_traffic ())
6262 ssm .StringParameter (
6363 self ,
6464 "db-security-group-parameter" ,
@@ -219,7 +219,7 @@ def _setup_redshift(self) -> None:
219219 redshift .ClusterSubnetGroup (
220220 self ,
221221 "aws-data-wrangler-redshift-subnet-group" ,
222- description = "AWS Data Wrangler Test Arena - Redshift Subnet Group" ,
222+ description = "AWS Data Wrangler Test Athena - Redshift Subnet Group" ,
223223 vpc = self .vpc ,
224224 vpc_subnets = ec2 .SubnetSelection (subnet_type = ec2 .SubnetType .PUBLIC ),
225225 )
You can’t perform that action at this time.
0 commit comments