#aws
Read more stories on Hashnode
Articles with this tag
AWS lambda is a serverless compute service, that runs your code without you worrying about the compute resources used. How things are...
Cloudfront is a content-delivery network (CDN) that speeds up distribution of content (both static & dynamic) through worldwide network of...
AWS EC2 is a rich man serving requests coming from all around the world with a load balancer ahead of it. This rich man always has a secretary (root...
Load balancers sit in front of your ec2 servers to distribute traffic to healthy ec2 servers & not to expose any server IP directly. They are like...
VPC is a logically isolated environment in your Public cloud where you can launch your resources like servers, databases, etc. It's like having a...