How do I escape the AWS CLI return text?
i.e. go back to ~$:
For example:
~$: aws s3api list-buckets
BUCKETS 2021-01-21T10:19:17+00:00 mybucket
BUCKETS 2021-05-18T11:37:38+00:00 foobarmadness
OWNER itsbritneybitch
(END)
>Solution :
Just press q to exit back to your shell.
The q keypress serves as a quit signal for whatever the pager the aws cli uses.