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.

답변함 일 년 전
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.

답변함 일 년 전
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
답변함 일 년 전
0

I did it as Root user

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠