defenseunicorns / delivery-aws-iac

Apache License 2.0
16 stars 5 forks source link

Add FIPS support for EFS #257

Closed ntwkninja closed 8 months ago

ntwkninja commented 1 year ago

Most AWS VPC endpoints / services in GovCloud are FIPS enabled by default; however, EFS needs a specific fips service endpoint created in the VPC module and the EFS CSI driver in EKS will need to be configured to use fips (may require an upstream PR)

Definition of Done