AWS AWSEC2 documentation change
Summary
Updated example IAM role ARNs from 000000000000 to 123456789012 placeholder across multiple configurations
Security assessment
Standardization of account ID placeholders in examples. No actual security configuration changes or vulnerability fixes are present.
Diff
diff --git a/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.md b/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.md index d3a8a3bd1..3058a23de 100644 --- a//AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.md +++ b//AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.md @@ -893 +893 @@ The following configuration is valid. It contains one launch template and one `O - "IamFleetRole": "arn:aws:iam::000000000000:role/aws-ec2-spot-fleet-tagging-role", + "IamFleetRole": "arn:aws:iam::123456789012:role/aws-ec2-spot-fleet-tagging-role", @@ -954 +954 @@ The following configuration is valid. It contains one launch template and one `O - "IamFleetRole": "arn:aws:iam::000000000000:role/aws-ec2-spot-fleet-tagging-role", + "IamFleetRole": "arn:aws:iam::123456789012:role/aws-ec2-spot-fleet-tagging-role", @@ -1002 +1002 @@ The following configuration is valid. It contains two launch templates, each wit - "IamFleetRole": "arn:aws:iam::000000000000:role/aws-ec2-spot-fleet-tagging-role", + "IamFleetRole": "arn:aws:iam::123456789012:role/aws-ec2-spot-fleet-tagging-role", @@ -1056 +1056 @@ The following configuration is valid. It contains two `LaunchTemplateSpecificati - "IamFleetRole": "arn:aws:iam::000000000000:role/aws-ec2-spot-fleet-tagging-role", + "IamFleetRole": "arn:aws:iam::123456789012:role/aws-ec2-spot-fleet-tagging-role", @@ -1112 +1112 @@ The following configuration is not valid. The `Overrides` structure contains bot - "IamFleetRole": "arn:aws:iam::000000000000:role/aws-ec2-spot-fleet-tagging-role", + "IamFleetRole": "arn:aws:iam::123456789012:role/aws-ec2-spot-fleet-tagging-role", @@ -1153 +1153 @@ The following configuration is not valid. The `Overrides` structures contain bot - "IamFleetRole": "arn:aws:iam::000000000000:role/aws-ec2-spot-fleet-tagging-role", + "IamFleetRole": "arn:aws:iam::123456789012:role/aws-ec2-spot-fleet-tagging-role", @@ -1201 +1201 @@ The following configuration is not valid. The two `InstanceRequirements` structu - "IamFleetRole": "arn:aws:iam::000000000000:role/aws-ec2-spot-fleet-tagging-role", + "IamFleetRole": "arn:aws:iam::123456789012:role/aws-ec2-spot-fleet-tagging-role",