AWS bedrock documentation change
Summary
Fixed trailing comma in EC2 network interface permissions list
Security assessment
Syntax correction in policy example with no security implications
Diff
diff --git a/bedrock/latest/userguide/custom-model-job-access-security.md b/bedrock/latest/userguide/custom-model-job-access-security.md index f357e5113..622203a54 100644 --- a//bedrock/latest/userguide/custom-model-job-access-security.md +++ b//bedrock/latest/userguide/custom-model-job-access-security.md @@ -166 +166 @@ After you finish setting up your VPC, attach the following permissions to your [ - "ec2:CreateNetworkInterface", + "ec2:CreateNetworkInterface" @@ -183 +183 @@ After you finish setting up your VPC, attach the following permissions to your [ - "ec2:CreateNetworkInterface", + "ec2:CreateNetworkInterface" @@ -196 +196 @@ After you finish setting up your VPC, attach the following permissions to your [ - "ec2:DeleteNetworkInterfacePermission", + "ec2:DeleteNetworkInterfacePermission"