Skip to content

Commit

Permalink
[IT-3266] Close ports on bastian hosts (#22)
Browse files Browse the repository at this point in the history
The bastian security group allow SSH access.  We can now
close that access by setting up self hosted runners
in GH actions.  This will make the hosts more secure.

depends on Sage-Bionetworks/agora-data-manager#116
  • Loading branch information
zaro0508 authored Jan 5, 2024
1 parent da3579d commit 21e786e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/bastian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ Resources:
SubnetId: !ImportValue
'Fn::Sub': '${AWS::Region}-${VpcName}-${VpcSubnet}'
SecurityGroupIds:
- !ImportValue
'Fn::Sub': '${AWS::Region}-${VpcName}-BastianSecurityGroup'
- !ImportValue
'Fn::Sub': '${AWS::Region}-agora-docdb-${Environment}-DocumentDbAccessSecurityGroup'
Tags:
Expand Down

0 comments on commit 21e786e

Please sign in to comment.