Skip to content

[ENG-67503] Add FSx supports#26

Merged
agladboy merged 1 commit into
masterfrom
add-fsx-add-on
Sep 10, 2025
Merged

[ENG-67503] Add FSx supports#26
agladboy merged 1 commit into
masterfrom
add-fsx-add-on

Conversation

@agladboy
Copy link
Copy Markdown

PR o'clock

Description

Please explain the changes you made here and link to any relevant issues.

Checklist

@agladboy agladboy changed the title Add FSx supports [ENG-67503] Add FSx supports Sep 10, 2025
Comment thread fsx_irsa.tf
# Get the AWS managed AmazonFSxFullAccess policy
data "aws_iam_policy" "amazon_fsx_full_access" {
count = var.create_eks && var.enable_aws_fsx_csi_driver_addon ? 1 : 0
arn = "arn:aws:iam::aws:policy/AmazonFSxFullAccess"
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWS recommends to use the FSxFullAccess, and add the current FSxFullAccess policy details in the code for reference purpose.

@agladboy agladboy merged commit 76d5241 into master Sep 10, 2025
2 of 10 checks passed
@agladboy agladboy deleted the add-fsx-add-on branch September 10, 2025 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants