1 Answer
- Newest
- Most votes
- Most comments
1
Hi dsab123,
You have two main options for including Redis and PostgreSQL in your product on AWS Marketplace:
- Use Publicly Available Images: You can just point to Redis and PostgreSQL images that are already available online. This is easy because you don't have to worry about managing your own storage for these images. But, you'll need to make sure these images are reliable and always accessible.
- Create Your Own Repositories: Alternatively, you can set up your own storage space on AWS called Amazon Elastic Container Registry (ECR). Then, you can put Redis and PostgreSQL images there and use them in your product. This gives you more control over the versions of Redis and PostgreSQL you use, which can be important for making sure everything works smoothly.
Based on your product you only choose any approach that are more important to you.
Relevant content
- asked a year ago
- asked 9 months ago
- asked 9 months ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 years ago
Hey Pandurangaswamy, thanks for your response. Where in the Marketplace Management portal would I find the option to use publicly available images?