Update aws.md

This commit is contained in:
Bobby Argenbright 2022-09-26 12:34:07 -07:00 committed by GitHub
parent cc82c6b727
commit 138ac3d5f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ INSTANCE_NAME=$(kubectl get pods --all-namespaces \
INSTANCE_NAME=$(kubectl get nodes --output name | cut -d'/' -f2 | tail -1)
```
With the instnace host name, you can then get the instance id:
With the instance host name, you can then get the instance id:
```bash
get_instance_id() {