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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南