AWS CDK Construct Library to create an instance role for instances managed by SSM and capable of joining an AWS managed domain.
Project description
cdk-library-managed-instance-role
This CDK Construct Library includes a construct (ManagedInstanceRole
) which creates an AWS instance profile. By default this instance profile includes the basic policies required for instance management in SSM and the ability to Domain Join the instance.
The purpose of this CDK Construct Library is to ease the creation of instance roles by not needing to code the inclusion of baseline management roles for evey single different role implementation every time. Instance profiles only support a single role so its important the role includes all required access. This construct allows making additions to those baseline policies with ease.
The construct defines an interface (IManagedInstanceRoleProps
) to configure the managed policies of the role as well as manage the inclusion of the default roles.
Dev
Pre-reqs:
You will need:
- npm installed on your machine
- AWS CDK installed on your machine
- python installed on your machine
- dotnet installed on your machine
- a github account
This project is managed with projen
. Modify the .projenrc.js
file and run npx projen
. You can also modify this README
file and the src
code directory as needed. Github actions take care of publishing utilizing the automatically created workflows from projen
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file renovosolutions.aws-cdk-managed-instance-role-2.3.111.tar.gz
.
File metadata
- Download URL: renovosolutions.aws-cdk-managed-instance-role-2.3.111.tar.gz
- Upload date:
- Size: 30.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 431f09f33ebe01d9dbbf79268e0cca9e33974aa08586190b4ed74de6115ad12a |
|
MD5 | 62c638444c062375034406ef98db02e3 |
|
BLAKE2b-256 | b53639f966d72858dd92f41706896c156a38c62c6aff92870d189048c4b87f14 |
File details
Details for the file renovosolutions.aws_cdk_managed_instance_role-2.3.111-py3-none-any.whl
.
File metadata
- Download URL: renovosolutions.aws_cdk_managed_instance_role-2.3.111-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71c7030953d64b604617153b7deaef3fa733133814442e11575c253ac922c7ad |
|
MD5 | 570d4abd47b223715430a57ceec13248 |
|
BLAKE2b-256 | 3e73a2c9c02cd3cb737e34f3c8ae7ae6fad8e320dd01e1538720249aa76aa38e |