Monday, August 23, 2021
Thursday, April 8, 2021
DNS Route 53 and ELB - AWS - Routing Policies
https://medium.com/awesome-cloud/aws-amazon-route-53-routing-policies-overview-285cee2d4d3b
https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html
When you create a record, you choose a routing policy, which determines how Amazon Route 53 responds to queries:
Simple routing policy – Use for a single resource that performs a given function for your domain, for example, a web server that serves content for the example.com website.
Failover routing policy – Use when you want to configure active-passive failover.
Geolocation routing policy – Use when you want to route traffic based on the location of your users.
Geoproximity routing policy – Use when you want to route traffic based on the location of your resources and, optionally, shift traffic from resources in one location to resources in another.
Latency routing policy – Use when you have resources in multiple AWS Regions and you want to route traffic to the region that provides the best latency.
Multivalue answer routing policy – Use when you want Route 53 to respond to DNS queries with up to 8 healthy records selected at random.
Weighted routing policy – Use to route traffic to multiple resources in proportions that you specify.
- ELB is one of many AWS services that have a regional scope and can span across zones in a given region.
- Other services like Route 53 is global in scope, as shown below, and provides services to multiple Regions.
Thursday, April 1, 2021
Elastic Load Balancer , AWS,Healthy Threshold,UnHealthy Threshold, Response Timeout,Health Check Interval,Ping, ELB
6. Presentation Layer
5. Session Layer
4. Transport Layer - TCP/UDP
3. Network Layer - Routing Packets based on IP Address
2. Data Link Layer
1. Physical Layer
OSI Reference Model
--------------------------------------------------------------------
- Application Load Balancer - Based on HTTP Header
- Allows You to route requests on the basis of HTTP Request
- N/W Load Balancer - Very Expensive/High Performance - Operates at Transport Layer (Layer 4)
- Classic Load Balancer - Supports Layer7(HTTP(s)/Layer 4 (Legacy)
--------------------------------------------------------------------
Load Balancer Algorithm
- Round-Robin
- Least Loaded Server
"X-Forwarded-For" Header - Tells us about Originating IP
LB Could not connect to Target Server/Database
Azure - Pipeline - Add Approver for Stage
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
-
https://www.baeldung.com/spring-properties-file-outside-jar https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-featu...
-
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
-
The decision was made to block such external HTTP repositories by default https://stackoverflow.com/questions/66980047/maven-build-failure-d...