python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Migrate Single Amazon EBS volumes from gp2 to gp3 with AWS CLI
How can I modify one of the existing volumes from gp2 to gp3 using AWS CLI?
I'd like to try with the script,
#! /bin/bash
region='us-east-1'
# Find all gp2 volumes within the given region
volume_ids...
samtech 2021
Votes: 0
Answers: 2
Storage from a terminated EC2 instance not getting automatically added to any existing instances
I had three EC2 instances of a total of 30GiB and ran out of space on the instance running Cloud9, so I terminated one to reclaim storage, however even after 10 hours, the storage from the terminated ...

Saptadeep
Votes: 0
Answers: 1
AWS EC2 Connection refused after attaching a volume
I have two EC2 instances: A and B. I have SSH access to both using the same private key.
I want make B a clone of A in terms of disk content. So I make snapshot of a volume of instance A, and create a...
PawelRoman
Votes: 0
Answers: 1
My docker container which is running inside AWS ElasticBeanstalk is not able to connect with the host
My application runs on port 5000 and I have exposed the 5000 port in the docker file.
This is my docker-compose.yml file
"services":
"backend":
"image": "<i...
Ashish Chaurasia
Votes: 0
Answers: 1