AWS Service accounts
We make use of IAM Service Accounts to control access to Databases and S3 buckets.
Overview
This requires:
Creation of am IAM policy - this example allows access to the S3 bucket for attachment-store
Creation of an IAM role, which
Assignment of the role ARN to the Kubernetes Service Account
Terraform helper functions
We have written helper functions that you can repurpose to your deployment. This will: