Choosing the best AWS solution

0

I'm developing a Java web application, based on Spring boot, which stores data in a MySql DB instance (single instance). It's a "light" application, in terms of use of resources.

What I need is a virtual machine hosting a Linux Ubuntu installation, having the following features:

  • Cpu with 4/8 core (no need for high clock rate).
  • 8 GB RAM.
  • 20 GB HD.

I don't need huge resources, as you see.

Moreover, the virtual machine has to run as ftp server.

Which is the solution that best fits my needs?

Thank you,

Andrea

A
질문됨 일 년 전234회 조회
2개 답변
1
수락된 답변

Hi A,

I would look into T3 EC2 instances: https://aws.amazon.com/ec2/instance-types/t3/

For your requirements, t3 small, medium or large could suffice.

Hope it clarifies

profile picture
전문가
답변함 일 년 전
  • Hi alatech, thank you for your suggestion. Do you think a t3 instance could also act as ftp server?

  • Hey, yes I think is an option, at least I have seen some people achieve it:(https://medium.com/tensult/configure-ftp-on-aws-ec2-85b5b56b9c94). Bear in mind thought that even thought you ll have more control, then you ll have to maintain it yourself. Other options in AWS are Transfer Family and even S3 with a FTP client as WinSCP or Cyberduck.

    If you believe the above has helped you with your choice, I'd appreciate if the answer can be accepted so that community can benefit for clarity, thanks A!

0

Hi A MY name is Han. Hope you have a good day. If your app uses a lot of cpu resources. I recommend gp3 this has free 3000 IOPS about EBS . I recommend you use c6a.xlarge and m6a.xlarge. Because T series has certain restrictions on CPU resources ,you can click this url obtain It‘s details https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-credits-baseline-concepts.html

Han
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠