DEV Community

ChungWei Wei
ChungWei Wei

Posted on • Originally published at kmp.tw on

[GCP] Cloud CDN With AWS S3 Bucket

Situation

Visit S3 From Google Cloud CDN

Component

  • ### AWS
    • ### S3 Bucket
  • ### GCP
    • ### LoadBalacer w/ CDN

How To

In AWS Side

  • ### Make sure Your S3 Bucket Already Setting To Public
  • ### Get S3 Bucket URL, In This Case Is http://ikala-test.s3-website-us-east-1.amazonaws.com

In GCP Side

  • Create NEG(Network endpoint groups)

    cdnS301
    cdnS302

  • Create Load Balancing( Classic Only )

    cdnS303

  • Ceate Backend

    cdnS304
    cdnS305
    cdnS306

  • Ceate FrontEnd

    cdnS307

  • After Finished

cdnS308
cdnS309

  • ### Verify

cdnS310
REF

Top comments (0)