swsnu / swppfall2021

Learning Software Engineering By Building Web Services
28 stars 19 forks source link

AWS products available in the project. #116

Open silvermanseoul opened 3 years ago

silvermanseoul commented 3 years ago

Do you provide an AWS account where I can use charged products?

My team will use Docker and wants to deploy Docker images using ECS and Fargate(serverless) without EC2. But ECS and Fargate are not under the Free Tier.

bgchun commented 3 years ago

No, we don't have an account for teams to use AWS managed services.

ttoru96 commented 3 years ago

If your objective is solely to deploy Docker images, you can do the same with EC2 and we'll cover how to do that in future practice session. Could you please elaborate more why you need ECS and Fargate to deploy Docker images? Does your application need abstraction exclusive at ECS such as Cluster, Task, or Service?

By the way, as far as I know ECS offers free trial for the first 6 months. Please check out this link and see if it suits your usecase.

The Amazon ECS Anywhere free tier includes 2200 instance hours for each month for six months per account for all regions.

silvermanseoul commented 3 years ago

I found that ECS for EC2 is free regardless of the Free Tier. I will use ECS and EC2 instead of ECS and Fargate on my personal account. Thanks!