diff --git a/.vscode/settings.json b/.vscode/settings.json index 2403527..e7f6f06 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,6 +13,7 @@ "autoflush", "autoupdate", "autouse", + "awscli", "awscliv", "boto", "botocore", diff --git a/infrastructure/userdata.sh b/infrastructure/userdata.sh index c5d0b7e..6d0b389 100644 --- a/infrastructure/userdata.sh +++ b/infrastructure/userdata.sh @@ -2,7 +2,7 @@ # Update system and install required packages dnf update -y -dnf install -y python3-pip git cronie nginx certbot python3-certbot-nginx postgresql awscli +dnf install -y python3-pip git cronie nginx certbot python3-certbot-nginx postgresql15.x86_64 awscli # Start and enable crond service systemctl start crond