Questions tagged [rexray]
7 questions
4
votes
3 answers
Use an existing EBS volume with the Docker REX-Ray plugin on ECS
I'm using Terraform to create an ECS Cluster, a task definition and a service.
For task definition, the piece of code looks like this:
resource "aws_ecs_task_definition" "postgres" {
container_definitions = ...
family =…

Faizuddin Mohammed
- 4,118
- 5
- 27
- 51
1
vote
2 answers
Accessing rexray/ebs volume from ECS host
I've managed to follow https://aws.amazon.com/blogs/compute/amazon-ecs-and-docker-volume-drivers-amazon-ebs/ and run my Container-based service on ECS using rex-ray Docker volume plugin. I can see that my service is generating data inside the…

devin
- 1,078
- 1
- 9
- 23
1
vote
1 answer
Rex-ray AWS S3 external volume docker (docker-compose not working)
I am trying to use postgres and pgadmin with rex-ray external volume on AWS S3.
I did:
Docker plugin install rexray/s3fs:0.11.4 S3FS_ACCESSKEY=XXXXXXXXXXXXX S3FS_SECRETKEY=XXXXXXXXXXXXXXXXX
And then I created two volumes (for postgres and…

user1665355
- 3,324
- 8
- 44
- 84
1
vote
1 answer
Persisting Seq logs to an EBS volume - the volume keeps detaching
I'm running the Seq docker image on an AWS EC2 instance.
In order to have the logs written to persistent storage, I've attached an EBS volume to the instance, and mounted it from within the instance with the rexray/ebs plugin:
docker plugin…

Dan Z
- 696
- 8
- 19
0
votes
1 answer
not able to configure aws x-ray using php
i'm using the third party library from https://github.com/patrickkerrigan/php-xray since aws do not have any x-ray sdk for php
this is how i trace my application using the library
however, i'm not able to see any traceses is made the trace view…

Krison Tan
- 1
- 1
0
votes
1 answer
How to create an EBS volume on a task instance basis in ECS?
Currently, with rexray, I'm creating an EBS volume per task on each availability zone. I'm looking for a way in which I could create a separate, independent volume for each task instance. To illustrate:
1 ECS service configured across 2…

agermain
- 122
- 11
0
votes
1 answer
Rexray plugin unable to access EBS volumes and create new ones
I'm presently running two stacks one on EBS and one on VirtualBox.
My VirtualBox setup is able to create and access volumes without trouble but I'm unable to reach an equivalent state with the rexray/ebs plugin where I can create and attach volumes…

Sid
- 6,134
- 9
- 34
- 57