Michigan Oracle User Group 10-30-2019

Oracle Cloud Infrastructure (IaaS and PaaS)

Andrew Love
Enterprise Cloud Architect
734.318.0887
andrew.love@oracle.com

Important Links

Core Infrastructure Labs

Networking Foundational
  • Verify the correct region is selected (upper right of console)
  • Verify the correct compartment is selected
  • Select option CREATE VIRTUAL CLOUD NETWORK PLUS RELATED RESOURCES
  • Confirmation page displays creation results
  • Review VCN - Internet Gateway, Route Table, Default Security List, DHCP Options, Subnets (Public/Private)
  • VCN will be used in subsequent labs, do not delete
Compute Foundational
  • Verify the correct region is selected (upper right of console)
  • Verify the correct compartment is selected
  • SSH keys were created for you, no need to run through practice 1
  • Upload the SSH key provided by administrator
  • Add your initials to the webserver name, i.e. "webserver-acl"
  • first ssh connection should fail, security list must be configured
Block Storage Foundational
  • Verify the correct region is selected (upper right of console)
  • Verify the correct compartment is selected
  • Use the same availability domain you selected for compute instance
Object Storage Foundational
  • Verify the correct region is selected (upper right of console)
  • Verify the correct compartment is selected
  • Use the same availability domain you selected for compute instance
File Storage Foundational
  • Verify the correct region is selected (upper right of console)
  • Verify the correct compartment is selected
  • Modify default security list - TCP ports 111, 2048, 2049, and 2050 and stateful ingress to UDP ports 111 and 2048
  • Use edit details when creating the file storage system
  • Install NFS client software
  • Get the mount target IP address from Mount Target Details Screen
  • Make sure to use export path used in details for mounting - sudo mount 10.0.2.4:/FSS-Storage /mnt/nfs-data
Load Balancer Foundational
  • Verify the correct region is selected (upper right of console)
  • Verify the correct compartment is selected
  • Create another VCN. Do not create VCN with default objects. Select "CREATE VIRTUAL CLOUD NETWORK ONLY"
  • Create two security lists, one for web servers and one for load balancer
  • Pay attention to the security list assigned to each subnet
  • Pay attention to the subnets assigned to compute instances
Reserved Public IP Foundational
  • Verify the correct region is selected (upper right of console)
  • Verify the correct compartment is selected
  • Create another VCN. Select "CREATE VIRTUAL CLOUD NETWORK PLUS RELATED RESOURCES"
  • No need to create SSH keys
  • Delete ephemeral public IP address first