Closed Ravikapadne closed 1 year ago
"value of storage_type must be one of: standard, gp2, io1, got: gp3"
That's an indicator that your local amazon.aws collection is to old. gp3
support for rds_instance
was added in 5.2.0.
ansible-galaxy collection list |grep amazon.aws
will show your installed versions.
This issue should be filed at https://github.com/ansible-collections/amazon.aws
Hi Team,
I am trying to create RDS using ansible with amazon.aws.rds_instance module, when selecting storage_type as gp3 it's showing the below error and the task getting failed.
As per the following link, gp3 is supported but getting the above error. https://docs.ansible.com/ansible/latest/collections/amazon/aws/rds_instance_module.html#ansible-collections-amazon-aws-rds-instance-module
PFB ansible code which I am using:
Ansible Version: