Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EFS not giving write access initially #7

Open
bethac07 opened this issue Jun 29, 2022 · 0 comments
Open

EFS not giving write access initially #7

bethac07 opened this issue Jun 29, 2022 · 0 comments

Comments

@bethac07
Copy link
Member

I used this recipe to make 2 new AMIs in 2 new accounts, which mostly worked fine, except that the EFS even though it shows that it was rw mounted was not letting me write to it. The fix was to sudo chmod 777 ~/efs once; once I did that, any other new machines made from that AMI no longer had that issue. I tried in the second AMI to switch our current chmod command in efs.sh to sudo chmod 777, but the issue persisted - maybe it needs to be run AFTER the initial mount, though I don't know why? Just wanted to document it here though.

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

No branches or pull requests

1 participant