Skip to content

Commit

Permalink
docs: stop recommending storing creds in S3
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsilver committed Jul 16, 2024
1 parent e063be2 commit da672f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

* Applications should use IAM instance profiles to gain access to other AWS resources.
* Such profiles should be associated with roles that provide the minimum necessary rights.
* Non-AWS credentials should be stored in Parameter Store, DynamoDB or S3, so that they can be retrieved via an IAM role.
* Non-AWS credentials should be stored in Parameter Store or DynamoDB, so that they can be retrieved via an IAM role.

## EC2

Expand Down

0 comments on commit da672f8

Please sign in to comment.