symp
symp
  • Client

    Own

  • Date

    2019, May

  • Time Taken

    Two Weeks

Info

This website is created on the basis of Amazon Web Services (AWS).

The Challenge

    Quickly create a simple web site for hosting own portfolio with the following requirements:
  • low cost
  • easy support
  • scale up automatically
  • high availability

The Solution

A new domain was registered using Amazon Route 53. A static website is hosted on Amazon Simple Storage Service (Amazon S3). Amazon CloudFront service is used to achieve secure delivery data. Because Amazon S3 does not support the server-side scripting such as PHP, JSP, or ASP.NET, I have implemented dynamic a Contact Form for this site using AWS Lambda, Amazon API Gateway and Amazon Simple Email Service (Amazon SES). Also, in order to have continuous integration and continuous delivery (CI/CD) pipeline, I set up AWS CodeCommit and AWS CodePipeline services.