Cookbook Name:
AWS SDK
Description:
Best practices for the Amazon Web Services ecosystem including credential management/storage, databases and region selection.
Owner:
Secure Code Warrior
Number of Recipes:
6
Recipe Name | Description | Language | Level | Tags |
---|---|---|---|---|
Cloud/AWS SDK |
||||
Automatic region detection by AWS | AWS can automatically detect the region from the environment | java | marked_information | framework specificAWSquality |
Avoid hardcoded secrets | Secrets should not be stored in code | java | error | securityframework specificAWS |
Hardcoded Credentials: AWS Key | AWS credentials should not be hardcoded. | java | warning | securityframework specificAWS |
Not releasing AmazonDynamoDbClient | Call the shutdown() method to release the AmazonDynamoDbClient | java | error | framework specificAWSquality |
Not releasing DynamoDbClient | Call the close() method to release the DynamoDbClient | java | error | framework specificAWSquality |
Use the Region enum | AWS recommends to use one of the constants in the Regions enum | java | warning | framework specificAWSquality |
Markdown badge: