
Less is More: The Principle of Least Privilege
Another critical principle in maintaining a safe and secure application running in the cloud is understanding the Principle of Least Privilege. The Principle of Least Privilege is an industry-standard security principle widely known to reduce the impact of bad actor attacks.
The idea behind the principle of least privilege is to:
1. Grant an entity the minimum permission it absolutely needs to perform its operations.
2. Grant no more permissions than that.
This principle applies to cloud infra…