February 2020
Intermediate to advanced
440 pages
13h 51m
English
We can create a pre-signed URL from the CLI and test it as follows:
aws s3 presign s3://awsseccookbook/image-heartin-k.png \ --expiry 100 \ --profile awssecadmin
This command will output a signed URL with an expiry time:


If we run the URL after the specified time, we should get an access denied error message:
Next, we will look at ...
Read now
Unlock full access