Module 3| Challenge Lab | Creating a Static Website for the Cafe (AWS S3)

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 13

  • @-chandiniECE
    @-chandiniECE 2 роки тому

    how can i get cafe pics

  • @junaydjaved6776
    @junaydjaved6776 2 роки тому +1

    at 5:44, when I pasted the policy, I get this error.
    "Unexpected error
    Network Failure - verify permissions to access-analyzer:ValidatePolicy in IAM to use policy validation."
    Please reply asap

    • @CloudComputinginAWS
      @CloudComputinginAWS  2 роки тому

      check you have changed the policy ARN to your S3 bucket

    • @pramodyadav.007
      @pramodyadav.007 2 роки тому +4

      your policy pasted should be in this format and check the resource line and add /* at the end of ARN section and save it will work
      {
      "Version": "2012-10-17",
      "Statement": [
      {
      "Sid": "PublicRead",
      "Effect": "Allow",
      "Principal": "*",
      "Action": [
      "s3:GetObject",
      "s3:GetObjectVersion"
      ],
      "Resource": "arn:aws:s3:::yourwebsitename/*"
      }
      ]
      }

  • @Pastelcaffeinetrotter
    @Pastelcaffeinetrotter 2 роки тому

    I cannot get the CafeRole for IAM during replication please help

  • @sheynjila2457
    @sheynjila2457 2 роки тому +1

    I am trying to download the html and css files and can't find the link.

  • @sindu1828
    @sindu1828 2 роки тому +1

    i dont know why iam not getting graded after performing all tasks im getting all the result but in grades im getting 4 marks that too of mcq pls help

  • @sahilnalawade1784
    @sahilnalawade1784 2 роки тому

    I am not getting that file automatically in replicated folder