Skip to content

Commit

Permalink
Don't pass URL to --content (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon authored Mar 22, 2023
1 parent 93b61ac commit 1d17dd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion log-collector-script/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,11 @@ Trying to archive gathered information...
1. Create the SSM document named "EKSLogCollector" using the following commands:

```
curl -O https://raw.githubusercontent.com/awslabs/amazon-eks-ami/master/log-collector-script/linux/eks-ssm-content.json
aws ssm create-document \
--name "EKSLogCollectorLinux" \
--document-type "Command" \
--content https://raw.githubusercontent.com/awslabs/amazon-eks-ami/master/log-collector-script/linux/eks-ssm-content.json
--content file://eks-ssm-content.json
```

2. To execute the bash script in the SSM document and to collect the logs from worker, run the following command:
Expand Down

0 comments on commit 1d17dd0

Please sign in to comment.