Hacker News new | ask | show | jobs
by scarface74 2471 days ago
The only part of the console that I absolutely hate is dealing with the Parameter Store. But I hate everything else about the parameter store too so there is that.

CodePipeline is pretty bad too. There is no way you can create a cross account code pipeline from the console.

2 comments

CloudWatch log filters are pretty bad too. I basically just use ctrl + f now in cw logs to find what I'm looking for.
Emit your logs in JSON for structural search and use CloudWatch Logs Insights. It's actually really very good these days--we have an ELK cluster because the team is used to the Kibana interface but I rarely if ever use it.
I haven't had this problem. For simple string searches CloudWatch returns exactly what I'm looking for, even for partial word matches, and for more complicated queries there is the excellent Insights feature.
Oh yeah. They are horrible. I agree completely. For C#, I use Serilog for logging to both a Cloudwatch sink and a ElasticSearch sink. Before I’ve used a Mongo sink.
Cross account setups from the console are generally not allowed.
You can assign cross account permissions for S3, sharing AMIs, sharing KMS keys, SNS permissions, etc.