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

Conditionally create EFS for ECS cluster #26

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

Stretch96
Copy link
Member

  • Conditionally creates an EFS file system. This can be used as a shared filesystem between the container instances.
  • If the ECS cluster has been enabled, it will mount the EFS file system onto the instances at /mnt/efs
  • A list of directories can be provided, which will be created within the EFS file system
  • A security group is added that allows access from the ECS container instances security group. A rule is also added to the ECS container instances securit group to allow outbound to the EFS security group.

@Stretch96 Stretch96 force-pushed the conditionally-create-efs-for-ecs-cluster branch 14 times, most recently from c683d4e to 8807256 Compare December 22, 2023 15:41
@Stretch96 Stretch96 force-pushed the conditionally-create-efs-for-ecs-cluster branch 2 times, most recently from f294b57 to 34c8dbc Compare January 2, 2024 15:18
* Conditionally creates an EFS file system. This can be used as a shared
  filesystem between the container instances.
* If the ECS cluster has been enabled, it will mount the EFS file system
  onto the instances at `/mnt/efs`
* A list of directories can be provided, which will be created within
  the EFS file system
* A security group is added that allows access from the ECS container
  instances security group. A rule is also added to the ECS container
  instances securit group to allow outbound to the EFS security group.
@Stretch96 Stretch96 force-pushed the conditionally-create-efs-for-ecs-cluster branch from 34c8dbc to 4fae06b Compare January 2, 2024 15:40
@Stretch96 Stretch96 merged commit 7133e68 into main Jan 2, 2024
5 checks passed
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