Cloud Shell cannot create environment

0

ErrorCLoudshell

I just got AWS and I'm trying as my root user and created user with admin and Cloud shell privileges.

4回答
0

Few things to check for such issue -

Time Synchronization: Make sure Your machine time is accurate. It means its correct based on world time. did you try from another machine to see if its working there? may be any time sync related issue?

Check in different regions..

check AWSCloudShellFullAccess policy to ensure it has below JSON data.

{ "Version": "2012-10-17", "Statement": [ { "Action": [ "cloudshell:" ], "Effect": "Allow", "Resource": "" } ] } Check in different browser to see if it works in different browser or not. https://docs.aws.amazon.com/cloudshell/latest/userguide/troubleshooting.html

Did you deleted cloudshell home directory or something? Try after resetting home directory. But it can DELETE all your data exists in home directory. https://docs.aws.amazon.com/cloudshell/latest/userguide/vm-specs.html#deleting-home-directory

check if any DENY policy created for it. remove that.

It is possible your account is not 100% verified. Try this: Create a CloudFront distribution if you get the below error it confirms your account is unverified or if you can create 2 distributions and can't create the 3rd one.

回答済み 1年前
0

Did the the list this is not the fix. I won't create a distribution as I don't know what I am doing.

回答済み 1年前
0

The possible reason is user permission inappropriate. It is recommended that you first create an Admin level user from IAM console whom policy is "AdministratorAccess", and then log in with this user to start the cloudshell on the console.

AWS
回答済み 1年前
0

I did it as Root user

回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ