Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.41 KB

5_Testing_and_Monitoring.md

File metadata and controls

39 lines (31 loc) · 1.41 KB

Testing and Monitoring

Your site should be up and running (allow time for DNS propagation)

Browser Testing

Point your Browser to your site to test each way the site can be accessed

nslookup

From a command line test both DNS lookups. For example:

  • nslookup ipdice.com
  • nslookup www.ipdice.com

DNS global propagation

Monitoring

Feel free to experiment with CloudWatch (search for "CloudWatch" in the AWS console). Be aware that configuring monitoring will generate additional traffic (load).

Start with view automatic dashboards and work from there.

CloudWatch > Dashboards > Automatic dashboards

  • Elastic Container Service

CloudWatch > Metrics > All Metrics

  • ECS - View automatic dashboard
  • ApplicationELB - View automatic dashboard
  • CloudFront - View automatic dashboard
    • Request count
    • Error rates

CloudWatch > Logs > Log Groups > /ecs/ipdice-app

  • search for events containing words like "scaling", "target tracking", or "capacity"