Conversation
vanda-scw
approved these changes
Jun 12, 2026
| ## Stateless security groups | ||
|
|
||
| Stateless security groups strictly apply the default policy and inbound/outbound rules, regardless of whether a connection is initiated from your Instance or not. This is useful if you know exactly which ports you will always require for your Instance, e.g. port `22` for SSH. You can make your security group stateless, define a rule to allow traffic on port `22` and block incoming traffic on other ports regardless of whether a connection is initiated from your Instance on this port. [Learn how to use security groups](/instances/how-to/use-security-groups/). | ||
| Stateless security groups do not track connection states; they evaluate every single packet entirely on its own merits. If you define a rule to allow inbound traffic on a specific port (e.g., port 22 for SSH), you must also ensure your outbound rules explicitly permit the response traffic to flow back out to the client. |
Collaborator
There was a problem hiding this comment.
Suggested change
| Stateless security groups do not track connection states; they evaluate every single packet entirely on its own merits. If you define a rule to allow inbound traffic on a specific port (e.g., port 22 for SSH), you must also ensure your outbound rules explicitly permit the response traffic to flow back out to the client. | |
| Stateless security groups do not track connection states; they evaluate every single packet based only on its own characteristics. If you define a rule to allow inbound traffic on a specific port (e.g., port 22 for SSH), you must also ensure your outbound rules explicitly permit the response traffic to flow back out to the client. |
Collaborator
There was a problem hiding this comment.
I'm suggesting this change only for the sake of non-native speakers of English. Otherwise, there's nothing wrong with the sentence.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Your checklist for this pull request
Description
Please describe what you added or changed.