Skip to content

Automating AWS Deployment and Optimization Workflow: Terraform, CloudFormation, and Jenkins

Notifications You must be signed in to change notification settings

yellayakshi-bijji/aws-project-1

Repository files navigation

#Readme File

  1. ALB Health Checks:
  • Verify that the target is listening for traffic on the health check port.
  • Run the [netstat -plnt] command on linux to verify which ports your server is listening to.For Windows targets, you can use the [netstat] command.