Bring Your Enterprise on Cloud

We cannot generalize a migration way to the cloud for all the companies & enterprises. But I have provided a check list of topics which can help to have a good start without wasting the time with staring from scratch.

Enterprise Infrastructure

  1. On-Prem <-> Cloud
    1. Azure
      1. VPN
      2. Express Route
    2. AWS
  2. DNS
    1. Azure
      1. DNS private, public
    2. AWS
      1. Route 53 private, public
  3. Network
    1. Azure
      1. Vnet, Subnet, NSG, ASG, UDR
      2. Subnet Endpoint, Private Endpoint, Service Endpoint
    1. AWS
      1. VPC, Subnet, SecurityGroup, InternetGateway, NAT
      2. Subnet Endpoint, Service Endpoint
  4. Credential management
    1. Azure
      1. Key/Vault
      2. Manage or Dedicated HSM (FIPS 140-2 level 3)
    2. AWS
      1. Secret Management
      2. Certificate Management
      3. CloudHSM [AWS DOC] (FIPS 140-2 level 3)
      4. Key Management Service (KMS)
  5. Backup & Restore
  6. Logging & Monitoring
    1. Azure
      1. Application Insight
      2. Monitor
    2. AWS
      1. CloudWatch
  7. Access Control (who access to was)

Enterprise Application

  1. Storage
    1. Azure
      1. Storage
    2. AWS
      1. S3
  2. Serverless services
    1. Azure
      1. App Function
      2. Logic App
    2. AWS
      1. Lambda
  3. API/APP Gallery
    1. Azure
      1. API Management
    2. AWS
      1. API Gateway

Related links

Leave a comment