AWS elasticbeanstalk documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in security group modification instructions
Security assessment
Terminology update without altering security implications. The core security practice of opening port 443 remains documented identically.
Diff
diff --git a/elasticbeanstalk/latest/dg/https-singleinstance-go.md b/elasticbeanstalk/latest/dg/https-singleinstance-go.md index ab115d311..1e05f2a19 100644 --- a//elasticbeanstalk/latest/dg/https-singleinstance-go.md +++ b//elasticbeanstalk/latest/dg/https-singleinstance-go.md @@ -101 +101 @@ Place the following in a file with the `.conf` extension in the `.ebextensions/n -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.