Skip to content

Commit

Permalink
Enable transit encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed Oct 25, 2023
1 parent afd1d45 commit 70e1be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export class GameServer extends Construct {
name: 'efsVolume',
efsVolumeConfiguration: {
fileSystemId: fs.fileSystemId,
transitEncryption: 'ENABLED',
authorizationConfig: {
accessPointId: ap.accessPointId,
iam: 'ENABLED',
Expand Down

0 comments on commit 70e1be5

Please sign in to comment.