awslabs / aws-devops-essential

In few hours, quickly learn how to effectively leverage various AWS services to improve developer productivity and reduce the overall time to market for new product capabilities.
Apache License 2.0
714 stars 501 forks source link

Suggestion for clearer instructions #4

Closed Ramias1 closed 6 years ago

Ramias1 commented 6 years ago

Lab 4, stage 2:

For User parameters, specify the Public DNS address for the Amazon EC2 DevWebApp01 instance you copied earlier (for example, http://ec2-52-62-36-220.ap-southeast-2.compute.amazonaws.com), and then choose Add action.

Please consider changing to: For User parameters, specify **http://** and the Public DNS address for the Amazon EC2 DevWebApp01 instance you copied earlier (for example, http://ec2-52-62-36-220.ap-southeast-2.compute.amazonaws.com), and then choose Add action.

The Lambda function fails without this, requiring cycling through the entire pipeline again. Yes, the example shows http://, but explicitly calling it out would help.

Thanks

karthiksambandam-zz commented 6 years ago

Added the comments. Thanks.