Error Creating RDS Aurora Instance

Hi Team,

While creating AWS Aurora Instance I am getting below error. I am selecting the minimal thing while create the Aurora DB.

User: arn:aws:iam::211125734644:user/kk_labs_user_506021
Action: rds:CreateDBInstance
On resource(s): arn:aws:rds:us-east-1:211125734644:db:database-1-instance-1
Context: a service control policy explicitly denies the action

Please help.

Thanks,
Debasis

Is this for the playground, or is this for a lab? If it’s for a lab, please supply a link to the lab.

I tried this one in AWS playground.

Thanks,
Debasis

I’m not having a problem doing this. Key characteristics:

  • Aurora Postgres
  • Dev/Test type
  • No monitoring
  • medium instance type
  • public IP
  • us-east-1

This works without error for me; I can reach the DB from Cloud Shell.

[cloudshell-user@ip-10-132-57-43 ~]$ psql -h database-2.cluster-cbcyg6yaezzr.us-east-1.rds.amazonaws.com -U postgres
Password for user postgres: 
psql (15.8, server 15.4)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, compression: off)
Type "help" for help.

postgres=>