Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yellayakshi-bijji/aws-project-1
Automating AWS Deployment and Optimization Workflow: Terraform, CloudFormation, and Jenkins
https://github.com/yellayakshi-bijji/aws-project-1
alb ec2 groovy iam jenkins jenkinsfile pipeline route53 s3 terraform terraform-modules user-data vpc
Last synced: about 1 month ago
JSON representation
Automating AWS Deployment and Optimization Workflow: Terraform, CloudFormation, and Jenkins
- Host: GitHub
- URL: https://github.com/yellayakshi-bijji/aws-project-1
- Owner: yellayakshi-bijji
- Created: 2023-09-11T05:42:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T00:24:47.000Z (over 1 year ago)
- Last Synced: 2024-11-02T22:42:12.351Z (3 months ago)
- Topics: alb, ec2, groovy, iam, jenkins, jenkinsfile, pipeline, route53, s3, terraform, terraform-modules, user-data, vpc
- Language: HCL
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Security: securitygroup_module/main.tf
Awesome Lists containing this project
README
#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.