Skip to content

Commit

Permalink
Merge pull request #6 from domomills/master
Browse files Browse the repository at this point in the history
Lab 1 README edits + extra info
  • Loading branch information
hub714 authored Sep 26, 2019
2 parents a398c37 + 34cdc3f commit 0965ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workshop-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ You will be deploying infrastructure on AWS which will have an associated cost.


### Checkpoint:
At this point, the Mythical Mysfits website should be available at the static site endpoint for the S3 bucket created by CloudFormation. You can visit the site at <code>http://<b><i>BUCKET_NAME</i></b>.s3-website.<b><i>REGION</i></b>.amazonaws.com/</code>. For your convenience, we've created a link in the CloudFormation outputs tab in the console. Alternatively, you can find the ***BUCKET_NAME*** in the CloudFormation outputs saved in the file `workshop-1/cfn-outputs.json`. Check that you can view the site, but there won't be much content visible yet until we launch the Mythical Mysfits monolith service:
At this point, the Mythical Mysfits website should be available at the static site endpoint for the S3 bucket created by CloudFormation. You can visit the site at <code>http://<b><i>BUCKET_NAME</i></b>.s3-website.<b><i>REGION</i></b>.amazonaws.com/</code>. For your convenience, we've created a link in the CloudFormation outputs tab in the console. Alternatively, you can find the ***BUCKET_NAME*** in the CloudFormation outputs saved in the file `workshop-1/cfn-outputs.json`. ***REGION*** should be the [code](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for the region that you deployed your CloudFormation stack in (e.g. <i>us-west-2</i> for the Oregon region.) Check that you can view the site, but there won't be much content visible yet until we launch the Mythical Mysfits monolith service:

![initial website](images/00-website.png)

Expand Down Expand Up @@ -159,7 +159,6 @@ The Mythical Mysfits adoption agency infrastructure has always been running dire

- Consider the [RUN](https://docs.docker.com/engine/reference/builder/#run) command
- More on [pip and requirements files](https://pip.pypa.io/en/stable/user_guide/#requirements-files)
- We're using pip and python binaries from virtualenv, so use "bin/pip" for your command

#[TODO]: Specify a listening port for the container

Expand Down

0 comments on commit 0965ede

Please sign in to comment.