Access Denied to API Version: API20120917

0

Hello all,

I hope you're all doing well. I'm currently encountering an error while attempting to create an RDS Oracle database stack with a custom parameter group using AWS CDK.

The specific error message I'm receiving is: Access Denied to API Version: API20120917

I've reviewed my permissions and configurations, but I'm still unable to pinpoint the issue. Has anyone else faced a similar problem or have any insights on how to resolve this?

Your expertise would be greatly appreciated. Thank you for your time.

1 Answer
0

Hi,

Such a problem may happen when your AWS::RDS::DBSecurityGroup resource is incorrectly defined: are you are specifying both EC2SecurityGroupName and EC2SecurityGroupId for an ingress / egress rule ?

If yes, you will encounter this problem: specify just one of them

Best,

Didier

profile pictureAWS
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions