What is the storage limit for the AWS Lightsail container service?

1

I have developed a python flask api, dockerized it and deployed into the AWS Lightsail container service (1 Micro).

The API has got a POST endpoint using which user can POST file. The API will store the file in a temporary folder, process the file (extract keywords) and respond back with JSON response.

I know that - if the container instance crashes, then a new instance will be spun up by AWS and therefore I will loose any files stored by the API's POST endpoint.

I want to ask regarding the instance that is running:

  1. Whether there is any max file size limit?

  2. What is the maximum disk space?

已提問 2 年前檢視次數 516 次
2 個答案
2

Lightsail Containers receive a minimum of 20 GiB of ephemeral storage for each node.

AWS
Alex
已回答 2 年前
0

Hey Folks,

AWS Lightsail FAQ have this info, related to entirely service, and not only to Containers. The same quotas applies.

  1. Docs not says about "max individual file size".
  2. Q: How large can I make my attached disk? A: Each attached disk can be up to 16 TB, and the total amount of attached block storage in a Lightsail account must not exceed 20 TB. Q: How many disks can I attach per Lightsail instance? A: You can attach up to 15 disks to a Lightsail instance.
    

Refer: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-frequently-asked-questions-faq#amazon-lightsail-faq-block-storage

profile pictureAWS
已回答 2 年前
  • The section from where you have copied the text is Block Storage. But Lightsail container service doesn't support block storage or attaching disks. So how can you say that this quota applies to light sail container service?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南