Along with the *Semantic Versioning* issue is the fact that documentation also falls behind the actual implementation. I've found myself into troubles doing workarounds because the expected properties for a constructor or method from the documentation are not supported anymore, and only way I realize is when I check the type definitions in cdk source code.
Is there a good solution of creating multiple bootstraps for different projects, each with their won deployment OIDC role (policies)? [in the same aws account]
CDK has frustrated me quite a bit - in particular getting a cross account CodeCommit repository hooked up. You know it's bad when it's easier to integrate third party repositories than it is with your own proprietary products. Sorry just had to rant
I just want someone to solve the EC2 instance profile issue so I can spin up multiple EC2 instances with the same IAM role but it not create each one a separate instance profile.
Along with the *Semantic Versioning* issue is the fact that documentation also falls behind the actual implementation.
I've found myself into troubles doing workarounds because the expected properties for a constructor or method from the documentation are not supported anymore, and only way I realize is when I check the type definitions in cdk source code.
BROTHER, YOU ARE THE BEST!!! You oooh really helped me!! THANK YOU VERY
Is there a good solution of creating multiple bootstraps for different projects, each with their won deployment OIDC role (policies)? [in the same aws account]
This is possible but hard to document in YT comments,
This helped a lot thank you
Finally a working method
Which part?
@@MatthewBonig bot
CDK has frustrated me quite a bit - in particular getting a cross account CodeCommit repository hooked up. You know it's bad when it's easier to integrate third party repositories than it is with your own proprietary products. Sorry just had to rant
I just want someone to solve the EC2 instance profile issue so I can spin up multiple EC2 instances with the same IAM role but it not create each one a separate instance profile.
Come ask the question in the cdk.dev Slack server