Thursday, June 17, 2021

Whats My IP address

https://whatismyipaddress.com/ip/20.62.210.25

https://whatismyipaddress.com/ip/40.79.60.139

Linux Find command

https://www.geeksforgeeks.org/find-command-in-linux-with-examples/

Linux History Command

https://www.baeldung.com/linux/delete-commands-history

AWS, Azure - Load Balancer and API Management Tools

Azure

  • Azure Load balancer                          - Level 4 LB - Network Level TCP/IP
  • Azure Application Gateway               - Level 7 LB - App level routing
  • Azure API Management services        - API Management Tool


AWS

  • N/W Load Balancer                            - Level 4 LB   - TCP/IP Level
  • Application Load Balancer                  - Level 7 LB    - works with Https
  • Amazon API Gateway                         - API Management Tool


Azure API Management services  =   AWS Amazon API Gateway 

AWS Secrets Manager

https://console.aws.amazon.com/secretsmanager/home?region=us-east-1#!/home 





AWS Secrets Manager has a pricing

PER SECRET PER MONTH     $0.40 per secret per month.

PER 10,000 API CALLS           $0.05 per 10,000 API calls.

Lambda Application vs Lambda Function

 


By combining AWS Lambda with other AWS services, developers can build powerful applications that automatically scale up and down and run in a highly available configuration across multiple data centers – with zero administrative effort required for scalability, back-ups or multi-data center redundancy.


Lambda Functions are like bare-bones standalone
They have to be provided IAM Role
They have to be mapped to a trigger

If There was a way, to do all this in 1 Place - Its called "Lambda Application"

Azure Devops - Branch policies -minimum reviewers

https://docs.microsoft.com/en-us/azure/devops/repos/git/branch-policies?view=azure-devops#require-a-minimum-number-of-reviewers

https://docs.microsoft.com/en-us/azure/devops/organizations/security/about-permissions?view=azure-devops&tabs=preview-page

https://docs.microsoft.com/en-us/azure/devops/organizations/security/permissions?view=azure-devops&tabs=preview-page#groups      


Azure - Pipeline - Add Approver for Stage

https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass