Exploring different use-cases for OCI Object Storage Gateway deployments


This post will cover different approaches to deploy Object Storage Gateway. You can call Object Storage gateway as a bridge that will connect your on-premise environment with Object Storage. It enables File-to-object transparency. 

Object Storage buckets are mounted as nfs mount points in your on-prem environment. Substantial information is available on Object storage gateway and links are shared in this post.


Let's jump to understanding different approaches to deploy Object Storage Gateway.

My observations when implementing below POCs-

1. Object Storage gateway can be deployed either on-prem or on OCI. It can be downloaded for free here

2. SSDs drives and XFS (Extended File system) for mounting are recommended for storing storage gateway - metadata, cache and logs.

3. OSG does not support Windows operating environment.

4. If installing OSG on-prem, make sure you have proper access control onto storage gateway server and secure it with mfa.

5. If installing OSG on-cloud you can have Open VPN/IP-Sec to add another layer of security and OSG server can be placed in your private subnet.

6. Filesystem created on OSG management URL automatically creates a bucket. This bucket will be created and placed as per your inputs provided for compartment, username, API Signing Key (private key and its fingerprint)

7. Finally, an interesting discussion with me and Anil on securing Oracle object storage on Oracle Cloud Customer Connect -

https://cloudcustomerconnect.oracle.com/posts/cd615cf2eb


References -

https://www.oracle.com/cloud/storage/storage-gateway-faq.html

https://docs.oracle.com/en-us/iaas/Content/Object/Concepts/objectstorageoverview.htm#:~:text=The%20Object%20Storage%20service%20can,from%20within%20the%20cloud%20platform.

http://dineshbandelkar.com/how-to-setup-oci-storage-gateway/

https://docs.oracle.com/en-us/iaas/api/#/en/objectstorage/20160918/

https://docs.oracle.com/en-us/iaas/Content/StorageGateway/Reference/bestpracticesusingstoragegateway.htm





Sr. No.SummaryDecription
1Stored OS Username and Password1st Authentication Factor On-prem.
22-FA with Google AuthenticatorVerification code sent on sysadmin mobile device for authentication on-prem
3On-prem NFS Shareon-prem NAS device protected by exportfs rules storing backups
4Securing Data in-transitUse of openssl encryption for applications files and Use of rman based encryption for db backups
5OCI DatacenterOracle Cloud Jeddah Region as secondary backup location
6VCN - virtual Cloud NetworkVCN consist of public and private subnet
7Security list for public subnetOpen Port for OpenVPN
8Open VPN serverPublic facing VPN Server for accessing OCI resources.
9Security list for private subnetOpen port for object storage gateway mgmt console and Open port for nfs port
10Object Storage Gateway ServerObject storage gateway server compute instance in private subnet. Creates filesystem which is mapped to auto-created bucket.
11Object StorageObject storage bucket automatically gets created when creating filesystem on Object storage server
Sr. No.SummaryDecription
1Stored OS Username and Password1st Authentication Factor On-prem.
22-FA with Google AuthenticatorVerification code sent on sysadmin mobile device for authentication on-prem
3On-prem NFS Shareon-prem NAS device protected by exportfs rules storing backups
4Fortigate Firewall(CPE) Public IPCustomer Premise Equipment that is one point of IP-Sec VPN Connectivity.
5IP-Sec VPN connectionPre-shared key authentication with DRG on OCI
6Static Routing Method/BGPManual/automatic routing for IP-SEC VPN connectivity.
7OCI DatacenterOracle Cloud Jeddah Region as secondary backup location
8DRGDynamic Routing Gateway configured on OCI
9Object Storage Gateway Server"Object storage gateway server compute instance in private subnet.Creates filesystem which is mapped to auto-created bucket."
10Object StorageObject storage bucket automatically gets created when creating filesystem on Object storage server
Sr. No.SummaryDecription
1Stored OS Username and Password1st Authentication Factor On-prem.
22-FA with Google AuthenticatorVerification code sent on sysadmin mobile device for authentication on-prem
3On-prem NFS Shareon-prem NAS device protected by exportfs rules storing backups
4Open VPN Client-saved profileProfile saved on staging server for OPEN VPN
5Object storage gateway setupOSG installed on-prem on a staging server.
6Securing Data in-transit"a. Use of openssl encryption for applications files. b. Use of rman based encryption for db backups"
7OCI DatacenterOracle Cloud Jeddah Region as secondary backup location
8VCN - virtual Cloud NetworkVCN consist of public and private subnet
9Security list for public subnetOpen Port for OpenVPN
10Open VPN serverPublic facing VPN Server for accessing OCI resources.
11Object StorageObject storage bucket automatically gets created when creating filesystem on Object storage server

No comments:

Post a Comment