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년 전544회 조회
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?

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

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

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

관련 콘텐츠