Nice video, is it solution for mounting s3 in on premises pc.
@avizway Жыл бұрын
Yes, We can access with the help of AWS CLI.
@sl4lrodi11 ай бұрын
How do you permanently mount it ? so its mounted after reboot
@avizway11 ай бұрын
Add entry into fstab for perm mount
@rv89205 ай бұрын
How to mount this S3 as a service
@manishrspeaks8 ай бұрын
Hi Avinash, Can we mount s3 bucket to Ec2 instance from different account?
@avizway8 ай бұрын
Thats great question, i have to do little r&d to answer this question. I know we can share with another account, but will verify and answer regarding mounting to ec2
@buhl422410 ай бұрын
Please specify Linux EC2 instance. Everybody seems to assume an EC2 instance is Linux. You also get Windows EC2 instances.
@avizway10 ай бұрын
Sure, Thanks for suggestion. For windows we have 3rd party tools from long back.
@Arun_7793 Жыл бұрын
good job bro
@sureshdarla55402 ай бұрын
love you bro excellent
@catatonicbug75229 ай бұрын
Ok, I got the bucket mounted as a directory within /var/www/html, so the files should be visible as a website. However, all I get is a "forbidden" error when I try to reach the site.
@avizway8 ай бұрын
Hi, I have not tried this option yet. I suspect its permissions issue. Verify S3 access manually, Verify Webserver user i.e; apache user permissions on web content. Also, check s3 ACLs/policies.