AWS controltower: Fix Cloud9 troubleshooting link
Summary
Resolved a broken URL in the AWS Cloud9 troubleshooting documentation reference.
Security assessment
Change corrects a hyperlink without modifying security guidance or addressing vulnerabilities.
Evidence
-A compatibility issue exists with AWS Cloud9 and this AWS Control Tower proactive control, [CT.EC2.PR.8] Require an Amazon EC2 instance to set AssociatePublicIpAddress to false on a new network interface created by means of the NetworkInterfaces property in the AWS::EC2::Instance resource. If this control is enabled, you cannot create an Amazon EC2 environment in AWS Cloud9. For more information, see [Troubleshooting AWS Cloud9](https://docs.aws.amazon.com//cloud9/latest/user-guide/troubleshooting.html#control-tower-rule).
Diff
diff --git a/controltower/latest/controlreference/ec2-rules.md b/controltower/latest/controlreference/ec2-rules.md index 85d848d84..08bb8ea2a 100644 --- a//controltower/latest/controlreference/ec2-rules.md +++ b//controltower/latest/controlreference/ec2-rules.md @@ -2443 +2443 @@ This control checks whether your Amazon EC2 instance is configured **not** to as -A compatibility issue exists with AWS Cloud9 and this AWS Control Tower proactive control, [CT.EC2.PR.8] Require an Amazon EC2 instance to set AssociatePublicIpAddress to false on a new network interface created by means of the NetworkInterfaces property in the AWS::EC2::Instance resource. If this control is enabled, you cannot create an Amazon EC2 environment in AWS Cloud9. For more information, see [Troubleshooting AWS Cloud9](https://docs.aws.amazon.com//cloud9/latest/user-guide/troubleshooting.html#control-tower-rule). +A compatibility issue exists with AWS Cloud9 and this AWS Control Tower proactive control, [CT.EC2.PR.8] Require an Amazon EC2 instance to set AssociatePublicIpAddress to false on a new network interface created by means of the NetworkInterfaces property in the AWS::EC2::Instance resource. If this control is enabled, you cannot create an Amazon EC2 environment in AWS Cloud9. For more information, see [Troubleshooting AWS Cloud9](https://docs.aws.amazon.com/cloud9/latest/user-guide/troubleshooting.html#control-tower-rule).