AWS elasticbeanstalk documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in security group modification instructions
Security assessment
Branding terminology update. The mod_wsgi installation note and HTTPS security practices remain unchanged.
Diff
diff --git a/elasticbeanstalk/latest/dg/https-singleinstance-python.md b/elasticbeanstalk/latest/dg/https-singleinstance-python.md index 7d4169f5f..6bfe7048b 100644 --- a//elasticbeanstalk/latest/dg/https-singleinstance-python.md +++ b//elasticbeanstalk/latest/dg/https-singleinstance-python.md @@ -134 +134 @@ On Amazon Linux 2023, `mod_wsgi` must be installed separately as it's not availa -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.