简体   繁体   中英

Spring Boot project using only AWS free tier

AWS has a list of free tier (non-expiring offers) here . I wonder if it is enough to deploy a small(less than 1 Gb in total) Spring Boot(+ mongo/postgres) hobby project using ONLY these features.

可以这样做,但是您需要运行spring boot应用程序的EC2实例(以及您在该实例上手动安装的mongo / postgres)的免费套餐在12个月后到期。

Yes, You can deploy your project on AWS infrastructure in free tier with above requirement.

  • For hosting the application you can use EC2
  • For relational db you can use RDS service with postgres .
  • AWS URLs are very big and complex. So to access your application from AWS infrastructure, You need to use Route 53 service to map it some nice domain name.

Note: If you want to do it for development purpose only, then you can skip the route 53 part.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM