|
|
|
Show HN: I made DevOps as productized service
(stunningdevops.com)
|
|
5 points
by robustpython
773 days ago
|
|
I'm normal contractor programmer, for the past few years doing mainly DevOps on AWS. I noticed lot of smaller companies don't have enough work for full-time devops person nor they have cloud/aws knowledge on the team. Lot of them has similar needs. So my thinking is I can help them for flat montly fee to do all the infrastructure on AWS for them. Obviously this is no way to get rich but my hope is to streamline my process and avoid chasing invoices etc. What do you think? |
|
- do you handle any incidents that arise within aws? Say there's a problem with my ec2 instances from Amazon's side. Will you track this or notify me about it? Or do you provide the infrastructure with tf and after this I am on my own?
- what do you do when a customer changes things manually but then wants you to change something for them. Your terraform state will probably have conflicts.
- what is your workflow? I assume every client has its own git repo and tf-state? Do you manually apply the changes?