-
Notifications
You must be signed in to change notification settings - Fork 2
Add EFS to ECS #113
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
Add EFS to ECS #113
Conversation
PhillypHenning
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aws_ecs_efs
The EFS configuration that was added, based on the variable name, seems to be for ECS usage only. I just want to confirm:
- Do we support EFS mounting to an EC2 ?
- Is the implementation different between EC2 and ECS?
Implementation of both is completely different. ECS configures it at the task and container definition level, EC2 needs to create a file with the disk info that's going to be mounted later on by an Ansible task. What could be added
|
|
|
|
|
|
|
Adding EFS volume handling to ECS
Fixing some dependencies of lb_targets in ECS
Cosmetic README fixes