Skip to content

v0.20.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 16:55
· 8 commits to main since this release
a35a308
feat(aws-key-pair): enable the ssm parameter store to record the key-pair distribution @haidargit (#77)

what

In this PR, we can use the AWS SSM Parameter store resource to facilitate the secure management of private key information. This resource allows us to gather the private key information generated by the current module and securely store it in the parameter store.

why

The objective behind this enhancement is to ensure the secure distribution of private key ownership within the AWS infrastructure. We can centrally manage and protect sensitive information, increasing operational efficiency and reducing the likelihood of unauthorized access to critical resources.

references

No issue relates to current improvement.

I have run these required commands,
make init
make readme

Kindly review this PR for module improvements. Thank you