Skip to content

Commit f61ef8d

Browse files
hanwen-clusterhgreebe
authored andcommitted
[integ-tests] Use t3.large for Network Bastion
t3.large is available in more regions than c5.large (e.g. c5.large is not available in KUL region). Signed-off-by: Hanwen <[email protected]>
1 parent 41cd9b8 commit f61ef8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration-tests/network_template_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from utils import get_arn_partition
3232

3333
TAGS_PREFIX = "ParallelCluster"
34-
BASTION_INSTANCE_TYPE = "c5.large"
34+
BASTION_INSTANCE_TYPE = "t3.large"
3535

3636

3737
class Gateways(Enum):

0 commit comments

Comments
 (0)