docs: Add AWS Security Group best practices for Terraform users #37
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.
docs: Add AWS Security Group best practices for Terraform users
This PR enhances the
flatcar-terraform/README.md
by adding AWS Security Group best practices for Terraform users.It complements #36 and flatcar/Flatcar#1848 by focusing on security improvements not fully covered earlier.
Changes introduced:
0.0.0.0/0
)These guidelines provide actionable steps for reducing the attack surface when deploying Flatcar instances on AWS with Terraform.
How to use
Reviewers can validate this PR by:
README.md
section on AWS Security Group best practices.Testing done
Verified that the
README.md
renders correctly in GitHub.Reviewed text for clarity and accuracy.
No code execution was required, as this is a documentation-only change.
Changelog entries added in the respective
changelog/
directory (user-facing change, security update)Inspected CI output for doc-only changes (no binaries, kernel modules, or configs impacted)
Signed-off-by: Adharsh.U 114822057+adharsh277@users.noreply.github.com