Create an S3 Bucket with AWS Cloudformation: A Step-by-Step guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

ความคิดเห็น • 16

  • @kushagragautam5334
    @kushagragautam5334 3 หลายเดือนก่อน

    simple and perfect explanation.

    • @codewithgauri
      @codewithgauri  2 หลายเดือนก่อน

      Glad it was helpful!

  • @MoneshTiwari
    @MoneshTiwari ปีที่แล้ว

    I am learning aws presently and working on my hands on part.........your videos are proving to be a saviour..... thankyou

    • @codewithgauri
      @codewithgauri  ปีที่แล้ว

      Thank you...Means a lot! This really motivates me to make more videos.

  • @shrikantdeshpande6842
    @shrikantdeshpande6842 ปีที่แล้ว

    Very super explanation, Keep it up

  • @liferayasif9382
    @liferayasif9382 10 หลายเดือนก่อน

    thanks, very helpful

    • @codewithgauri
      @codewithgauri  10 หลายเดือนก่อน

      You're welcome!

  • @vaddisreekanth5783
    @vaddisreekanth5783 11 หลายเดือนก่อน

    Thank you, Grete explain

    • @codewithgauri
      @codewithgauri  11 หลายเดือนก่อน

      Glad it was helpful!

  • @somasekar6098
    @somasekar6098 ปีที่แล้ว +1

    How to upload the object from local machine to s3 bucket using cloud formation

    • @codewithgauri
      @codewithgauri  ปีที่แล้ว

      We can't upload files to S3 using cloudformation

  • @pradeephmkumar
    @pradeephmkumar ปีที่แล้ว

    I am getting : s3:PutBucketPolicy Access Denied.....

    • @codewithgauri
      @codewithgauri  ปีที่แล้ว

      Where did you get this error? While creating an S3 bucket?

    • @pradeephmkumar
      @pradeephmkumar ปีที่แล้ว

      @@codewithgauri Through cloudformation.....The bucket gets created , but the error is while bucket policy is created.....
      Kindly help

    • @nope8605
      @nope8605 ปีที่แล้ว

      @@pradeephmkumar Type: 'AWS::S3::Bucket'
      Properties:
      BucketName: Example-Bucket-Name
      PublicAccessBlockConfiguration:
      BlockPublicAcls: false
      BlockPublicPolicy: false
      IgnorePublicAcls: false
      RestrictPublicBuckets: false
      # other required fields here
      i haved fixed , he he Vietnv17

    • @neelapusailakshmi1933
      @neelapusailakshmi1933 10 หลายเดือนก่อน

      hello @@nope8605 After trying above code, i'm still getting error while creating Bucket policy..Can you please help me out..I need to work on CF in my new project