Hello, my questions are maybe very naive I am sorr...
# ask-metaflow
q
Hello, my questions are maybe very naive I am sorry in advance, but what kind of IAM permissions should I have to deploy the full service on aws kubernetes with terraform (https://outerbounds.com/engineering/deployment/aws-k8s/deployment/) In addition, are there modifications to bring to config files for deployement on our machines? (I am new to infra, aws deployements sorry)
u
Hey Rachid.. the IAM permissions required are also part of the terraform templates themselves. See this. You shouldn't have to make any changes to these files. You will need an AWS account and follow the instructions mentioned on that page.
q
Ok thank you!