无法创建环境 Cloud9 Amazon Web Services

发布于 2025-01-20 17:20:13 字数 650 浏览 0 评论 0原文

我目前正在尝试使用IAM用户创建cloud9环境,并使用AdministratorAccess

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

},

但是每次我都会收到以下错误之一:

”环境错误1“

“环境错误2”

我正在创建cloud9实例US-EAST-1服务器。这个问题已经发生了几天。有人知道根本原因吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文