Closed rlinstorres closed 4 months ago
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
This PR aims to add a feature that allows EBS volumes to be attached to the containers in the tasks.
References
Motivation and Context
Currently, the community module is allowing
docker_volume_configuration
,efs_volume_configuration
,fsx_windows_file_server_volume_configuration
andbind mounts
.Breaking Changes
N/A
Tests
IAM Role:
Task definition:
Container definition:
Service
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request