Failed to create environments Cloud9 Amazon Web Services

74 Views Asked by At

I am currently trying to create a Cloud9 Environment with an IAM User with AdministratorAccess

{
"Version": "2012-10-17",
"Statement": [
    {
        "Effect": "Allow",
        "Action": "*",
        "Resource": "*"
    }
]

}

But every time, I get one of the following error:

Environment Error 1

or

Environment Error 2

I am creating the Cloud9 Instance on the us-east-1 server. And this problem has been happening for a couple of days now. Does anyone know the root cause?

0

There are 0 best solutions below