I am trying to use VPC default security group in an aws RDS instance creation for the VpcSecurityGroupId parameter.
ripe-shampoo-80285
02/09/2022, 5:20 PM
Is there a golang example for creating a RDS in a EKS VPC with proper security group, so all the nodes can talk to the RDS instance?
b
bored-table-20691
02/09/2022, 5:25 PM
goStringArrayToPulumiStringArray
- this function, what does it do?
r
ripe-shampoo-80285
02/09/2022, 6:20 PM
func goStringArrayToPulumiStringArray(ss []string) pulumi.StringArray {
var elems []pulumi.StringInput
for _, s := range ss {
elems = append(elems, pulumi.String(s))
}
return pulumi.StringArray(elems)
}
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.