This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| virtualization:cloud:oci [2021/06/04 14:13] – jotasandoku | virtualization:cloud:oci [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * SG (Service Gateway) (~ AWS service endpoints) | * SG (Service Gateway) (~ AWS service endpoints) | ||
| * IG (Internet Gateway) (~ IGW ) | * IG (Internet Gateway) (~ IGW ) | ||
| - | * Compute [[https:// | + | * Compute [[https:// |
| * IAM (Identity and Access Management - policies/ | * IAM (Identity and Access Management - policies/ | ||
| * ?? AMI (vm source code) | * ?? AMI (vm source code) | ||
| Line 15: | Line 15: | ||
| * ?? (~DNS route 53) | * ?? (~DNS route 53) | ||
| - | * [[https://oracle-my.sharepoint.com/: | + | * [[https://mycompany2-my.sharepoint.com/: |
| * [[https:// | * [[https:// | ||
| ---- | ---- | ||
| - | * OCI images [[https:// | + | * OCI images [[https:// |
| - | * OCI shapes [[https:// | + | * OCI shapes [[https:// |
| ---- | ---- | ||
| - | AD: Same region but isolated (power and routing wise). Same orchestration system.\\ | + | * AD: Same region but isolated (power and routing wise). Same orchestration system. |
| - | FD: Each AD has three FD. Specific FD has its own physical hypervisors, | + | |
| - | Compartment: | + | |
| Line 48: | Line 48: | ||
| DNS:\\ | DNS:\\ | ||
| - | __Internet and VCN Resolver__ (VCN and Internet): | + | __Internet and VCN Resolver__ (VCN and Internet): |
| 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 '' | + | Is added as subdomains. TLD is '' |
| \\ | \\ | ||
| - | __Custom Resolver__: [[https:// | + | __Custom Resolver__: [[https:// |
| \\ | \\ | ||
| - | __Private DNS service__: | + | __Private DNS service__: |
| Line 66: | Line 66: | ||
| OCI CLI:\\ | OCI CLI:\\ | ||
| - | [[https:// | + | [[https:// |
| oci setup config | oci setup config | ||
| | | ||
| PRETTY TABLE FORMAT:\\ | PRETTY TABLE FORMAT:\\ | ||
| - | oci compute instance list --query "data [*].{ImageName: | + | oci compute instance list --query "data [*].{ImageName: |
| --output table | --output table | ||
| Line 86: | Line 86: | ||
| Files location: | Files location: | ||
| / | / | ||
| - | / | + | / |
| / | / | ||
| / | / | ||
| Line 92: | Line 92: | ||
| oci_api_key | oci_api_key | ||
| \\ | \\ | ||
| - | [[https:// | + | [[https:// |
| ---- | ---- | ||
| Line 128: | Line 128: | ||
| STORAGE: | STORAGE: | ||
| - | * **BLOCK: ** mmounted | + | * **BLOCK: ** (~ EBS ) |
| + | * mounted | ||
| * Boot and block volumes | * Boot and block volumes | ||
| * Beyond the lifespan of compute instances. automatically in all FD | * Beyond the lifespan of compute instances. automatically in all FD | ||
| Line 145: | Line 146: | ||
| ---- | ---- | ||
| - | **IAM** (authentication (identity) | + | **IAM** (authentication (identity) |
| * IAM users | * IAM users | ||
| * groups nees to have a least one policy for a tenancy/ | * groups nees to have a least one policy for a tenancy/ | ||
| * Instance principals | * Instance principals | ||
| * like delegate the permissions normally assigned for a user to an instance (eg: the instance can make api calls) | * like delegate the permissions normally assigned for a user to an instance (eg: the instance can make api calls) | ||
| + | |||
| + | \\ | ||
| + | * Example: some humans manage instances, some humans manage network. then some of the 1st group can **use** (not manage) the network. | ||
| + | \\ | ||
| User/ | User/ | ||
| \\ | \\ | ||
| - | Authorization | + | Authorisation |
| + | \\ | ||
| + | * Policy syntax: | ||
| + | * verb: inspect/ | ||
| + | * resource-type: | ||
| + | * location | ||
| + | * conditions | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | MONITORING SYSTEM:\\ | ||
| + | * Alert/ | ||
| + | |||
| + | |||
| + | |||
| + | ---- | ||
| + | **SECURITY**: | ||
| + | HSM (Hardware Security Modules): | ||
| + | Is a tamper proof hardware system for key storage. | ||
| + | \\ | ||
| + | DATA SAFE:\\ | ||
| + | Service to protect information in mycompany2 Cloud databases. | ||
| + | |||
| + | |||
| + | \\ | ||
| + | CLOUD ADVISOR: | ||
| + | To notify, eg, about underused resources. Gives recommendations to save money without degrading performance. | ||
| + | |||
| + | |||