Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
themythicalengineer.com
Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
1–10 of 34 posts
Re: Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
#2Re: Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
#3Not sure why you’d ever do this instead of using terraform.
It’s one of those things that really works pretty well but there are enough edge cases to make it slightly soul sucking.
Re: Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
#4Not sure why you’d ever do this instead of using terraform.
As someone who spends two hours a day dealing with buggered terraform state and upgrading terraform and dealing with terraform bugs I can see it. It’s one of those things that really works pretty well but there are enough edge cases to make it slightly soul sucking.
Re: Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
#5Not sure why you’d ever do this instead of using terraform.
As someone who spends two hours a day dealing with buggered terraform state and upgrading terraform and dealing with terraform bugs I can see it. It’s one of those things that really works pretty well but there are enough edge cases to make it slightly soul sucking.
Re: Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
#6Not sure why you’d ever do this instead of using terraform.
As someone who spends two hours a day dealing with buggered terraform state and upgrading terraform and dealing with terraform bugs I can see it. It’s one of those things that really works pretty well but there are enough edge cases to make it slightly soul sucking.
Re: Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
#7Earlier quoted context omitted.
As someone who spends two hours a day dealing with buggered terraform state and upgrading terraform and dealing with terraform bugs I can see it. It’s one of those things that really works pretty well but there are enough edge cases to make it slightly soul sucking.
Agreed, I swapped my team from teraform to Ansible to SAM... SAM has been the most reliable and resilient and stable for my use cases (general serverless)
Re: Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
#8Earlier quoted context omitted.
As someone who spends two hours a day dealing with buggered terraform state and upgrading terraform and dealing with terraform bugs I can see it. It’s one of those things that really works pretty well but there are enough edge cases to make it slightly soul sucking.
If you don't like Terraform then you should use CloudFormation, not bash scripts.
Re: Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
#9Re: Setup AWS Cloudwatch Monitoring and Alerts Using Bash Scripts
#10Earlier quoted context omitted.
As someone who spends two hours a day dealing with buggered terraform state and upgrading terraform and dealing with terraform bugs I can see it. It’s one of those things that really works pretty well but there are enough edge cases to make it slightly soul sucking.
Would it be more soul sucking than emulating it with bash, as the article is almost suggesting?