AWS Certified Solutions Architect - Associate (SAA-C02)

Sign Up Free or Log In to participate!

Network Failure – verify permissions to access-analyzer:ValidatePolicy in IAM to use policy validation.

using ACG playground to follow "Hosting a Static Website Using S3" lecture and getting this error:

Unexpected error

Network Failure – verify permissions to access-analyzer:ValidatePolicy in IAM to use policy validation.

Hey, did you manage to solve the error? I am facing the same problem.

Filip Mustic

I had same error few times and it is network lag(or that is what i am thinking it is), i had some internet problems and jittery connection, plus all labs i am doing are in US and i am in EU. Usualy if i give it time it solves it self.

3 Answers

You need to copy it correctly. Make sure you are pasting the arn within th existing quotations in the Resource field

use this JSON and it will works: "arn" the copy paste from ur bucket

{

"Version": "2012-10-17",

"Statement": [

{

"Sid": "PublicReadGetObject",

"Effect": "Allow",

"Principal": "*",

"Action": "s3:GetObject",

"Resource": "[arn]/*"

}

]

}

 fit doesn’t work for me and the resource file they provided when I upload the index.html file and go back to static websites to launch it, the page it loads is an error page with and error message that the key doesnt exist.

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?