AWS is a very powerful platform for your enterprise application. Do you wonder how to navigate through it? I've learned a wide range of topics and I just made it simple for you. Let's dive in. Fundamentals EC2: your physical server on the cloud. EBS : your physical hard drive attached to EC2. VPC : your private network in the cloud. A VPC spans all availability zones in a region. Lambda : Execution tool triggered by the event, the "compute power". Elastic Beanstalk : an orchestration service to deploy a web application in one click. Storage & Content delivery S3 : Storage/File system for objects. S3 Glacier : Cheaper storage solution for infrequently accessed files, e.g. log file. DynamoDB : NoSQL DB with flexibility and scalability. RDS : Relational DB management. Redshift : Data warehouse for Big data, usually stores historical data. e.g. Redshift stores orders in the last 10 years. RDS stores orders within 1 year. It leverages machine learning to...