AWS DevOps & Developer Productivity Blog
Category: AWS CloudFormation
Using Custom Source Actions in AWS CodePipeline for Increased Visibility for Third-Party Source Control
Update: We’ve added webhook support to CodePipeline. See the architecture below for more details. In our previous post, Integrating Git with AWS CodePipeline, we demonstrated one way to integrate third-party Git repositories with AWS CodePipeline by using HAQM API Gateway, AWS Lambda, and HAQM S3. That approach allows you to quickly integrate your Git repository […]
Automating Blue/Green Deployments of Infrastructure and Application Code using AMIs, AWS Developer Tools, & HAQM EC2 Systems Manager
Previous DevOps blog posts have covered the following use cases for infrastructure and application deployment automation: Deploy to Production Using AWS CodeBuild and the AWS Developer Tools Suite: Deploying a simple Java application in an in-place deployment model using AWS CodeCommit, AWS CodeBuild, and AWS CodeDeploy orchestrated by AWS CodePipeline. Performing Blue/Green Deployments with AWS […]
Building a Secure Cross-Account Continuous Delivery Pipeline
Most organizations create multiple AWS accounts because they provide the highest level of resource and security isolation. In this blog post, I will discuss how to use cross account AWS Identity and Access Management (IAM) access to orchestrate continuous integration and continuous deployment. Do I need multiple accounts? If you answer “yes” to any of […]