Skip to content

Commit e152a32

Browse files
authored
SSM session timeout in config lite. The config lite was missing the 'logs' and 'monitoring' interface endpoints. (#712)
1 parent 3b6019c commit e152a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference-artifacts/SAMPLE_CONFIGS/config.lite-example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
},
10681068
"interface-endpoints": {
10691069
"subnet": "Endpoint",
1070-
"endpoints": ["ec2", "ec2messages", "ssm", "ssmmessages", "secretsmanager", "cloudformation", "kms"]
1070+
"endpoints": ["ec2", "ec2messages", "ssm", "ssmmessages", "secretsmanager", "cloudformation", "kms", "logs", "monitoring"]
10711071
},
10721072
"resolvers": {
10731073
"subnet": "Endpoint",

0 commit comments

Comments
 (0)