| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| virtualization:cloud:oci [2021/08/04 16:09] – jotasandoku | virtualization:cloud:oci [2023/11/02 14:38] (current) – external edit 127.0.0.1 |
|---|
| * SG (Service Gateway) (~ AWS service endpoints) | * SG (Service Gateway) (~ AWS service endpoints) |
| * IG (Internet Gateway) (~ IGW ) | * IG (Internet Gateway) (~ IGW ) |
| * Compute [[https://docs.cloud.oracle.com/iaas/Content/Compute/References/computeshapes.htm|Shapes]] | * Compute [[https://docs.cloud.mycompany2.com/iaas/Content/Compute/References/computeshapes.htm|Shapes]] |
| * IAM (Identity and Access Management - policies/user permissions) | * IAM (Identity and Access Management - policies/user permissions) |
| * ?? AMI (vm source code) | * ?? AMI (vm source code) |
| * ?? (~DNS route 53) | * ?? (~DNS route 53) |
| |
| * [[https://oracle-my.sharepoint.com/:w:/r/personal/jaime_santos_amandi_oracle_com/_layouts/15/Doc.aspx?sourcedoc=%7B47CA47E2-765D-431F-AAA7-BE919DD5ABA1%7D&file=terraform-notes.docx&action=default&mobileredirect=true|ODocs link]] | * [[https://mycompany2-my.sharepoint.com/:w:/r/personal/jaime_santos_amandi_mycompany2_com/_layouts/15/Doc.aspx?sourcedoc=%7B47CA47E2-765D-431F-AAA7-BE919DD5ABA1%7D&file=terraform-notes.docx&action=default&mobileredirect=true|ODocs link]] |
| * [[https://ruepprich.com/2018/09/06/oci-commandline-interface-cli-filtering/]] | * [[https://ruepprich.com/2018/09/06/oci-commandline-interface-cli-filtering/]] |
| |
| |
| ---- | ---- |
| * OCI images [[https://docs.oracle.com/en-us/iaas/images/|External Link]] | * OCI images [[https://docs.mycompany2.com/en-us/iaas/images/|External Link]] |
| * OCI shapes [[https://docs.oracle.com/en-us/iaas/Content/Compute/References/computeshapes.htm|External Link]] | * OCI shapes [[https://docs.mycompany2.com/en-us/iaas/Content/Compute/References/computeshapes.htm|External Link]] |
| |
| ---- | ---- |
| DNS:\\ | DNS:\\ |
| |
| __Internet and VCN Resolver__ (VCN and Internet):[[https://docs.oracle.com/en-us/iaas/Content/Network/Concepts/dns.htm|Link]]\\ | __Internet and VCN Resolver__ (VCN and Internet):[[https://docs.mycompany2.com/en-us/iaas/Content/Network/Concepts/dns.htm|Link]]\\ |
| Is configured in at the subnet level with thhe **dhcp options (ie we use dhcp responses to configure DNS**. \\ | Is configured in at the subnet level with thhe **dhcp options (ie we use dhcp responses to configure DNS**. \\ |
| Is added as subdomains. TLD is ''oraclevcn.com'' by default but we use ''oracledatacloud.com'' because we have custom DNS servers. | Is added as subdomains. TLD is ''mycompany2vcn.com'' by default but we use ''mycompany2datacloud.com'' because we have custom DNS servers. |
| \\ | \\ |
| __Custom Resolver__: [[https://blogs.oracle.com/cloud-infrastructure/configuring-a-custom-dns-resolver-and-the-native-dns-resolver-in-the-same-vcn|Link]] TODO\\ | __Custom Resolver__: [[https://blogs.mycompany2.com/cloud-infrastructure/configuring-a-custom-dns-resolver-and-the-native-dns-resolver-in-the-same-vcn|Link]] TODO\\ |
| \\ | \\ |
| __Private DNS service__:[[https://docs.oracle.com/en/solutions/private-dns/index.html#GUID-A1669E7E-EF8B-4B0A-AA36-51D73D51ED46|Link]]\\ | __Private DNS service__:[[https://docs.mycompany2.com/en/solutions/private-dns/index.html#GUID-A1669E7E-EF8B-4B0A-AA36-51D73D51ED46|Link]]\\ |
| |
| |
| |
| OCI CLI:\\ | OCI CLI:\\ |
| [[https://confluence.oracledatacloud.com/display/ODCI/OCI+CLI+Setup]] ; [[https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/cliinstall.htm]] | [[https://confluence.mycompany2datacloud.com/display/ODCI/OCI+CLI+Setup]] ; [[https://docs.cloud.mycompany2.com/iaas/Content/API/SDKDocs/cliinstall.htm]] |
| oci setup config | oci setup config |
| bin/oci-cli-scripts/ | bin/oci-cli-scripts/ |
| |
| PRETTY TABLE FORMAT:\\ | PRETTY TABLE FORMAT:\\ |
| oci compute instance list --query "data [*].{ImageName:\"display-name\", State:\"lifecycle-state\", CreatedBy:\"defined-tags\".\"OracleDataCloud\".\"isProduction\"}" | oci compute instance list --query "data [*].{ImageName:\"display-name\", State:\"lifecycle-state\", CreatedBy:\"defined-tags\".\"mycompany2DataCloud\".\"isProduction\"}" |
| --output table | --output table |
| |
| Files location: | Files location: |
| /home/jaime/bin | /home/jaime/bin |
| /home/jaime/lib/oracle-cli | /home/jaime/lib/mycompany2-cli |
| /home/jaime/bin/oci-cli-scripts | /home/jaime/bin/oci-cli-scripts |
| /home/jaime/.oci/config | /home/jaime/.oci/config |
| oci_api_key # api key name | oci_api_key # api key name |
| \\ | \\ |
| [[https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm]]\\ | [[https://docs.cloud.mycompany2.com/iaas/Content/API/Concepts/cliconcepts.htm]]\\ |
| |
| ---- | ---- |
| \\ | \\ |
| DATA SAFE:\\ | DATA SAFE:\\ |
| Service to protect information in Oracle Cloud databases. | Service to protect information in mycompany2 Cloud databases. |
| |
| |
| CLOUD ADVISOR:\\ | CLOUD ADVISOR:\\ |
| To notify, eg, about underused resources. Gives recommendations to save money without degrading performance. | To notify, eg, about underused resources. Gives recommendations to save money without degrading performance. |
| | |
| |
| |
| |