Launching and Managing a Web Application with AWS CloudFormation のレビュー
5577 件のレビュー
when creating the stack, console is asking the capability_iam. Please update the document regard this.
Reddy S G Karthik · 約10年前にレビュー済み
Gu Liyan · 約10年前にレビュー済み
Teoh Albert · 約10年前にレビュー済み
Folks the second part of the lab doesnt work because awsstudent doesnt have permisisons to create IAM resources. In fact you cant read. You need to provide IAM so the following code in the templates will work: "Resources" : { "WebServerUser" : { "Type" : "AWS::IAM::User", "Properties" : { "Path": "/", "Policies": [{ "PolicyName": "root", "PolicyDocument": { "Statement":[{ "Effect": "Allow", "Action": [ "cloudformation:DescribeStackResource" ], "Resource": "*" }]} }] } }, "WebServerKeys" : { "Type" : "AWS::IAM::AccessKey", "Properties" : { "UserName" : {"Ref": "WebServerUser"} } },
Lockhart Daniel · 約10年前にレビュー済み
feng qinglei · 約10年前にレビュー済み
It doesn't work. Can't create a stack.
Jechropov Andrej · 約10年前にレビュー済み
Pearson Patrick · 約10年前にレビュー済み
I didn't encounter the IAM policy issues mentioned by others
Romanus Paul · 約10年前にレビュー済み
Wei Drinkey · 約10年前にレビュー済み
Choudhury Suvro · 約10年前にレビュー済み
Fryer Jeremy · 約10年前にレビュー済み
Triana Ricardo · 約10年前にレビュー済み
awsstudent has no permission to create IAM user. It causes CloudFormation template to fail the stack and cannot proceed to the lab procedures.
Tony Seki · 約10年前にレビュー済み
Part 2 is broken. 13:31:32 UTC+1100 CREATE_FAILED AWS::IAM::User WebServerUser API: iam:CreateUser User: arn:aws:iam::481064190345:user/awsstudent is not authorized to perform: iam:CreateUser on resource: arn:aws:iam::481064190345:user/Lab-3-WebServerUser-12G3SCRFPV8UG
Timms Ian · 約10年前にレビュー済み
Lab doesn't work. Step 44 fails with : API: iam:CreateUser User: arn:aws:iam::335839532665:user/awsstudent is not authorized to perform: iam:CreateUser on resource: arn:aws:iam::335839532665:user/Lab3-WebServerUser-13WRGP5YSA557
Simon Julien · 約10年前にレビュー済み
Very Poor. Step fail because of the following error. 11:41:08 UTC-0600 CREATE_FAILED AWS::IAM::User WebServerUser API: iam:CreateUser User: arn:aws:iam::785312422147:user/awsstudent is not authorized to perform: iam:CreateUser on resource: arn:aws:iam::785312422147:user/Lab-3-WebServerUser-1G6HJOH0EMU16 So I logged out and back on and got the same error. I was unable to continue.
Robokoff Michael · 約10年前にレビュー済み
vadnala sagar · 約10年前にレビュー済み
Rehman Wasif · 約10年前にレビュー済み
Unable to complete lab as user awsstudent user does not have iam permissions to create users etc.
Easter Russell · 約10年前にレビュー済み
Ham David · 約10年前にレビュー済み
zhang lei · 約10年前にレビュー済み
Li Zhifeng · 約10年前にレビュー済み
chandrashekar kirankumar · 約10年前にレビュー済み
J A · 約10年前にレビュー済み
It fails when trying to create the 2nd stack. The template is not correct. The instructions do not match the create stack screen flow.
Andrews Eric · 約10年前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。