AWS Security ChangesHomeSearch

AWS amazondynamodb medium security documentation change

Service: amazondynamodb · 2026-02-19 · Security-related medium

File: amazondynamodb/latest/developerguide/workbench.settingup.md

Summary

Updated installation instructions for NoSQL Workbench, removed macOS security warning bypass steps, added JRE 17 requirement, and reorganized Ubuntu prerequisite details.

Security assessment

Removed instructions for bypassing macOS security warnings (Control+click to open unidentified developer apps), which reduces risk of running untrusted software. The change promotes security best practices by eliminating guidance that could lead to execution of unverified applications.

Diff

diff --git a/amazondynamodb/latest/developerguide/workbench.settingup.md b/amazondynamodb/latest/developerguide/workbench.settingup.md
index cbae85eb4..f8532ccb3 100644
--- a//amazondynamodb/latest/developerguide/workbench.settingup.md
+++ b//amazondynamodb/latest/developerguide/workbench.settingup.md
@@ -7,17 +7 @@
-Follow these instructions to download NoSQL Workbench and DynamoDB local* for Amazon DynamoDB.
-
-**Prerequisites**
-
-There are two prerequisite pieces of software required for Ubuntu installs: libfuse2 and curl.
-
-**libfuse2**
-    
-
-As of Ubuntu 22.04, libfuse2 is no longer installed by default. To solve this, run `sudo add-apt-repository universe && sudo apt install libfuse2` to install for the [newest Ubuntu version](https://github.com/AppImage/AppImageKit/wiki/FUSE).
-
-**curl**
-    
-
-Update Ubuntu, run `sudo apt update && sudo apt upgrade`
-
-Next, install `cURL`, execute: `sudo apt install curl`
+Follow these instructions to download NoSQL Workbench and DynamoDB local for Amazon DynamoDB.
@@ -27 +11 @@ Next, install `cURL`, execute: `sudo apt install curl`
-  1. Download the appropriate version of NoSQL Workbench for your operating system. 
+  * Download the appropriate version of NoSQL Workbench for your operating system.
@@ -31 +15 @@ Operating system | Download link
-macOS (Intel)** |  [Download for macOS (Intel)](https://dy9cqqaswpltd.cloudfront.net/NoSQL_Workbench-x64.dmg)  
+macOS (Intel) |  [Download for macOS (Intel)](https://dy9cqqaswpltd.cloudfront.net/NoSQL_Workbench-x64.dmg)  
@@ -34,3 +18 @@ Windows |  [Download for Windows](https://dy9cqqaswpltd.cloudfront.net/NoSQL_Wor
-Linux*** |  [Download for Linux](https://dy9cqqaswpltd.cloudfront.net/NoSQL_Workbench.AppImage)  
-  
-* NoSQL Workbench includes DynamoDB local as an optional part of the installation process.
+Linux |  [Download for Linux](https://dy9cqqaswpltd.cloudfront.net/NoSQL_Workbench.AppImage)  
@@ -38 +19,0 @@ Linux*** |  [Download for Linux](https://dy9cqqaswpltd.cloudfront.net/NoSQL_Work
-** If a warning message appears when you try to open NoSQL Workbench stating that the app isn't registered with Apple by an identified developer, do the following:
@@ -40 +20,0 @@ Linux*** |  [Download for Linux](https://dy9cqqaswpltd.cloudfront.net/NoSQL_Work
-    1. Locate the app and then open it.
@@ -42 +21,0 @@ Linux*** |  [Download for Linux](https://dy9cqqaswpltd.cloudfront.net/NoSQL_Work
-    2. Control+click the app icon, then choose Open from the shortcut menu.
@@ -44 +23 @@ Linux*** |  [Download for Linux](https://dy9cqqaswpltd.cloudfront.net/NoSQL_Work
-This saves the app as an exception to your security settings. Open the app by double-clicking it just as you can open any registered app.
+###### Note
@@ -46 +25 @@ This saves the app as an exception to your security settings. Open the app by do
-*** NoSQL Workbench supports Ubuntu 12.04, Fedora 21, and Debian 8, or any newer versions of these Linux distributions.
+NoSQL Workbench includes DynamoDB local as part of the installation process.
@@ -48 +27 @@ This saves the app as an exception to your security settings. Open the app by do
-  2. Start the application that you downloaded, and then follow the steps in Install NoSQL Workbench.
+Java Runtime Environment (JRE) version 17.x or newer is required for running DynamoDB local.
@@ -49,0 +29 @@ This saves the app as an exception to your security settings. Open the app by do
+###### Note
@@ -50,0 +31 @@ This saves the app as an exception to your security settings. Open the app by do
+NoSQL Workbench supports Ubuntu 12.04, Fedora 21, and Debian 8, or any newer versions of these Linux distributions.
@@ -51,0 +33 @@ This saves the app as an exception to your security settings. Open the app by do
+There are two prerequisite pieces of software required for Ubuntu installs: `libfuse2` and `curl`.
@@ -53 +35 @@ This saves the app as an exception to your security settings. Open the app by do
-###### Note
+As of Ubuntu 22.04, libfuse2 is no longer installed by default. To solve this, run `sudo add-apt-repository universe && sudo apt install libfuse2` to install for the newest Ubuntu version.
@@ -55 +37 @@ This saves the app as an exception to your security settings. Open the app by do
-Java Runtime Environment (JRE) version 11.x or newer is required for running DynamoDB local.
+For cURL, run `sudo apt update && sudo apt upgrade && sudo apt install curl`.
@@ -65 +47 @@ NoSQL Workbench
-Install
+Data modeler