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
Description: Choose an AMI depending on AWS Region (default is arm64 / us-west-2). See http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI_launch_latest.html
23
+
Default: ami-0ef24e8ea76bad0b2
24
24
25
25
EmailAlerts:
26
26
Type: String
27
27
Default: ''
28
28
29
29
InstanceType:
30
30
Type: String
31
-
Default: c5n.xlarge
31
+
Default: c7g.large
32
32
AllowedValues:
33
-
- t3.micro
34
-
- t3.medium
35
-
- t3.small
36
-
- t3.large
37
-
- m3.medium
38
-
- m3.large
39
-
- m3.xlarge
40
-
- m3.2xlarge
41
-
- m4.large
42
-
- m4.xlarge
43
-
- m4.2xlarge
44
-
- m4.4xlarge
45
-
- m4.10xlarge
46
-
- c4.large
47
-
- c4.xlarge
48
-
- c4.2xlarge
49
-
- c4.4xlarge
50
-
- c4.8xlarge
51
-
- c5n.large
52
-
- c5n.xlarge
53
-
- c5n.2xlarge
54
-
- c5n.4xlarge
55
-
- c5n.9xlarge
56
-
- c5n.18xlarge
57
-
- c3.large
58
-
- c3.xlarge
59
-
- c3.2xlarge
60
-
- c3.4xlarge
61
-
- c3.8xlarge
62
-
- r3.large
63
-
- r3.xlarge
64
-
- r3.2xlarge
65
-
- r3.4xlarge
66
-
- r3.8xlarge
67
-
- i2.xlarge
68
-
- i2.2xlarge
69
-
- i2.4xlarge
70
-
- i2.8xlarge
71
-
- g2.2xlarge
72
-
- g2.8xlarge
73
-
- d2.xlarge
74
-
- d2.2xlarge
75
-
- d2.4xlarge
76
-
- d2.8xlarge
33
+
- c6g.medium
34
+
- c6g.large
35
+
- c7g.medium
36
+
- c7g.large
77
37
78
38
KeyName:
79
39
Type: AWS::EC2::KeyPair::KeyName
80
40
Description: Name of an existing EC2 KeyPair to enable SSH access to instances
81
41
82
42
RtmpAuthToken:
83
43
Type: String
44
+
Description: Global Auth token to authenticate inbound RTMP requests. Set this if you want all RTMP requests to be validated with a single, shared auth token.
45
+
Default: ''
46
+
47
+
RtmpAuthUrl:
48
+
Type: String
49
+
Description: URL to authenticate inbound RTMP requests. Set this if you want RTMP requests to ping an endpoint with the stream name and token parameter to dynamically authenticate each connection.
84
50
Default: ''
85
51
86
52
FfmpegFlags:
87
53
Type: String
88
-
Description: Default setting for original 720p stream with 360p and 144p adaptations
54
+
Description: Additional FFmpeg flags to be passed. Default setting has original 720p stream with 360p and 144p adaptations
0 commit comments