-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add AWS EC2 maintenance options #1708
Labels
enhancement
New feature or request
Comments
Hi @foolioo , we don't have an estimation at the moment, as this item is being worked on among other priorities in this plugin and other plugins/mods, but once we have more information, we'll link the PR back to this issue and let you know! |
ParthaI
added a commit
that referenced
this issue
Apr 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
AWS EC2 maintenance options are available through AWS CLI
These options seem no to be present on
aws_ec2_instance
table.Describe the solution you'd like
aws_ec2_instance
table needs to include\reflect the maintenance options.The maintenance options are enable by default. Thus, the maintenance option does not always appear when looking at the EC2 instance description.
From consistency perspective and fluent experience (without any surrounding logic), the return result from querying the table for such properties should always be present, set either to
disabled
orenabled
.Additional context
The text was updated successfully, but these errors were encountered: