AdSense

網頁

2023/3/30

Golang 建立AWS VPC public subnet

Go以AWS提供的SDK aws-sdk-go-v2建立VPC public subnet



事前要求

參考「AWS 建立IAM管理使用者及credentials」設定供應用程式存取AWS需要的credentials。


建立VPC public subnet

依序參考以下即可建立VPC的public subnet。

  1. 參考「Golang 建立AWS VPC」。
  2. 參考「Golang 建立AWS VPC Route table」。
  3. 參考「Golang 建立AWS VPC Internet gateway附加到VPC」。
  4. 參考「Golang 建立AWS VPC Subnet」。
  5. 參考「Golang 關聯AWS VPC Subnet與Route table」。
  6. 參考「Golang 建立AWS VPC Route table的route」。


測試

執行Go應用程式,在AWS console檢視建立的VPC的public subnet,其route table應有route至internet gateway。




沒有留言:

AdSense