René Mulder

Results 13 comments of René Mulder

My usecase is to run an cloudwatch agent side car on an ECS cluster in a private VPC. Indeed also no way to pull directly from the public aws ECR...

Right, because we already sort of by convention put the environment in the Task logical name whenever we decided they needed to be tagged that way. Where we don't have...

We've made it work with CI_JOB_TOKEN by making just a few small changes to semantic-release and semant-release/gitlab. As described in another thread [here](https://github.com/semantic-release/semantic-release/issues/1729?notification_referrer_id=MDE4Ok5vdGlmaWNhdGlvblRocmVhZDE0NzA5NDAxNTQ6NzA5OTQ2OQ%3D%3D#issuecomment-1354472875)

Please find the most basic set of templates and shell scripts to create, move and clean-up a LogGroup between two stacks. Assumes account and region is included in the profile...

Let's look at potential implementations per step: 1. This is trivial and already available within org-formation. We can query cloudformation for the stack to see if if already exists. We...

Added PoC code to implement step 2-move.sh in Typescript. 1-setup.sh -> create a source and target stack. Update source stack by removing a resource that then becomes orphaned ts-node 2-move.ts...

This resource provider is implemented [here](https://github.com/org-formation/aws-resource-providers/tree/master/route53/vpc-association-authorization) by the community. We're looking to move it to the official community [here](https://github.com/aws-cloudformation/community-registry-extensions/tree/main/resources)

Hi @secustor did you by any chance end up forking semantic-release for this issue? If so, I would like to get in touch. We are in the same situation with...

> I think the root of our disagreement is regarding the option for alternative authentication to git, which I do not have much more to add. I think the root...

Ok, just to let you know that I got it working, meaning we are using semantic-release in the gitlab ci pipelines with the `CI_JOB_TOKEN` only. But it turned out to...