python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Fetching AWS SecretManager Secret as Integer Value per CDK
I'm trying to fetch the Secret as integer Value (port number) per CDK in order to create another resource. Basically when I need a String value for String parameters everything is working fine, but wh...
ExceptionNotThrownException
Votes: 0
Answers: 1
Database provisioning practices under IaC
I'm working on a project consists of an api application (AWS API Gateway + AWS Lambda) and a database (AWS DynamoDB). I use Terraform and GitLab CI to automate deployment for this project. When I modi...
Chiamin
Votes: 0
Answers: 1
how to create aws cdk stack containing 2 memoryDB instances
I am new to AWS and I have to create a IAAC cdk containing 2 memory DB instances in a stack.
I tried using the following example but it is written in python and I dont know that very well.
https://git...

CK30
Votes: 0
Answers: 0
Launch EC2 servers in multiple subnets using count with terraform
I have a use case where I have set variable instance_count = 3 and I have 2 Private_subnets which is a list ["subnet-id-A", "subnet-id-B"], what I want my terraform code to dynamic...
suleman
Votes: 0
Answers: 1