You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Receive an invalidParameterValue error when using FromPort: 0 inside IpPermission when calling AuthorizeSecurityGroupIngress:
operation error EC2: AuthorizeSecurityGroupIngress, https response error StatusCode: 400, RequestID: XXX-XXX-XXX-XXX-XXX, api error InvalidParameterValue: Invalid value 'Must specify both from and to ports with TCP/UDP.' for portRange.
Version of AWS SDK for Go?
github.com/aws/aws-sdk-go-v2 v1.3.0
Version of Go (go version)?
go version go1.16.2 darwin/amd64
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
Receive an invalidParameterValue error when using
FromPort: 0
insideIpPermission
when callingAuthorizeSecurityGroupIngress
:Version of AWS SDK for Go?
github.com/aws/aws-sdk-go-v2 v1.3.0
Version of Go (
go version
)?go version go1.16.2 darwin/amd64
To Reproduce (observed behavior)
Expected behavior
Expected for operation to be successful
The text was updated successfully, but these errors were encountered: