Skip to content

Commit

Permalink
Merge pull request aws-samples#16 from jschwarzwalder/patch-2
Browse files Browse the repository at this point in the history
adding note about https not working
  • Loading branch information
abaird986 authored Aug 2, 2018
2 parents 4f58df5 + 94828a7 commit ea416cb
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.

>Note: This Network Load Balancer only supports HTTP (http://) requests since no SSL/TLS certificates are installed on it. For this tutorial, be sure to submit requests using http:// only, https:// requests will not work properly.
### Update Mythical Mysfits to Call the NLB

Expand Down

0 comments on commit ea416cb

Please sign in to comment.