New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
All Content tagged with Amazon RDS Proxy
Amazon RDS Proxy, a fully managed, highly available database proxy for Amazon Relational Database Service (Amazon RDS), now supports Amazon RDS Multi-AZ deployments with two readable standbys. Amazon RDS Proxy is supported on all versions of RDS Multi-AZ Deployments with two readable standbys.
コンテンツの言語: 日本語
Select up to 5 tags to filter
並べ替え 最新
3件の結果
Lambdaのコンソール上「Proxy identifier」を紐づけたいと思います。
手動でLambdaのコンソール上
Configuration->RDS databases->RDS database connections->Add Proxy->該当RDS プロキシを選択してAddにして
「Failed to simulate the actions: ec2:CreateNetwork...
test-policy-cfc-iam-service-role-accessというPolicyを作成して下記の内容をアタッチしてAWS IAM ユーザに割り当ています。
```
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Actio...
LambdaからRDS Proxyを経由してRDSに接続させようとしています。その際、表題の通り`Unknown error`が発生します。
問題を切り分けるためにEC2からmysqlコマンドで問題なく接続できるのか確認しました。
結果は、RDS Proxyエンドポイント自体に接続はできるが、接続プロセス内で任意のSQLコマンドを実行すると `Unknown error` が発生しました。このと...