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
Following #22 one of the integration tests started failing with a "ParameterValidationError". It turned out this was because a subnet wasn't specified, so it was dropped into the default VPC, and when it tried to find the security group it was having problems.
ISSUE TYPE
Bug Report
COMPONENT NAME
ec2_instance
ANSIBLE VERSION
devel
CONFIGURATION
default
OS / ENVIRONMENT
integration tests
STEPS TO REPRODUCE
Create an instance using a security group and subnet from different VPCs
EXPECTED RESULTS
Error message referencing the VPC mismatch
ACTUAL RESULTS
A failure with:
"msg": "Failed to handle existing instances i-0e005a8c34c0e9e4f: An error occurred (InvalidParameterCombination) when calling the ModifyInstanceAttribute operation: No attributes specified."
The text was updated successfully, but these errors were encountered:
SUMMARY
Following #22 one of the integration tests started failing with a "ParameterValidationError". It turned out this was because a subnet wasn't specified, so it was dropped into the default VPC, and when it tried to find the security group it was having problems.
ISSUE TYPE
COMPONENT NAME
ec2_instance
ANSIBLE VERSION
devel
CONFIGURATION
default
OS / ENVIRONMENT
integration tests
STEPS TO REPRODUCE
Create an instance using a security group and subnet from different VPCs
EXPECTED RESULTS
Error message referencing the VPC mismatch
ACTUAL RESULTS
A failure with:
"msg": "Failed to handle existing instances i-0e005a8c34c0e9e4f: An error occurred (InvalidParameterCombination) when calling the ModifyInstanceAttribute operation: No attributes specified."
The text was updated successfully, but these errors were encountered: