【发布时间】:2022-01-14 04:43:37
【问题描述】:
我正在尝试在我的安全组中设置此入口规则的名称:
我尝试了两种方法并查看了文档但找不到方法。我试过了:
SecurityGroupIngress:
- IpProtocol: icmp
FromPort: 0
ToPort: -1
Name: Allow ICMP
Description: Allow ICMP
CidrIp: 0.0.0.0/0
我已经试过了:
SecurityGroupIngress:
- IpProtocol: icmp
FromPort: 0
ToPort: -1
Description: Allow ICMP
CidrIp: 0.0.0.0/0
Tags:
- Key: Name
Value: Allow ICMP
我查找了示例,并查看了文档,但没有看到对此的参考。有什么想法吗?
【问题讨论】: