Launching and Managing a Web Application with AWS CloudFormation Reviews

5577 reviews

when creating the stack, console is asking the capability_iam. Please update the document regard this.

Karthik R. · Reviewed yaklaşık 10 yıl ago

Liyan G. · Reviewed yaklaşık 10 yıl ago

Albert T. · Reviewed yaklaşık 10 yıl ago

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. · Reviewed yaklaşık 10 yıl ago

qinglei f. · Reviewed yaklaşık 10 yıl ago

It doesn't work. Can't create a stack.

Andrej J. · Reviewed yaklaşık 10 yıl ago

Patrick P. · Reviewed yaklaşık 10 yıl ago

I didn't encounter the IAM policy issues mentioned by others

Paul R. · Reviewed yaklaşık 10 yıl ago

Drinkey W. · Reviewed yaklaşık 10 yıl ago

Suvro C. · Reviewed yaklaşık 10 yıl ago

Jeremy F. · Reviewed yaklaşık 10 yıl ago

Ricardo T. · Reviewed yaklaşık 10 yıl ago

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. · Reviewed yaklaşık 10 yıl ago

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. · Reviewed yaklaşık 10 yıl ago

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. · Reviewed yaklaşık 10 yıl ago

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. · Reviewed yaklaşık 10 yıl ago

sagar v. · Reviewed yaklaşık 10 yıl ago

Wasif R. · Reviewed yaklaşık 10 yıl ago

Unable to complete lab as user awsstudent user does not have iam permissions to create users etc.

Russell E. · Reviewed yaklaşık 10 yıl ago

David H. · Reviewed yaklaşık 10 yıl ago

lei z. · Reviewed yaklaşık 10 yıl ago

Zhifeng L. · Reviewed yaklaşık 10 yıl ago

kirankumar c. · Reviewed yaklaşık 10 yıl ago

A J. · Reviewed yaklaşık 10 yıl ago

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. · Reviewed yaklaşık 10 yıl ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.