RDS custom - Incompatible-create

1

Hello,

I have the trouble with create a new Custom RDS for MSSqlSever, always when i create i have recent event : You can't create the DB instance because of incompatible resources. "Role attached to instance-profile [AWSRDSCustom-wms] missing required permission, cause: The IAM instance profile role [AWSRDSCus*******] is missing the following permissions... I change the premissions on IAM, i create the new VPC,Security groups with custom adresses with tutorial from AWS, and still i have the same problem, Basic RDS with the same VPC, work without trouble.

Someone have the same problem?

Tom
preguntada hace 4 meses248 visualizaciones
1 Respuesta
3

I have faced similar issues when creating RDS Custom for SQL Server. The best way to resolve this is to follow the recommended approach of using a CloudFormation template mention below.

You can compare your existing setup to the template and identify what setting and steps may be missing or incorrect related to your VPC, IAM, and instance profile configuration during RDS Custom database creation. By aligning to the reference CloudFormation template, you are more likely to set up the required networking, permissions, roles and other dependencies properly for a successful RDS Custom deployment. You can also use following YouTube videos for your reference to create a RDS custom instance.

  1. Configure networking, instance profile, and encryption: "Configuring with AWS CloudFormation (recommended)" https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-sqlserver.html#custom-setup-sqlserver.iam-vpc

  2. How to Create and Connect to RDS Custom for SQL Server Instance : https://www.youtube.com/watch?v=6rJArhGNens

  3. Troubleshooting DB issues for Amazon RDS Custom for SQL Server: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-troubleshooting-sqlserver.html

AWS
respondido hace 3 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas