python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get EBS pricing and disk info of AWS virtual machine (EC2)?
I am using AWS SDK in order to get a list of their EC2 virtual machines that I store in a local database. In that database, I also store the disks info.
The virtual machines have different possible va...
Scryper
Votes: 0
Answers: 1
AWS EC2: AMI vs instance type EBS selection
While creating EC2 instance on AWS, I see following AMI options:
Amazon Linux 2 AMI (HVM) - Kernel 5.10, SSD Volume Type
macOS Monterey 12.2.1 - ami-00aa9c0d2393d0139 The macOS Monterey AMI is an E...
Mandroid
Votes: 0
Answers: 1
Specifying a volume type for an ec2 instance when running aws ec2 run-instances
I want to specify GP3 as the volume type of my root EBS volume as I launch the instance. This is the command that I ran
aws ec2 run-instances \
--region us-east-2 \
--image-id ami-0e361731ae5aacece \
...
user538578964
Votes: 0
Answers: 1
Terraform attaching a load balancer listener to an Elastic Beanstalk load balancer. Not a valid load balancer ARN
I am trying to attach a SSL certificate to Elastic Beanstalk load balancer that is created via terraform and attaches on spin up. The EBS Environment being spun up is going to be a web api, which is w...
McBrenday
Votes: 0
Answers: 1