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
root_device_name = The name of the root volume for the Runner Worker.
770
770
root_size = The size of the root volume for the Runner Worker.
771
771
start_script = Cloud-init user data that will be passed to the Runner Worker. Should not be base64 encrypted.
772
+
start_script_compression_algorithm = `gzip` compress the start script to mitigate the ~16 KB user data limit. Use `none` for Windows (EC2Launch does not support gzipped user data).
772
773
volume_type = The type of volume to use for the Runner Worker. `gp2`, `gp3`, `io1` or `io2` are supported.
773
774
volume_iops = Guaranteed IOPS for the volume. Only supported when using `gp3`, `io1` or `io2` as `volume_type`.
774
775
volume_throughput = Throughput in MB/s for the volume. Only supported when using `gp3` as `volume_type`.
@@ -777,18 +778,24 @@ EOT
777
778
type=object({
778
779
ebs_optimized =optional(bool, true)
779
780
# TODO should always be "required", right? https://aquasecurity.github.io/tfsec/v1.28.0/checks/aws/ec2/enforce-launch-config-http-token-imds/
0 commit comments