Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 544 Bytes

File metadata and controls

20 lines (16 loc) · 544 Bytes

Troubleshooting

Services Not Starting

  • Wait 5-10 minutes for user-data script
  • SSH: ssh -i key.pem ec2-user@EC2_IP
  • Check logs: docker-compose logs

Terraform Errors

  • Run terraform init first
  • Check AWS credentials: aws sts get-caller-identity
  • Ensure unique S3 bucket name

Can't Access Services

  • Check security group allows your IP
  • Verify services running: docker ps

Billing Charges

  • Destroy immediately: terraform destroy
  • Check Cost Explorer after 24 hours
  • Contact AWS Support if unexpected charges