Managing AWS Credentials on CI/CD Series

Step-by-step guide to secure AWS credentials in CI/CD pipelines: create dedicated IAM users, automate credential rotation, assume IAM roles for temporary access, and encrypt sensitive data with Pulumi. Includes serverless automation code and multi-account security patterns.

Managing AWS Credentials on CI/CD: Part 1

Managing AWS Credentials on CI/CD: Part 1

Continuous delivery requires providing highly sensitive credentials to your deployment pipeline. Understanding the risks, mitigations, and best practices for handling those credentials can be difficult. In this guide, we describe the best practices for providing AWS credentials to a CI/CD system and to securely automate updating your cloud infrastructure using Pulumi.

Read more →

Managing AWS Credentials on CI/CD: Part 2

Managing AWS Credentials on CI/CD: Part 2

This article is the second part of a series on best practices for securely managing AWS credentials on CI/CD. In this article, we go in-depth on providing AWS credentials securely to a 3rd party and introduce a Pulumi program to automate rotating access keys.

Read more →

Managing AWS Credentials on CI/CD: Part 3

Managing AWS Credentials on CI/CD: Part 3

This article is the third part of a series on best practices for securely managing AWS credentials on CI/CD. In this article, we cover the last leg of the continuous delivery process to update your AWS resources and how to store sensitive data using Pulumi securely.

Read more →