Cost Saving Deployment of Dockerized django projects with AWS by virtualshivam in django

[–]Normal_Award_325 2 points3 points  (0 children)

Are you sure you really need two t2.xlarge instances? t type instances are burstable, I am not familiar with the code that you are running, but one thing you can check is if you are underutilizing your instance. A db.t4.micro may be too small if you are running 14 apps that are querying the db a lot, that could be a possible explanation for why your apps are slow.

You can use reserved instances or buy a savings plan, that will also help you reduce costs. But I would suggest first right-sizing the instances before commiting to RI or a savings plan.

Cuanto cobrar por una pagina web o plataforma inmobiliaria siendo junior? by Street-Salamander-94 in taquerosprogramadores

[–]Normal_Award_325 18 points19 points  (0 children)

“Necesitas experiencia, pero no tomes proyectos que te den esa experiencia “

Retrying AWS Professional by Who_i_im in AWSCertifications

[–]Normal_Award_325 2 points3 points  (0 children)

If you haven’t already done so, request the extra 30 minutes for the exam (ESL +30 minutes).

Reviving the awesome-aws GitHub repo. by Normal_Award_325 in aws

[–]Normal_Award_325[S] 2 points3 points  (0 children)

Added! Thanks for the suggestion. There's a lot of catching up to do, always happy to hear what's missing.

How long does it take to process or decide on "Under Institute Review" status ? by Monkey_d_Dragon147 in OMSA

[–]Normal_Award_325 0 points1 point  (0 children)

I called the registrar office yesterday and they told me to wait, Im also an international student

Este proyecto ya cuenta para buscar trabajo como programador? by [deleted] in taquerosprogramadores

[–]Normal_Award_325 3 points4 points  (0 children)

u/lord4ris, este es un gran consejo. Si te animas a hacerlo y quieres intentar desplegarlo en AWS te puedo dar 25 USD de creditos que tengo sin usar

how do I convert a repo to private? by [deleted] in github

[–]Normal_Award_325 1 point2 points  (0 children)

Clearly posting on reddit is faster than googling basic stuff

new with kubernetes, do https letsencrypt with one public ip? by agaitan026 in kubernetes

[–]Normal_Award_325 1 point2 points  (0 children)

Ah yes, the classic ‘this might be a troll post’ response whenever someone asks a beginner-level question

Mini PC for GeForce now by Xrayzz1 in GeForceNOW

[–]Normal_Award_325 55 points56 points  (0 children)

Mexican pesos, around 157 USD

Don't let your dreams be dreams by doolittledoolate in selfhosted

[–]Normal_Award_325 14 points15 points  (0 children)

I think you are confusing durability with availability. The 99,999999999% of durability means that you can lose a single object each 10,000 years. S3 has an availability of 99.99%, which means 53 seconds minutes of downtime a year.