Hi, What does this 100TB signify here? Because the RDS has storage of 40GiB and max storage threshold is 100GiB.
Hi If docker container is using more than 100% cpu say 191% , what does it signify? This has observed on a vm with 2 vCPUs
Hi! If I want to expose some APIs publicly, what security practice should be kept in mind at infra level? Existing backend is on containers, should I create separate containe...
Hi What is recommended way for having sub domain name? singular or plural? say I wanna have a subdomain as games.website.com or game.website.com
hi! I have a structure pointer *abc with char *x as its member, if I want to realloc the space of x & increase its size. Then I should realloc(abc, size) or realloc(abc->x,si...
How do we refer a dynamic list of object's element outside of resource block in terraform? I want it for comparison