From 681f1f7f7d6aff1973c15c49a63383017a6fabd6 Mon Sep 17 00:00:00 2001 From: crtr109 <209275807+crtr109@users.noreply.github.com> Date: Thu, 31 Jul 2025 19:48:20 +0200 Subject: [PATCH] Update docs/tutorials/aws.md Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> --- docs/tutorials/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index 482ca7950..fe46fd587 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -78,7 +78,7 @@ You can use Attribute-based access control(ABAC) for advanced deployments. ### Further improvements -Both policies can be further enhanced by tightening them down. Following the [principle of least privelege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege) and explicitely providing a list of selected zones instead of `*` you can scope the deployment down allowing changes only to zones from the list hence reducing the blast radius and improving auditability. +Both policies can be further enhanced by tightening them down. Following the [principle of least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege) and explicitly providing a list of selected zones instead of `*` you can scope the deployment down allowing changes only to zones from the list hence reducing the blast radius and improving auditability. Additional resources: