-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation and pricing for static machine IPs #1830
Conversation
Signed-off-by: Akshit Garg <akshit@fly.io>
Signed-off-by: Akshit Garg <akshit@fly.io>
Signed-off-by: Akshit Garg <akshit@fly.io>
machines/overview.html.markerb
Outdated
@@ -117,6 +117,27 @@ Updating a Machine takes it down (like with `fly machine stop`), applies configu | |||
not changing the image, so we don't have to go fetch it from the global registry, this is fast, for the same reason `stop` and `start` | |||
are; we've already done the heavy lifting. | |||
|
|||
### Static Machine IPs | |||
|
|||
Static egress IPs can be attached to a machine. These IPs survive a [machine migration]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does a static egress IP have any other features beyond surviving a machine migration- isn't it also unique to the machine and not shared among other customers?
(Also is [machine migration]
supposed to link somewhere)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦 I forgot to paste in the links. Also yeah, its unique to the machine.
machines/overview.html.markerb
Outdated
Static egress IPs can be attached to a machine. These IPs survive a [machine migration]. | ||
|
||
Static egress IPs are useful when your machine needs to connect to a service that requires allowlisting a specific set of IPs. | ||
If supported, it is recommended to use [Wireguard]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what this means- use Wireguard for what? (also, is [Wireguard]
supposed to link somewhere)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to paste in the link. Also yeah the sentence should be better framed. Thank you!
Co-authored-by: Will Jordan <wjordan@users.noreply.github.com>
Signed-off-by: Akshit Garg <akshit@fly.io>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 looks good!
Summary of changes
Preview
Related Fly.io community and GitHub links
Notes