我创建了 1 个10.5.0.0/16具有 2 个子网 ( 10.5.1.0/24、10.5.4.0/24) 的 VPC。
我创建了一个安全组:
入境规则:
Type Protocol Port range Source Description - optional
All traffic All All 0.0.0.0/0 allowing traffic from same security group
All traffic All All ::/0 allowing traffic from same security group
Run Code Online (Sandbox Code Playgroud)
出境规则:
Type Protocol Port range Source Description - optional
All traffic All All 0.0.0.0/0 allowing traffic from same security group
All traffic All All ::/0 allowing traffic from same security group
Run Code Online (Sandbox Code Playgroud)
现在,我创建了 2 个具有适当 …