Skip to content

Commit 20a7c9f

Browse files
committed
Merge remote-tracking branch 'origin/feature/terraform_module' into feature/terraform_module
2 parents a961d22 + 726ecdc commit 20a7c9f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

terraform/aws/QUICKSTART.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ ssh ubuntu@IP "sudo cat /var/log/user-data.log"
7575
# Restart services
7676
ssh ubuntu@IP "sudo systemctl restart postgres-ai"
7777

78-
# Create backup
79-
aws ec2 create-snapshot --volume-id $(terraform output -raw data_volume_id)
80-
8178
# Destroy
8279
terraform destroy
8380
```

0 commit comments

Comments
 (0)