Trending

#CodePipeline

Latest posts tagged with #CodePipeline on Bluesky

Latest Top
Trending

Posts tagged #CodePipeline

Preview
Automating AWS Infrastructure Provisioning with CodePipeline and CloudFormation Nested Stacks In this blog post, we’re diving into a hands-on, automated approach to provisioning and managing AWS...

✍️ New blog post by Chinmay Tonape

Automating AWS Infrastructure Provisioning with CodePipeline and CloudFormation Nested Stacks

#aws #gitops #codepipeline #devops

0 0 0 0
Preview
🛠️ AWS CodePipeline Basics – CI/CD Explained for Beginners If you're starting out in DevOps or cloud development, understanding CI/CD and tools like AWS CodePipeline is essential. Here's a simplified and structured breakdown to get you started. ## 🚀 What is CI/CD? **✅ Continuous Integration (CI)** * Developers frequently commit code changes (often several times a day). * Each submission triggers automated builds and unit tests. * Integration issues are detected early, before deployment. **✅ Continuous Delivery (CD)** * Every code change is built, tested, and deployed to a non-production (e.g., staging) environment. * Multiple testing stages (e.g., integration, load testing) can be added. * Manual approval is required for production deployment. **✅ Continuous Deployment** * Like Continuous Delivery — but no manual approval. * Code is automatically deployed to production once it passes tests . ## 🧰 What is AWS CodePipeline? > AWS CodePipeline is a managed continuous delivery service by AWS that helps you: * Model, visualize, and automate your software release workflows. * Choose between continuous delivery or continuous deployment strategies. * Integrate third-party tools like Jenkins, BlazeMeter, or use AWS Lambda for custom logic. * CodePipeline serves as the orchestrator for your entire CI/CD process. 📘 AWS CodePipeline Concepts 🔹 Pipeline - A step-by-step workflow that defines how your code moves from commit to deployment. 🔹 Source Revision - The specific version of your code that starts a pipeline execution. Multiple revisions (commits) can flow through the pipeline concurrently. 🔹 Stage - A group of one or more actions. Only one source revision is processed per stage at a time. 🔹 Action - A task like build, test, or deploy. Actions can run in sequence or parallel within a stage. 🔹 Transition - A link between two stages. You can enable or disable transitions to control flow. 🔹 Artifact - Files created by an action (e.g., a compiled app). Passed on as input to the next stage. 🔹 Pipeline Execution - A unique run triggered by a code change or manual release. Each execution has a unique ID for tracking. ## 🔄 How Does Your Pipeline Work? * You push code changes to the source repository. * CodePipeline is triggered, creating a source revision. * The revision flows through the stages of the pipeline (build → test → deploy). * Finally, it's deployed to production (manually or automatically, depending on your setup). ## 💡 Final Thoughts AWS CodePipeline is a powerful service that abstracts much of the complexity in automating deployments. Whether you're just starting with DevOps or scaling complex delivery workflows, mastering these concepts will help you move faster and deploy safer.
0 0 0 0
Preview
Top DevOps AWS Interview Questions and Answers Prepare for your DevOps interview with these expert AWS-focused questions and answers covering CI/CD, IaC, security, and containers.

⚙️ #DevOps + #AWS Interview Questions? We’ve Got You.

💡 Learn how to answer:
✔️ What is #CodePipeline?
✔️ #Terraform vs #CloudFormation?
✔️ How does #EC2 help with #CI/CD?

📖 www.kbstraining.com/blog/devops-...

📋 tally.so/r/nWYPWQ

#AWSJobs #DevOpsSupport #CloudCareers #JobPrep

0 0 0 0
Preview
SAM Builds in CodePipeline: A buildspec.yml Deep Dive Deep-dive into configuring your SAM application with CodePipeline and CodeBuild using buildspec.yaml, highlighting key configurations for seamless deployments.

"SAM Builds in CodePipeline: A buildspec.yml Deep Dive" by Prabhakaran Ravichandran

#aws-sam #codepipeline #codebuild #cicd #java

1 1 0 0
Preview
Why Top Companies Are Switching to AWS DevSecOps as a Service in 2025 Secure cloud apps faster with AWS DevSecOps as a Service—automated protection, compliance, and security built into every stage of development.

Why Top Companies Are Switching to AWS DevSecOps as a Service in 2025 As businesses race to innov...

blog.synergyit.ca/aws-devsecops-as-a-servi...

#Managed #Security #Service #AWS #cloud #security #strategy #AWS #CodePipeline #security #AWS

Event Attributes

0 0 0 0
Deploying applications to EKS clusters natively with AWS CodePipeline
Deploying applications to EKS clusters natively with AWS CodePipeline YouTube video by CI and CD on Amazon Web Services (AWS)

You can now deploy to #EKS clusters natively from #CodePipeline - I looked at the new feature and got pretty hung up with some of it....

Did you try it? What do you think about this new option in AWS CodePipeline?

youtu.be/z3h0QKd3syE

#awscommunity #devtools #cicd

1 0 0 0
Preview
AWS CodePipeline + EKS Action: The Easiest Way to Deploy Containers Yet! Amazon Web Services (AWS) CodePipeline Team has simplified Developer, DevOps engineers operational...

✍️ New blog post by Jatin Mehrotra

AWS CodePipeline + EKS Action: The Easiest Way to Deploy Containers Yet!

#aws #kubernetes #codepipeline #eks

1 0 0 0
Preview
Build & Automate ML Pipelines with SageMaker & GitHub End-to-end sagemaker pipeline with github and codepipeline

"Build & Automate ML Pipelines with SageMaker & GitHub" by Saketh Reddy Gaddam

#amazon-sagemaker #sagemaker-studio #ci-cd #mlops #codepipeline

0 0 0 0
Preview
Simplify your EC2 application deployment pipeline by 90%! Amazon Web Services (AWS) CodePipeline Team has simplified Developer, DevOps engineers operational...

✍️ New blog post by Jatin Mehrotra

Simplify your EC2 application deployment pipeline by 90%!

#aws #ec2 #codepipeline #cicd

0 0 0 0
Preview
AWS CodePipeline adds CloudWatch Metrics support - AWS Discover more about what's new at AWS with AWS CodePipeline adds CloudWatch Metrics support

🚀AWS CodePipeline now integrates with CloudWatch Metrics!

📊Monitor pipeline duration & failures for better health tracking.

#AWS #CloudWatch #DevOps #CodePipeline #Metrics

0 0 0 0
Post image

TFW you've exhausted all the swear words you know at #AWS #CodePipeline and you then see this. 😊

Do I keep going and possibly break something or do the next bit Monday? 🤔

0 0 0 0
Post image

Over the past few weeks, I've been using more and more of the rich library for utilities at work. Like asynchronously kicking off hundreds of #aws #codepipeline runs for AFT customizations.

rich kicks ass for running multiple progress bars onscreen at the same time. And it's easy to start.

1 0 1 0
Exploring CodePipeline V2: Real-World Deployment Challenges and New Features 2024 #devops #cicd
Exploring CodePipeline V2: Real-World Deployment Challenges and New Features 2024 #devops #cicd YouTube video by CI and CD on Amazon Web Services (AWS)

@raphaelmanke.bsky.social and I nearly gave up on recording this one...

We had some bigger challenges in testing out some of the new functionality of #AWS #CodePipeline for #CICD
Let me know what your think!

youtu.be/U1CNA8zKWno

#awscommunity

0 0 0 1
How to Scale Thousands of CI/CD Pipelines on AWS without Additional Overhead #cicd #devops
How to Scale Thousands of CI/CD Pipelines on AWS without Additional Overhead #cicd #devops YouTube video by CI and CD on Amazon Web Services (AWS)

#CodePipeline + #CloudFormation for a big amount of services?
How to decide between centrally and de-centrally managed parts of your CI/CD pipeline?
☁️ Anders Bjørnestad has solved this challenge at Norwegian and is sharing his experiences
youtu.be/62ykKcdfhZs
#cicd #devops

0 0 0 0

In this workshop we will be building the infrastru... #AWS-Workshop #AWS-CDK #TypeScript #Python #JSII #DeveloperExperience #CDK-Pipelines #CodePipeline #CodeArtifact #Python #Cloud9 catalog.us-east-1.prod.workshops.aws/workshops/071bbc60-6c1f-...

0 0 0 0

In this post I am extending the existing example to buil... #AWS-CDK #TypeScript #DeveloperExperience #Java #Codepipeline #Android #iOS www.lockhead.info/index.php/2022/06/13/bui...

0 0 0 0

In this post I am going to use CDK Pipelines to bui... #AWS-CDK #TypeScript #DeveloperExperience #Java #Codepipeline www.lockhead.info/index.php/2022/06/02/bui...

0 0 0 0

#AWS #CodePipeline Is there a way for the Device Farm Codepipeline action as is to specify a "filter" parameter for tests of type INSTRUMENTATION, XCTEST, or UIAUTOMATOR? cc(@AndreiCharnou)

The parameter helps reduce the number of tests that would run.

0 0 1 0

It appears that GitHub workflows have enough capability to usurp #aws #codebuild #codepipeline #ecs #ec2 for building software. All of it. It's easier to describe flows and can plug nearly any code into it with a common syntax. Microsoft is creeping hard on AWS.

0 0 0 0

So AWS CDK yeah. I use it to program #CodePipeline deployed from artifacts. It combines the artifact reference the concept of stack templates within to enable 1 liners:
add_production_stack(MyArtifact(self, "MyArtifact-1-43-0", artifact_id='1.43.0'), MyArtifactStackTemplate)

0 0 1 0
Post image

#CodePipeline got these great variables but it exposes that you still can't link to line numbers on #CodeCommit

0 0 0 0

Seriously, #CodePipeline being able to pass environment variables to #CodeBuild is sleeper feature of the year. twitter.com/joekiller/status/1190420...

0 0 0 0
Post image

@TysonTrautmann Oh noes, don't fix my fix! #codepipeline

Oh well. Progress.

0 0 0 0

Here is the #Codepipeline adds action history for cloudformation post yay!

aws.amazon.com/about-aws/whats-new/2019... twitter.com/joekiller/status/1108844...

0 0 0 0

Noticed the improved action history #CodePipeline history for cloudformation today. Good details. Released yesterday and unannounced afaik! @awscloud

0 0 0 1

.@danilop how would one #Codepipeline a Codepipeline? Suggestions on updating the updater? #aws

0 0 0 0