Replies: 2 comments
-
How are you deploying the ECS stack? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The app I am working on uses ECS action to launch a Fargate service (AWS CDK). I want to add an RDS instance as a database using AWS CDK, but I cannot find how to launch it, or more precisely, what github action I can use to launch an RDS instance.
For now I defined an RDS instance on separate stack and added it to the app.py to the ECS stack.
I can see that the ECS stack is deployed on AWS, but not the rds.
My guess is that I need to use a separate Github Action (CLoudFormatinon?) in order to launch my RDS stack and connect to the existing app.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions