Yannickvr
Yannickvr
Hi @tim-finnigan, thanks for the articles. Good to know it's a common problem. I did manage to fix it stable enough for production (Wrote a custom credential provider for AWS...
So, I re-read the code at lines 136+159 again, and found I was reading it wrong. It's using the `path` var, which boils down to the directory that stores the...
Spoke to someone of the SSM team at re:Invent, support should come soon. Note that's AWS-soon. Could be today, could be 2025
Workaround is simple: do not set a `BudgetName` This way CF can re-create alarms as they are updated. Budget name will then be something like `Budget-eu-west-1-012345678789012-J8OitO03ogC5` The first part is...
> @yannickvr are you going to address the comments? My bad, totally forgot this issue. I'll take it up later this week.
I have read the CLA Document and I hereby sign the CLA
I've updated this PR with a test to see if `/sys/fs/cgroup/memory/memory.stat` exists and then get the memory from there. This has been tested successfully on recent ubuntu/debian/amazonlinux environments. It does...
This is not a native feature, but you can consider adding a task before `OrganizationBuildPipeline` that downloads the latest template ( https://github.com/org-formation/org-formation-cli/blob/master/resources/orgformation-codepipeline.yml ) and then update the `TemplatePath` to the...
> Oh, here's the funny thing, as soon as I add a pool of cards, everything breaks. And if only host_workshop_map - everything works. > > `- CS2_ADDITIONAL_ARGS="+host_workshop_map 3075706807 +host_workshop_collection...
Suspect that the dll issue is somewhere around line 159 in Application.cs