Questions tagged [volumes]
322 questions
-1
votes
1 answer
Python boto3 script to get ec2 instance id and instance name for a list of aws volumes id's
I have bunch of 100 AWS volume id's in a text file.
I want pull those volume id's from text file and get it's attached ec2 instance id and instance name.
Can some one please help with python boto3 code?

Gax
- 1
-1
votes
1 answer
Calling files in the host system from a Docker container
I hope I can explain my question as clear as possible. I created a Docker image including a python script, in this script the user is asked to give the path and name of the file one wishes to manipulate.
This is my Dockerfile:
FROM…

DatGuy
- 377
- 1
- 4
- 10
-1
votes
1 answer
Start an Amazon EC2 instance again after having deleted all attached volumes
A while back, I deleted all volumes attached to my EC2 instance because I thought they were incurring costs. Now that I need to use my EC2 instance again I recreated a volume and attached it to the instance. However, every time I start instance it…

Ludo
- 2,307
- 2
- 27
- 58
-1
votes
1 answer
Volumes between deployment replicas
I have this issue: Two or more nodes on cluster and 5 deployment replicas, and I have to use one volume for them. For example I will add one file to first pod and can take it from another, and if my first pod will deleted, I still can take this data…

Vitalii Honchar
- 7
- 2
- 1
-1
votes
1 answer
Adding instance store volume to AWS C5 instance
Trying to run some HammerDB benchmarks and it appears that the new AWS C5 instances have no store volume. Is there any way to attach some?

DMQ95
- 1,201
- 3
- 9
- 8
-1
votes
1 answer
How do write a CSV file in a docker container volume with Java 8?
I am struggling with docker and the file system. I would like to write a file in a docker volume from my Java application. The main goal is that another application running on the same machine can read the file.
I read the related question, but I…

Paul Fournel
- 10,807
- 9
- 40
- 68
-2
votes
1 answer
Random point within 3D mathematical volume
Quick question, if I've a formula for a mathematical 3D volume, is it possible to calculate a random cartesian coordinate (XYZ) point within the volume?
And if possible, could the one to answer please provide what kind of formula I need to use?…

Lolslayer
- 63
- 8