Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrudder committed Jun 15, 2018
1 parent 032f2a9 commit 09c60bc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions aws-py-webserver/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# AWS web server example in Python
# AWS Web Server example in Python

An example based on the basic Amazon EC2 Instance sample at:
http:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/deploying.applications.html. The example deploys an EC2 instance and opens port 80. To get the correct Amazon Linux AMI for the instance size and region, a mapping is defined in [ami.py](./ami.py).
An example based on the Amazon sample at:
http:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/deploying.applications.html. The example deploys an EC2 instance and opens port 80.

To get the correct Amazon Linux AMI for the instance size and region, a mapping is defined in [ami.py](./ami.py).

## Prerequisites

Expand Down Expand Up @@ -69,4 +71,6 @@ http:https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/deploying.applicat

1. Verify that the EC2 instance exists, by either using the AWS Console or running `aws ec2 describe-instances`.

1. Clean up resources by running `pulumi destroy` and answering the confirmation question at the prompt.
## Clean up

To clean up resources, run `pulumi destroy` and answer the confirmation question at the prompt.

0 comments on commit 09c60bc

Please sign in to comment.