AWS elasticbeanstalk documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in security group modification instructions
Security assessment
Change only modifies product name reference without altering security implications of opening port 443. No evidence of addressing vulnerabilities or security weaknesses.
Diff
diff --git a/elasticbeanstalk/latest/dg/SSLNET.SingleInstance.md b/elasticbeanstalk/latest/dg/SSLNET.SingleInstance.md index b58b55e9a..37ee922d2 100644 --- a//elasticbeanstalk/latest/dg/SSLNET.SingleInstance.md +++ b//elasticbeanstalk/latest/dg/SSLNET.SingleInstance.md @@ -86 +86 @@ To remove the HTTP endpoint (port 80), include the `Remove-WebBinding` command u -In a single instance environment, you must also modify the instance's security group to allow traffic on port 443. The following configuration file retrieves the security group's ID using an AWS CloudFormation [function](./ebextensions-functions.html) and adds a rule to it. +In a single instance environment, you must also modify the instance's security group to allow traffic on port 443. The following configuration file retrieves the security group's ID using an CloudFormation [function](./ebextensions-functions.html) and adds a rule to it.