How to sync data from elastic beanstalk to S3 bucket

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 3

  • @HikeWithAK
    @HikeWithAK Рік тому

    I am using node js for my webapp there is code for uploading s3 object and get the s3 object code works fine on the local machine but not work with elastic bean stalk

    • @anasdevscribbles
      @anasdevscribbles  Рік тому

      You're probably missing bucket permission for elastic beanstalk. Go to my article www.amarjanica.com/use-s3-bucket-as-persistent-storage-for-elastic-beanstalk and look for "3. Update bucket permissions". note that ARN in the example is just a placeholder, you have to replace it with your own

    • @HikeWithAK
      @HikeWithAK Рік тому

      @@anasdevscribbles I add all the permissions but don't know how to use AWS CLI for the syc of the s3 buckets