Closed showwin closed 11 months ago
This PR is included in version 4.0.4 :tada:
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Add
elasticfilesystem:ClientWrite
permission to the EFS file system policy.Motivation and Context
Currently, we give only the mounting permission, so Atlantis ECS container can mount/read EFS, but cannot write anything under
/home/atlantis/*
directory. Due to this problem, Atlantis container cannot start withenable_efs = true
option. This is the error message I saw in the Atlantis log.The error was solved when I added the
elasticfilesystem:ClientWrite
permission.The current workaround is to configure efs parameter as follows:
Breaking Changes
N/A
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request