AWS AmazonECS documentation change
Summary
Updated IAM role and instance profile ARN references in configuration examples
Security assessment
The changes modify example IAM resource names but do not introduce or address security controls. This appears to be a documentation update to reflect naming convention changes rather than a security-related fix. No evidence of security vulnerability mitigation exists in the diff.
Diff
diff --git a/AmazonECS/latest/developerguide/getting-started-managed-instances-cli.md b/AmazonECS/latest/developerguide/getting-started-managed-instances-cli.md index c5537881a..4910c8900 100644 --- a//AmazonECS/latest/developerguide/getting-started-managed-instances-cli.md +++ b//AmazonECS/latest/developerguide/getting-started-managed-instances-cli.md @@ -128 +128 @@ Create a JSON file with your capacity provider configuration. Replace the placeh - "infrastructureRoleArn": "arn:aws:iam::aws_account_id:role/AmazonECSManagedInstancesInfrastructureRole", + "infrastructureRoleArn": "arn:aws:iam::aws_account_id:role/ecsInfrastructureRole", @@ -130 +130 @@ Create a JSON file with your capacity provider configuration. Replace the placeh - "ec2InstanceProfileArn": "arn:aws:iam::aws_account_id:instance-profile/AmazonECSManagedInstancesInstanceProfile", + "ec2InstanceProfileArn": "arn:aws:iam::aws_account_id:instance-profile/ecsInstanceRole",