You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ Metadata:
67
67
- InstanceOperatingSystem
68
68
- InstanceTypes
69
69
- EnableInstanceStorage
70
+
- MountTmpfsAtTmp
70
71
- AgentsPerInstance
71
72
- KeyName
72
73
- SecretsBucket
@@ -501,6 +502,14 @@ Parameters:
501
502
- "false"
502
503
Default: "false"
503
504
505
+
MountTmpfsAtTmp:
506
+
Type: String
507
+
Description: Controls the filesystem mounted at /tmp. By default, /tmp is a tmpfs (memory-backed filesystem). Disabling this causes /tmp to be stored in the root filesystem.
508
+
AllowedValues:
509
+
- "true"
510
+
- "false"
511
+
Default: "true"
512
+
504
513
EnableCostAllocationTags:
505
514
Type: String
506
515
Description: Enables AWS Cost Allocation tags for all resources in the stack. See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html
0 commit comments