python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I read from different Amazon RDS instances using one endpoint?
I’m gonna implement the following pattern using RDS Aurora instances:
I have to import into my DB large amount of data (about 30 millions
of records) two times a day
Gonna create 2 instances: A and B...
Andrew
Votes: 0
Answers: 0
Cloudformation ECS / fargate - Run two containers in one task
I'm trying to run two containers in one task. The two containers must be resolvable using their DNS.
What I did ; I defined the two containers in the same task definition :
MyTwoContainerTaskDefin...
shako
Votes: 0
Answers: 1
Communication between tasks in ECS with App Mesh and Cloudmap
My ECS task (that connected to App Mesh with Cloudmap) cannot reach other ECS task (that connected to App Mesh with Cloudmap as well).
dig +short products.services.local return nothing.
curl -v produc...
Benny67b
Votes: 0
Answers: 0