Technical Architecting: A quick AWS Architecture Design for a Web based Software solutions startup company

AWS Architecture Design: Requirements BRIEF Imagine that you meet with a small startup company in the early stages of their operations. Currently their architecture uses a LAMP stack with MySQL, Apache and PHP all running on one desktop PC within their small office. Like many small start-ups they are confident that they will be the next big thing and expect significant, rapid, yet un-quantified growth in the next few months. With this in mind, they are concerned about: scaling to meet the demand, but with uncertainty around when and how much this demand will be they are very concerned about […]

Read more

AWS: Create a Simple Storage Service (S3)

  Create a Bucket – Select a Bucket Name and Region A bucket is a container for objects stored in Amazon S3. When creating a bucket, you can choose a Region to optimize for latency, minimize costs, or address regulatory requirements. For more information regarding bucket naming conventions, please visit the Amazon S3 documentation.   A bucket name in Singapore region must contain only lower case characters. A bucket is a container for objects stored in Amazon S3. When creating a bucket, you can choose a Region to optimize for latency, minimize costs, or address regulatory requirements. For more information […]

Read more