AWS elasticbeanstalk documentation change
Summary
Changed 'AWS CloudFormation' to 'CloudFormation' in security group modification instructions
Security assessment
Branding terminology change with no effect on security guidance. HTTPS configuration instructions are unchanged.
Diff
diff --git a/elasticbeanstalk/latest/dg/https-singleinstance-java.md b/elasticbeanstalk/latest/dg/https-singleinstance-java.md index 40ed08bac..cc5a8b9c8 100644 --- a//elasticbeanstalk/latest/dg/https-singleinstance-java.md +++ b//elasticbeanstalk/latest/dg/https-singleinstance-java.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.