bitter-river-54082
03/09/2021, 12:53 PMnew aws.iam.ServiceLinkedRole("analyticsdb", {
awsServiceName: "<http://rds.amazonaws.com|rds.amazonaws.com>",
})
Everything is ok as long as this is the first (or only) deployment in the specific AWS account, but if I do few deployments on the same account all deployments after the first one will fail, because I cannot have more than one RDS service linked role. How should I solve this kind of issue?