Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

A construct library that securely creates IAM access keys and stores them in secrets manager

License

Notifications You must be signed in to change notification settings

RenovoSolutions/cdk-library-aws-iam-access-key

Repository files navigation

Warning

This project is no longer maintained. You should use the first party AccessKey L2 construct

AWS CDK Construct for IAM User Access Keys

build

This construct creates IAM user access keys securely.

Warning This is a WIP project

Overview

  • Uses a custom resource to generate AWS credentials
  • Uploads the resulting credentials to AWS Secrets Manager

Usage examples

See API doc for full details

typescript example:

const user = new iam.User(this, 'exampleUser')

new AccessKey(this, 'iamUserAccessKeyExample', {
  user,
});

About

A construct library that securely creates IAM access keys and stores them in secrets manager

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors