1 Answers
Yes,you can just use the aws cli on your machine.
aws s3 presign s3://BUCKET/test.txt –expires-in 600
Sign Up Free or Log In to participate!
do we need an EC2 instance for pre signed URLs, can we not install CLI on local computer and do it?
Yes,you can just use the aws cli on your machine.
aws s3 presign s3://BUCKET/test.txt –expires-in 600
Psst…this one if you’ve been moved to ACG!
It is only dependent on AWS CLI. AWS CLI is a just a software which can be installed on on-prem windows, linux machines.
Thanks for that, I was wondering because in the lesson Ryan created an EC2 instance to generate the pre signed URL, I have tested this and verified on my Mac