Skip to content

Commit

Permalink
adding note about https not working
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarzwalder authored Jul 29, 2018
1 parent e37559e commit b3ceb28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion module-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,9 @@ Copy the DNS name you saved when creating the NLB and send a request to it using
http://mysfits-nlb-123456789-abc123456.elb.us-east-1.amazonaws.com/mysfits
```

A response showing the same JSON response we received earlier when testing the docker container locally in Cloud9 means your Flask API is up and running on AWS Fargate.
A response showing the same JSON response we received earlier when testing the docker container locally in Cloud9 means your Flask API is up and running on AWS Fargate.

Be sure to use http://, because https:// will not work.

### Update Mythical Mysfits to Call the NLB

Expand Down

0 comments on commit b3ceb28

Please sign in to comment.