0

We are having a social network project which is having progressive traffic and to maintain this traffic we are using aws horizontal autoscaling in which servers are created dynamically and reduced dynamically So its difficult sometimes to track failures of server which were reduced. So please let me know if we can use any third party tool or something to maintain system log in autoscaling.

piyush
  • 655
  • 4
  • 11

1 Answers1

2

You need a centralized logging solution, like for example the ELK Stack.

The idea here is to (almost) immediately ship the logs to a centralized entity and hence to not have to worry about what happens with your autoscaled instances afterwards.

ArSeN
  • 5,133
  • 3
  • 19
  • 26