-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.0.0] Drop support for EC2 Classic networking #1114
Labels
feature
This issue/PR relates to a feature request
module_utils
module_utils
module
module
plugins
plugin (any type)
Milestone
Comments
Files identified in the description:
If these files are inaccurate, please update the |
ansibullbot
added
feature
This issue/PR relates to a feature request
module
module
module_utils
module_utils
needs_triage
plugins
plugin (any type)
labels
Oct 5, 2022
saito-hideki
pushed a commit
to saito-hideki/amazon.aws
that referenced
this issue
Oct 18, 2022
…ible-collections#1116) Add missing `elements` option to type: list that did not specify SUMMARY Fixes ansible-collections#1114 ISSUE TYPE Docs Pull Request COMPONENT NAME cloudfront_distribution ecs_taskdefinition elb_application_lb rds_option_group Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections/community.aws@c1d47dd
softwarefactory-project-zuul bot
pushed a commit
that referenced
this issue
Feb 28, 2023
delete 'get_classic_link_status' method SUMMARY fixes #1114 ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_vpc_net ADDITIONAL INFORMATION I picked the issue to get started into contributing to ansible because it was easy to fix, if I did something wrong just tell and I will get it fixed and improved until the PR eventually passes all checks and get merged. Reviewed-by: Mark Chappell
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
…ible-collections#1116) Add missing `elements` option to type: list that did not specify SUMMARY Fixes ansible-collections#1114 ISSUE TYPE Docs Pull Request COMPONENT NAME cloudfront_distribution ecs_taskdefinition elb_application_lb rds_option_group Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Sep 18, 2023
…ible-collections#1116) Add missing `elements` option to type: list that did not specify SUMMARY Fixes ansible-collections#1114 ISSUE TYPE Docs Pull Request COMPONENT NAME cloudfront_distribution ecs_taskdefinition elb_application_lb rds_option_group Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None>
abikouo
pushed a commit
to abikouo/amazon.aws
that referenced
this issue
Oct 24, 2023
…ible-collections#1116) Add missing `elements` option to type: list that did not specify SUMMARY Fixes ansible-collections#1114 ISSUE TYPE Docs Pull Request COMPONENT NAME cloudfront_distribution ecs_taskdefinition elb_application_lb rds_option_group Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature
This issue/PR relates to a feature request
module_utils
module_utils
module
module
plugins
plugin (any type)
Summary
Amazon announced that they're dropping support for "EC2 Classic" (non-VPC networking) in July 2021. This is sometimes referred to as "Classic-Link"
Specifically stating that:
We're now past that date, it's reasonable to start dropping support for EC2-Classic for 6.0.0. Anyone who's got an exception from Amazon to continue to support EC2 Classic will still be able to use our 5.x releases.
Issue Type
Feature Idea
Component Name
(Known examples)
plugins/modules/ec2_eip.py (
in_vpc
parameter -Domain
when passed to boto3 should now always bevpc
)plugins/modules/ec2_vpc_net.py
plugins/modules/ec2_security_group.py
plugins/module_utils/botocore.py
plugins/lookup/aws_account_attribute.py (see also #1092)
Additional Information
Note: This does NOT include Classic ELBs which are still supported.
Code of Conduct
The text was updated successfully, but these errors were encountered: