AWS Open Source Blog

Tag: DevOps

Managing AWS Organizations using the open source org-formation tool — Part 3

This article is a guest post from Olaf Conijn, the creator of org-formation. Part 1: Managing AWS Organizations resources using infrastructure as code Part 2: Integrating management of resources across accounts using task files Part 3: Deploying CloudFormation resources to multiple accounts using Organization Bindings org-formation on GitHub In the first two parts of this […]

Managing AWS Organizations using the open source org-formation tool — Part 2

This article is a guest post from Olaf Conijn, the creator of org-formation. Part 1: Managing AWS Organizations resources using infrastructure as code Part 2: Integrating management of resources across accounts using task files Part 3: Deploying CloudFormation resources to multiple accounts using Organization Bindings org-formation on GitHub In the first part of this series […]

Managing AWS Organizations using the open source org-formation tool — Part 1

This article is a guest post from Olaf Conijn, the creator of org-formation. Part 1: Managing AWS Organizations resources using infrastructure as code Part 2: Integrating management of resources across accounts using task files Part 3: Deploying CloudFormation resources to multiple accounts using Organization Bindings org-formation on GitHub Over the years, AWS customers have found […]

How to integrate AWS Lambda with Spinnaker

In mid-2018, AWS began contributing to an exciting open source project, Spinnaker from Netflix. Spinnaker is a cloud-based continuous delivery platform for releasing software changes rapidly and reliably. Spinnaker enables developers to focus on writing code and deploying their applications without having to worry about the underlying infrastructure. It integrates seamlessly with tools such as […]

Continuous Integration Architecture using Terraform and Jenkins.

Continuous Integration using Jenkins and HashiCorp Terraform on Amazon EKS

This blog post is the result of a collaboration between Amazon Web Services and HashiCorp. HashiCorp is an AWS Partner Network (APN) Advanced Technology Partner with AWS Competencies in both DevOps and Containers. Introduction Customers running microservices-based applications on Amazon Elastic Kubernetes Service (Amazon EKS) are looking for guidance on architecting complete end-to-end Continuous Integration […]

Overview of the infrastructure pipeline.

Using AWS CodePipeline and open source tools for at-scale infrastructure deployment

AWS offers a rich set of developer tools to host code, build, and deploy your application and/or infrastructure to AWS. These include AWS CodePipeline, for continuous integration and continuous deployment orchestration; AWS CodeCommit, a fully-managed source control service; AWS CodeBuild, a fully-managed continuous integration service that compiles source code, runs tests, and produces software packages; […]

architecture for continuous delivery with Spinnaker on Amazon EKS.

Continuous Delivery using Spinnaker on Amazon EKS

I work closely with partners, helping them to architect solutions on AWS for their customers. Customers running their microservices-based applications on Amazon Elastic Kubernetes Service (Amazon EKS) are looking for guidance on architecting complete end-to-end Continuous Integration (CI) and Continuous Deployment/Delivery (CD) pipelines using Jenkins and Spinnaker. The benefits of using Jenkins include that it […]

Demystifying ENTRYPOINT and CMD in Docker

中文版 – As you begin your Docker container creation journey, you might find yourself faced with a puzzling question: Should your Dockerfile contain an ENTRYPOINT instruction, a CMD instruction, or both? In this post, I discuss the differences between the two in detail, and explain how best to use them in various use cases you […]

integrating Phabricator into a CI/CD pipeline.

Integrating Phabricator with AWS CodePipeline via AWS CodeCommit

中文版 Realizing true DevOps culture means implementing a continuous integration and continuous delivery (CI/CD) pipeline from development to production, often integrating popular open source tools with cloud services such as AWS CodeCommit and AWS CodePipeline. In this post, Junaid Kapadia shows how to integrate Phabricator, an open source code manager, into a cloud-based CI/CD pipeline. […]

The Wheel

Keeping the AWS cloud operating efficiently worldwide is a big job. The team is growing rapidly, and it’s important that new leaders internalize the high bar we set for service operations, and that our senior leaders are able to periodically inspect what’s happening deep in the stack. For over ten years, one of our mechanisms […]