AWS eks documentation change
Summary
Removed placeholder tags and added whitespace in example commands
Security assessment
Formatting changes to example commands without security implications. No security-related content was modified.
Diff
diff --git a/eks/latest/userguide/ack-concepts.md b/eks/latest/userguide/ack-concepts.md index 5906353d3..b411869bc 100644 --- a//eks/latest/userguide/ack-concepts.md +++ b//eks/latest/userguide/ack-concepts.md @@ -30 +30,2 @@ As an example, create this S3 bucket manifest in `bucket.yaml`, choosing your ow - name: <replaceable>my-unique-bucket-name-12345</replaceable> + name: my-unique-bucket-name-12345 + @@ -46 +47,2 @@ Verify the bucket was created in AWS: - aws s3 ls | grep <replaceable>my-unique-bucket-name-12345</replaceable> + aws s3 ls | grep my-unique-bucket-name-12345 + @@ -56 +58,2 @@ Verify the bucket was deleted from AWS: - aws s3 ls | grep <replaceable>my-unique-bucket-name-12345</replaceable> + aws s3 ls | grep my-unique-bucket-name-12345 +