social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#codepipeline

0 posts0 participants0 posts today

CodePipeline adds native EC2 deployment support
aws.amazon.com/about-aws/whats
Previously, if you wanted to deploy to EC2 instances, you had to use CodeDeploy with an AppSpec file to configure the deployment. Now, you can simply use this new EC2 deploy action in your pipeline to deploy to EC2 instances, without the necessity of managing CodeDeploy resources. This streamlined approach reduces your operational overhead and simplifies your deployment process.
#AWS #CodePipeline #EC2

Amazon Web Services, Inc.AWS CodePipeline adds native Amazon EC2 deployment support - AWSDiscover more about what's new at AWS with AWS CodePipeline adds native Amazon EC2 deployment support

CodePipeline adds native EKS deployment support
aws.amazon.com/about-aws/whats
Previously, if you wanted to deploy to a EKS cluster within a private network, you had to initialize and maintain a compute environment within the private network. Now, you can simply provide the name of the cluster and add this action to your pipeline. The pipeline will automatically establish a connection to deploy your application, without additional infrastructure needed.
#AWS #EKS #CodePipeline

Amazon Web Services, Inc.AWS CodePipeline adds native Amazon EKS deployment support - AWSDiscover more about what's new at AWS with AWS CodePipeline adds native Amazon EKS deployment support

SUSE Hack Week is over :( But it was a great time, can't wait for 2025! Day 5 recap: dominik.wombacher.cc/posts/sus
Lot of coding today, actually only coding the whole day :D I solved the annoying problem from yesterday and finished around 2/3 of what was planned. I hope to get the rest done in the next week or two. My Goals were probably too ambitious, as always ;)

dominik.wombacher.ccThe Wombelix Post - SUSE Hack Week 2024 - Day 5Experiences and outcome of my fourth day at SUSE Hack Week 2024

SUSE Hack Week day 4 recap: dominik.wombacher.cc/posts/sus
Nothing fancy today. I had to fix a couple of things in my pagure dev instance. Writing the plugin code went fine till I hit a weird issue with one of the tests that I couldn't solve yet. Overall progress was ok but I lost a lot of time with unexpected problems. Let's see what will be finished on the last day tomorrow.

dominik.wombacher.ccThe Wombelix Post - SUSE Hack Week 2024 - Day 4Experiences and outcome of my fourth day at SUSE Hack Week 2024

Another day SUSE Hack Week, another recap: dominik.wombacher.cc/posts/sus
The time I could invest today was pretty limited. I focused on further Architecture improvements. And started with the pagure ci plugin implementation. It's in an early stage but I'm confident that there is more to demonstrate tomorrow.

My Project: AWS CodePipeline CI plugin for pagure on code.opensuse.org (hackweek.opensuse.org/projects)

dominik.wombacher.ccThe Wombelix Post - SUSE Hack Week 2024 - Day 3Experiences and outcome of my third day at SUSE Hack Week 2024

A couple bug fixes and improvements. Followed by research, tests and design decisions. SUSE Hack Week Day 2 recap: dominik.wombacher.cc/posts/sus

I was hoping for a bit more progress today, bug hunting and planning took quite a while. Three days left, I'm still on track and confident that I have something usable at the end of the week.

dominik.wombacher.ccThe Wombelix Post - SUSE Hack Week 2024 - Day 2Experiences and outcome of my second day at SUSE Hack Week 2024
Replied in thread

@MstrsObserver Yes, I am!

I'm not doing #EKS or any containering / clustering / terraforming at the moment.

But I am looking to convert my data integration applications into #AWSLambda applications.

We already use AWS #CodeCommit as start of the #CodePipeline. I had to stop there because at the time I didn't know #Gradle well enough and it was the only build tool they supported back then.

Now I know #Gradle. Now I seek to know #Lambda, too.