https://jeanpaul.cloud/2020/06/06/how-to-do-app-registration-for-enterprise-application/
Wednesday, November 24, 2021
AWS : EC2 Instance Public IP : Could not connect to Internet : Windows EC2 Instance
https://intellipaat.com/community/42232/aws-ec2-instances-are-not-getting-to-internet-access
For Internet Access -
A VM should be having Public IP address if its in Public Subnet and that Subnet should have Internet Gateway and Internet Gateway should have a route in Routetable
If a VM is in Private Subnet, It should have private IP and should have access to NAT Gateway in RouteTable of that Subnet
AWS : IGW vs NATGW
Internet Gateway (IGW) allows instances with public IPs to access the internet.
NAT Gateway (NGW) allows instances with no public IPs to access the internet.
IGW allows Outside traffic to go in
NAT-GW does not allow Outside traffic to come in, It only allows from inside to Outside
Monday, November 22, 2021
Ansible : Ansible Playbook: Ansible Tower
https://www.youtube.com/watch?v=EcnqJbxBcM0
https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html
Ansible :
- Configuration Management
- YAML Based
- Push Based Approach
- Agentless Architecture - No agent on Target VMS - Simple SSH to Target VM
/etc/ansible/hosts
. -i <path>
option.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...