https://www.atlassian.com/migration/plan/cloud-guide#atlassian-team
https://support.atlassian.com/migration/docs/use-the-jira-cloud-migration-assistant-to-migrate/
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
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
https://www.youtube.com/watch?v=EcnqJbxBcM0
https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html
Ansible :
/etc/ansible/hosts
. -i <path>
option.https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass