Skip to content

AWS Setup


EC2 Instances

Name Type IP Purpose
enfection-sonarqube t3.micro 13.232.46.24 SonarQube
enfection-staging t3.small 13.234.20.114 Staging sites

Security Groups

SonarQube (enfection-sonarqube-sg)

Port Source Purpose
22 My IP SSH
80 0.0.0.0/0 HTTP (Nginx)
443 0.0.0.0/0 HTTPS

Staging (enfection-staging-sg)

Port Source Purpose
22 My IP SSH
80 0.0.0.0/0 HTTP
443 0.0.0.0/0 HTTPS
8443 My IP CloudPanel

Disk Resize (If Needed)

AWS Console → EC2 → Volumes → Modify Volume → 20GB
sudo growpart /dev/nvme0n1 1
sudo resize2fs /dev/nvme0n1p1
df -h