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: infra/terraform/media_relay/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ This module provisions everything required to host the relay on a single EC2 ins
11
11
- Optional Caddy reverse proxy that fetches Let's Encrypt certificates for the supplied domain and fronts the Mediamtx HTTP/WebRTC endpoints.
12
12
- Elastic IP associated with the instance for a stable ingress point.
13
13
- If you supply `existing_eip_allocation_id`, the module reuses that Elastic IP instead of allocating a new one.
14
+
- The GitHub Actions workflow destroys the EC2 instance (and its EIP association) prior to each redeploy. Without an `existing_eip_allocation_id`, a fresh Elastic IP is allocated on every run.
14
15
15
16
You can optionally set `vpc_id`, `subnet_id`, or `key_name` to place the instance in a specific network or enable SSH access.
0 commit comments