AWS ElastiCache
ElastiCache improves performance of web applications by allowing you to retrieve info from fast, managed, in-memory system. Amazon ElastiCache works as an in-memory data store and cache to support the most demanding applications requiring sub-millisecond response times. By utilizing an…
AWS CloudFront
CDN = Content Delivery Network - a system of distributed servers that deliver web pages and other web content to a user based on the geo location of the user. You can clear cached objects but you are charged for…
AWS S3
S3 - Simple Storage Service Object based storage - flat files S3 is a universal namespace - unique names for buckets HTTP 200 successful upload code Format of bucket names: http://s3-aws-region.amazonaws.com/bucket (https://s3-us-east-1.amazonaws.com/bucketname) Bucket site hosting URL: http://examplebucket.s3-website-us-west-2.amazonaws.com/ Data consistency model…
AWS DynamoDB
Amazon DynamoDB is a fast and flexible NoSQL database service for all applications that need consistent, single-digit millisecond latency at any scale. It is a fully managed cloud database and supports both document and key-value store models. Its flexible data model, reliable…
AWS Elastic Beanstalk
Service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Nginx, GO, and Docker You can simply upload your code and Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling…
AWS CloudFormation
AWS CloudFormation Hardware infrastructure and convert it to code Gives developers and SYSAdmins an easy way to create and manage a collection of related AWS resources, provisioning and updating them in an orderly predictable fashion. Don't need to figure out…