berops / claudie

Cloud-agnostic managed Kubernetes
https://docs.claudie.io/
Apache License 2.0
521 stars 34 forks source link

Inclusion of VPC, Subnet, and IAM Rules in AWS InputManifest #1418

Open chaitu7989 opened 3 weeks ago

chaitu7989 commented 3 weeks ago

I'm currently working on deploying resources on AWS using Claudie and Kubernetes, and I have a few questions regarding the capabilities of the AWS InputManifest:

VPC and Subnet: Is it possible to include specifications for VPC and subnet directly within the AWS InputManifest? If so, could you please provide guidance on how to do this effectively?

IAM Rules: Similarly, I'm curious about incorporating IAM rules directly into the AWS InputManifest. Is there a recommended approach for including IAM role specifications within the manifest?

Inputmanifest:- apiVersion: claudie.io/v1beta1 kind: InputManifest metadata: name: AWSExampleManifest labels: app.kubernetes.io/part-of: claudie spec:

providers:

Ensuring that VPC, subnet, and IAM rules are correctly configured is crucial for our deployment requirements. Any insights or best practices you can provide on these matters would be greatly appreciated.

Thank you for your assistance!