AWS Security ChangesHomeSearch

AWS lightsail documentation change

Service: lightsail · 2026-05-01 · Documentation low

File: lightsail/latest/userguide/amazon-lightsail-quick-start-guide-drupal.md

Summary

Fixed a typo in the example URL for HTTP to HTTPS redirection (changed 'http:/example.com' to 'http://example.com')

Security assessment

This change corrects a typographical error in a URL example. While the context is about HTTPS redirection (a security best practice), the change itself doesn't address a security vulnerability or add new security documentation - it simply fixes a broken URL example that was missing a slash.

Diff

diff --git a/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-drupal.md b/lightsail/latest/userguide/amazon-lightsail-quick-start-guide-drupal.md
index 474ae7a97..16eef6f70 100644
--- a//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-drupal.md
+++ b//lightsail/latest/userguide/amazon-lightsail-quick-start-guide-drupal.md
@@ -156 +156 @@ If your domain is not configured to route traffic to the public IP address of yo
-     * **Enable HTTP to HTTPS redirection** \- Specifies whether users who browse to the HTTP version of your website (i.e., `http:/example.com`) are automatically redirected to the HTTPS version (i.e., `https://example.com`). We recommend enabling this option because it forces all visitors to use the encrypted connection. Type `Y` and press **Enter** to enable it.
+     * **Enable HTTP to HTTPS redirection** \- Specifies whether users who browse to the HTTP version of your website (i.e., `http://example.com`) are automatically redirected to the HTTPS version (i.e., `https://example.com`). We recommend enabling this option because it forces all visitors to use the encrypted connection. Type `Y` and press **Enter** to enable it.