'Failed to create environments Cloud9 Amazon Web Services

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source