This video is outstanding. I got everything working on an EC2 Ubuntu instance with no issues. Thank you so much for taking the time to make this helpful video. You saved me hours of work. Your video is superior to what Amazon herself puts out!
I've tried this and successfully mounted the s3 directory. However, I want to display the mounted s3 bucket size in my linux server but it shows 0kb even though there are lots of files in the s3 bucket
Hi Bro Im getting permission denied while we create file inside directory like cd \delta touch index5,txt [ec2-user@ip-10-254-1-73 ~]$ cd asset [ec2-user@ip-10-254-1-73 asset]$ cd delta [ec2-user@ip-10-254-1-73 delta]$ touch index5.txt touch: cannot touch 'index5.txt': Permission denied Can you please ASAP , I dont want to be root .
This video is outstanding. I got everything working on an EC2 Ubuntu instance with no issues. Thank you so much for taking the time to make this helpful video. You saved me hours of work. Your video is superior to what Amazon herself puts out!
Glad it helped!
I've tried this and successfully mounted the s3 directory. However, I want to display the mounted s3 bucket size in my linux server but it shows 0kb even though there are lots of files in the s3 bucket
when i restart my ec2 server my folder gets unomounted, how to permanently mount it ?
can you mount nonempty directory?
How do I do on windows ec2
Hi Bro
Im getting permission denied while we create file inside directory
like cd \delta
touch index5,txt
[ec2-user@ip-10-254-1-73 ~]$ cd asset
[ec2-user@ip-10-254-1-73 asset]$ cd delta
[ec2-user@ip-10-254-1-73 delta]$ touch index5.txt
touch: cannot touch 'index5.txt': Permission denied
Can you please ASAP , I dont want to be root .
Hey not sure if you've already tried this, but add "sudo" to the beginning of your touch command.