리뷰 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.
Karthik R. · 대략 10년 전에 리뷰됨
Liyan G. · 대략 10년 전에 리뷰됨
Albert T. · 대략 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"} } },
Daniel L. · 대략 10년 전에 리뷰됨
qinglei f. · 대략 10년 전에 리뷰됨
It doesn't work. Can't create a stack.
Andrej J. · 대략 10년 전에 리뷰됨
Patrick P. · 대략 10년 전에 리뷰됨
I didn't encounter the IAM policy issues mentioned by others
Paul R. · 대략 10년 전에 리뷰됨
Drinkey W. · 대략 10년 전에 리뷰됨
Suvro C. · 대략 10년 전에 리뷰됨
Jeremy F. · 대략 10년 전에 리뷰됨
Ricardo T. · 대략 10년 전에 리뷰됨
awsstudent has no permission to create IAM user. It causes CloudFormation template to fail the stack and cannot proceed to the lab procedures.
Seki T. · 대략 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
Ian T. · 대략 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
Julien S. · 대략 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.
Michael R. · 대략 10년 전에 리뷰됨
sagar v. · 대략 10년 전에 리뷰됨
Wasif R. · 대략 10년 전에 리뷰됨
Unable to complete lab as user awsstudent user does not have iam permissions to create users etc.
Russell E. · 대략 10년 전에 리뷰됨
David H. · 대략 10년 전에 리뷰됨
lei z. · 대략 10년 전에 리뷰됨
Zhifeng L. · 대략 10년 전에 리뷰됨
kirankumar c. · 대략 10년 전에 리뷰됨
A J. · 대략 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.
Eric A. · 대략 10년 전에 리뷰됨
Google은 게시된 리뷰가 제품을 구매 또는 사용한 소비자에 의해 작성되었음을 보증하지 않습니다. 리뷰는 Google의 인증을 거치지 않습니다.