-
Notifications
You must be signed in to change notification settings - Fork 402
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
Made changes to EFS module to allow it provision Elastic throughput m… #2263
base: main
Are you sure you want to change the base?
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 54s (non-voting) |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 37s (non-voting) |
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 4m 52s (non-voting) |
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 42s (non-voting) |
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 4m 46s (non-voting) |
@tremble @alinabuzachis @jillr Please review the following PR at your earliest convenience and let me know if there is anything missing in your opinions. |
…ode EFS shares.
SUMMARY
Fixes #1884
Fixes #2051
This change updates the available choices for the throughput_mode parameter in the module. Previously, the options were limited to 'bursting' and 'provisioned', but this update adds 'elastic' as an additional choice. The modification ensures that the module supports the latest available throughput modes for EFS shares.
ISSUE TYPE
COMPONENT NAME
EFS Module under
community.aws
ADDITIONAL INFORMATION
This update modifies the throughput_mode parameter by adding 'elastic' as a valid choice. It applies to both the parameter description and the main() function where the parameter is defined. The update aligns the module with AWS EFS capabilities, allowing users to configure throughput_mode with the latest options.