aws / copilot-cli

The AWS Copilot CLI is a tool for developers to build, release and operate production ready containerized applications on AWS App Runner or Amazon ECS on AWS Fargate.
https://aws.github.io/copilot-cli/
Apache License 2.0
3.54k stars 418 forks source link

deploy a Postgres DB on RDS #5643

Closed akenarsari closed 10 months ago

akenarsari commented 10 months ago

I was looking at the storage init command but looks like it only support Aurora Serverless. Any guidelines on how to add a storage backed by AWS RDS instead of Aurora Serverless?

KollaAdithya commented 10 months ago

Hello @akenarsari 👋 For creating a AWS RDS instead of Aurora serverless with Postgres DB engine, can you look at this comment

.
└── addons/
    ├── template.yml
  1. You can store the custom templates in your workspace under copilot/<workload>/addons directory.
  2. When running copilot [svc/job] deploy, the custom addons template will be deployed along with your workload stack.
KollaAdithya commented 10 months ago

Closing this for now. Feel free to open in case of any other question.

morganney commented 10 months ago

Why was this closed? Is the implication that copilot storage init has no plans to support a basic RDS cluster but only serverless?

KollaAdithya commented 10 months ago

Hey @morganney

I opened a new issue as feature request/enhancement to generate traditional RDS Postgres DB.

Can you please upvote to help us prioritize and and sharing your idea there?