examples
examples copied to clipboard
issue with docs tutorial
Problem description
A user sent in the following request
- I saw a product documentation issue on the following URL: https://www.pulumi.com/docs/tutorials/aws/ec2-webserver/ it states... "SSH access" and it should be ..."HTTP access"
Suggestions for a fix
Verify the claim and update the page as necessary
There's some inconsistency w/ the examples here which we need to fix. The C# example shows port 80, but the others do show port 22 (which is SSH).
Clarifying the specifics for this issue: The necessary fix is addressing the C# example so that the code in step 2 opens SSH access (TCP port 22)---not HTTP access (TCP port 80)---and then adding HTTP access to the code in step 5. This will bring the C# code back in line with the other languages on this page and in line with the descriptive text.
The content for this tutorial lives alongside our hand-crafted how-to guides here: https://github.com/pulumi/pulumi-hugo/tree/master/themes/default/content/registry/packages/aws/how-to-guides. We should be sure to update this content if necessary alongside any changes made to the referenced examples:
- https://github.com/pulumi/examples/tree/master/aws-ts-webserver
- https://github.com/pulumi/examples/tree/master/aws-js-webserver
- https://github.com/pulumi/examples/tree/master/aws-py-webserver
- https://github.com/pulumi/examples/tree/master/aws-cs-webserver