Security as a developer

Learn how to secure an AWS account from the developer's perspective.

As a developer, your primary security focus is to make sure that what you are working on is secure. This mostly boils down to making sure the code you write and you use, such as frameworks and libraries, are free from security vulnerabilities.

But there are a few things we can do to help make the AWS account that runs the system more secure.

Follow an additive permission strategy

An additive permission strategy is when we start with zero permissions for the system and gradually add more when encountering an error during ...