How do I attach EBS volume to ECS scheduled task #32268
Unanswered
mikeyangyo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have found
ECS.ServiceManagedVolume
for ECS service to launch an EBS volume as service volume.But it seems like EBS volume cannot attach to scheduled task because there is no
volumeConfigurations
parameter inAWS::Events::Rule EcsParameters
following is my code snippet.
after task was invoked, and I attach into container. I cannot find any attached volume in it.
Beta Was this translation helpful? Give feedback.
All reactions