Skip to content
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

Closed
electriquo opened this issue Apr 18, 2023 · 3 comments · Fixed by #1709
Closed

Add AWS EC2 maintenance options #1708

electriquo opened this issue Apr 18, 2023 · 3 comments · Fixed by #1709
Assignees
Labels
enhancement New feature or request

Comments

@electriquo
Copy link

electriquo commented Apr 18, 2023

Is your feature request related to a problem? Please describe.
AWS EC2 maintenance options are available through AWS CLI

$ aws ec2 describe-instances --instance-ids i-xyz --output json --query 'Reservations[0].Instances[0].MaintenanceOptions'
{
    "AutoRecovery": "disabled"
}

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 or enabled.

Instances that support simplified automatic recovery are configured by default to recover a failed instance. The default configuration applies to new instances that you launch and existing instances that you previously launched.

Additional context

@electriquo electriquo added the enhancement New feature or request label Apr 18, 2023
@electriquo
Copy link
Author

Thank you @misraved and @ParthaI for the quick response

@electriquo
Copy link
Author

electriquo commented Apr 19, 2023

@misraved @ParthaI Could you kindly share an estimation?

@cbruno10
Copy link
Contributor

cbruno10 commented Apr 19, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
3 participants