rspec/rules/S6304/recommended.adoc
2022-10-06 16:25:33 +02:00

4 lines
478 B
Plaintext

== Recommended Secure Coding Practices
It's recommended to apply the least privilege principle, i.e., by only granting access to necessary resources. A good practice to achieve this is to organize or https://aws.amazon.com/blogs/security/simplify-granting-access-to-your-aws-resources-by-using-tags-on-aws-iam-users-and-roles/[tag] resources depending on the sensitivity level of data they store or process. Therefore, managing a secure access control is less prone to errors.