Jill R

Results 27 comments of Jill R

Leaving some notes here as I'll be away for several days. Replicating CI using the `ec2_eip` tests: At https://github.com/ansible-collections/community.aws/blob/main/plugins/modules/ec2_instance.py#L1171 `id_filters` looks like: `[{'Name': 'vpc-id', 'Values': ['vpc-371b0555']}, {'Name': 'group-id', 'Values': ['sg-06ed7d30d22e0a670']}]`...

@tremble My concern is if this was a default behaviour that worked previously and is now resulting in new behaviour for Ansible users, I didn't find any obvious change notices...

@briantist I believe we've come to the conclusion that the fix here is to always be explicit and provide a `vpc_subnet_id` whenever you're not launching in the default VPC for...

Hi @TylerLubeck, thanks for this PR! This module should be named global_accelerators_info.py if it only provides information. It will also need tests. Integration tests will likely rely on the module...

Hi @danwashusen More docs would definitely be great, would you be interested in opening a PR to add some examples of things that you've found useful?

Hi @rob42. I'm not able to reproduce this with the latest collection versions, I've got 2 VPCs in us-west-2 and I've created a security group in each named `duplicate_test` and...

Hi @loop-evgeny, could you please try testing with version 1.5 or later of the collection? You can install the collection from Ansible Galaxy with `ansible-galaxy collection install amazon.aws`. There was...

**[editor's note - some modules have since been renamed]** Migrate modules to amazon.aws: - [ ] aws_kms* - [ ] elb_application_lb* - [ ] iam_user* - [ ] iam_policy* -...

Hi @nerijus. It sounds like your account might have been [EC2 Classic](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-classic-platform.html) originally but your suggestion does not appear to work on my EC2 Classic account. Can you confirm please...

I'm trying to reproduce an account setup that would have a default subnet but no default VPC to test with and I'm not seeing how that would work - `create_default_subnet`...