Work Notes
(Move to ...)
Home
▼
Thursday, November 3, 2022
Autoboxing and Unboxing
›
Autoboxing is the automatic conversion that the Java compiler makes between the primitive types and their corresponding object wrapper cl...
HashMap vs Hashtable
›
Hashmap vs Hashtable HashMap is non-synchronized. It is not thread-safe and can’t be shared between many threads without proper synchron...
Friday, January 7, 2022
S3 of AWS
›
What is Amazon S3? PDF RSS Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalabilit...
Sunday, January 2, 2022
VPC VPN - site-to-site VPN and client VPN
›
VPN AWS Virtual Private Network solutions establish secure connections between your on-premises networks, remote offices, client devices, a...
VPC limits
›
- 5 vpc per region - 200 subnet per vpc - 200 route table
Security group and NACL
›
What are AWS Security Groups? An AWS security group acts as a virtual firewall for your EC2 instances to control incoming and outgoing tra...
›
Home
View web version