From 70e1be5567221079009cfc2f8574697e43a6318f Mon Sep 17 00:00:00 2001 From: Ray Krueger Date: Wed, 25 Oct 2023 23:51:38 +0000 Subject: [PATCH] Enable transit encryption --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index b497ad1..c71981a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -182,6 +182,7 @@ export class GameServer extends Construct { name: 'efsVolume', efsVolumeConfiguration: { fileSystemId: fs.fileSystemId, + transitEncryption: 'ENABLED', authorizationConfig: { accessPointId: ap.accessPointId, iam: 'ENABLED',