微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

postgresql – db.t2.micro Postgres实例的“启用IAM数据库身份验证”在哪里

我正在尝试创建一个使用IAM的AWS RDS实例.根据文档,“数据库选项”中应该有一个选项,标记为“启用IAM数据库身份验证”.你可以在这里看到一个例子……

enter image description here

然而,我没有表现出这个……

enter image description here

是否允许IAM身份验证的大小实例是否有限制?

解决方法

IAM数据库身份验证目前仅适用于:

> MysqL 5.6,次要版本5.6.34或更高版本.除db.m1.small外,支持所有实例类.
> MysqL 5.7,次要版本5.7.16或更高版本.除db.m1.small外,支持所有实例类.
> Amazon aurora 1.10或更高版本.除db.t2.small外,支持所有实例类.

请参阅:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html

我也就此问题与AWS联系,目前他们的官方回应是:

I can confirm that there is already a feature request in place to have IAM Authentication for RDS Postgresql,so I have +1 to that request on your behalf. Unfortunately I don’t have an ETA of when this feature will be made available to share with you at the moment as product team does not provide any ETA when they would make the feature available publicly but please do keep an eye on whats new page where all the new features are published when it is released.

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐