AWS AmazonECS documentation change
Summary
Added backticks around 'ecsInstanceRole' for code formatting
Security assessment
This is a documentation style change to format a role name as code. No security implications or security documentation additions.
Diff
diff --git a/AmazonECS/latest/developerguide/managed-instances-instance-profile.md b/AmazonECS/latest/developerguide/managed-instances-instance-profile.md index 5c5b60c70..88ce0e550 100644 --- a//AmazonECS/latest/developerguide/managed-instances-instance-profile.md +++ b//AmazonECS/latest/developerguide/managed-instances-instance-profile.md @@ -13 +13 @@ An instance profile is an IAM container that holds exactly one IAM role and allo -If you are using Amazon ECS Managed Instances with the AWS-managed Infrastructure policy, the instance profile must be named ecsInstanceRole. If you are using a custom policy for the Infrastructure role, the instance profile can have an alternative name. +If you are using Amazon ECS Managed Instances with the AWS-managed Infrastructure policy, the instance profile must be named `ecsInstanceRole`. If you are using a custom policy for the Infrastructure role, the instance profile can have an alternative name.