Skip to main content

All Questions

0 votes
0 answers
37 views

How to add tags automatically to AWS Volumes with Terraform

I have the following Terraform script to deploy an EKS cluster (tags left empty to hide values) EKS.tf provider "aws" { region = var.region profile = var.profile default_tags { ...
user23627827's user avatar
0 votes
0 answers
83 views

What AWS architecture would be mosted suited for a SaaS that uses uses git repositories as data storage?

I am currently working on an application that is dealing with frontmatter markdown files 99% of the time (some things have to communicate with a DB like RDS). Locally, I have a folder that stores all ...
spaceemotion's user avatar
0 votes
1 answer
3k views

How to configure AWS Application Load Balancer to point to multiple ports on the same server

I cannot get access to the second port that I want to have to. So, here are the listeners I have in my ALB: HTTP:80 - that does not have security policy or SSL cert but it is always redirecting to ...
VitoCK's user avatar
  • 103
3 votes
2 answers
3k views

Decrease Size of EBS Volume attached to EC2 Instance

I've created an EC2 instance with some 100 GB initial size, thereafter I realized this much size is not required, I've to decrease the size now. What I tried? Create a new volume with the desired ...
DilLip_Chowdary's user avatar
-3 votes
1 answer
865 views

I lost my AWS EBS volume completely. What are the odds of that?

I recently lost my EBS volume, leaving the data unrecoverable. I already knew that AWS isn't exactly concerned about the convenience of their customers and thus the risk of this happening was pretty ...
Ethan's user avatar
  • 3
0 votes
2 answers
3k views

Extending File-system after EBS volume increase on M5 type EC2 with Ubuntu 16.04

Production AWS Instance: We have an m5 ec2 nitro instance that is in need of query optimization. However, we are in a time crunch and have decided to temporarily throw memory and storage at this until ...
linuxbitcoin's user avatar
6 votes
2 answers
3k views

AWS Root volume Encryption

In my scenario, I have some old EBS volumes that are not encrypted. To satisfy new corporate security measures, all data needs to be encrypted so I need to compile a plan to encrypt the unencrypted ...
samtech 2021's user avatar
0 votes
1 answer
199 views

EBS root volume being mounted on /media/xvda instead of / (Alpine Linux)

I followed these instructions to install Alpine Linux on EC2. Everything went well and I was able to create an AMI from which I can launch new instances. My instance is supposed to act like a NAT ...
Helder Sérvio's user avatar
1 vote
1 answer
4k views

How to update the AMI of the instance without loosing data? and the instance has two EBS volumes which EBS volume should i take snapshot?

How to update the AMI of the instance without loosing data? and the instance has two EBS volumes (root and secondary) which EBS volume should i take snapshot? to replicate the original instance.
elliot's user avatar
  • 11
0 votes
0 answers
47 views

Unmount Drive without Deleting AWS

How should I unmount a drive well ensuring it wont be deleted? We want to move vol-0de12fb88020aa624 from i-0b727a35caea24013 to i-0dff0911c0ebf45f9 I want to move the volume, do not want copy files ...
Santosh Baruah's user avatar
0 votes
2 answers
204 views

EC2 boot from Multi-Attach Amazon EBS

Assume the following scenario: Create an io2 EBS volume from a snapshot of a running EC2. Enable multi attach and ask many EC2 to boot from this EBS. Every EC2 is the same and I can set up load ...
CHOO YJ's user avatar
  • 131
0 votes
0 answers
33 views

Web application not serving with Route53 under wifi?

I have a node application running in an Ec2 container on port 443. I've added an Elastic IP to the container. When I reference the Elastic IP or IPv4 DNS in the browser, I can see my application. I ...
Scott's user avatar
  • 101
9 votes
1 answer
12k views

AWS: What is the difference between Burst Balance and EBS IO Balance metrics?

AWS Docs describe Burst Balance and EEBS IO Balance in the following way: BurstBalance The percent of General Purpose SSD (gp2) burst-bucket I/O credits available. EBSIOBalance% The percentage of I/O ...
Zillo's user avatar
  • 101
0 votes
1 answer
158 views

Dockerfile Works Locally But Fails on EB (Elastic Beanstalk) Deploy (PHP 7.3 with OCI8 extension)

Good day, fellow developers! I have been searching for 2 weeks now on how to install the OCI8 PHP extension on Elastic Beanstalk using .ebextensions but sadly I can't search for similar ones. Before I ...
James Carlo Luchavez's user avatar
1 vote
2 answers
819 views

How to create EC2 AMI images with multiple nitro-based volumes attached correctly

I'm using the EC2 image builder to automate the process of creating AMI images for mongoDB servers. This image has two volumes: /data - 100 GB /logs - 10 GB To achieve this setup I've created an ...
Rodrigo's user avatar
  • 199

15 30 50 per page
1
2 3 4 5
14