Home > Software design >  How to set up IAM Roles Anywhere with your own CA (using openssl) and CDK
How to set up IAM Roles Anywhere with your own CA (using openssl) and CDK

Time:08-07

I struggled setting up IAM Roles anywhere with a CA generated with OpenSSL and also deploy it with CDK (or Cloudformation)

Question: How to do it?

CodePudding user response:

Here is a step by step for IAM Roles Anywhere with your own CA (using openssl) plus deployment with CDK (can easily be used for Cloudformation)

check it out: https://medium.com/cyberark-engineering/calling-aws-services-from-your-on-premises-servers-using-iam-roles-anywhere-3e335ed648be

  • Related