Kevin Su
Kevin Su
> No i dont need the macro to set up ec2 blue/green in cloudformation. i just want to set the option for codedeploy via cloudformation. it can be done via...
Spoke with an AWS PM for ASG. This is planned for 2025, though the release date target hasn't been decided yet.
Last update I got in June said this is planned for Q4 2025.
Hmm don't see an issue in the ClojureScript JIRA either from a cursory search nor is it mentioned in the [ClojureScript differences from Clojure page](https://clojurescript.org/about/differences).
Probably. I was using earmuffed namespace fragments for AWS infrastructure where we deploy identical stacks to multiple regions. I'm modeling the deployment tree in Hiccup-like syntax: `my_service/infrastructure.cljs` ```clojure (ns my-service.infrastructure...
Custom parent AMIs should work as long as they either: 1. Come with the Amazon SSM Agent pre-installed. 2. Have something (e.g. `cloud-init`) that executes EC2 user data scripts on...
I think nix-darwin has a similar issue with Determinate Nix so we need to do this in our system-manager modules: ```nix { ... }: { config = { nix =...
cc: @huyphan (might be of interest to ASBX alongside https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/2119)
Was told by AWS that this is being considered for OP1 in 2025.
Looks like an LLM-generated comment that's just taken the issue and fluffed it up with some trivial tasks and code snippets. The Smithy model is very incorrect and IMDSv1 support...