IT9 FELIX blog
Browsing:

Month: August 2018

Request a SSL certificate from AWS Certificate Manager

In AWS, applying a SSL certificate is much easier than before. It is fast, easy, and literally, it is free. However, it can only be applied on Elastic Load Balancer (ELB) CloudFront Elastic Beanstalk CloudFormation API Gateway That is to Read more…


Map the registered domain to your wordpress site using Route53

Once you have registered a domain name on Route53, it will take a few days (up to 3 days) for process and you will see the successful status as below. Now, we will need to map the registered domain to Read more…


Add a nice pre-loading page on your wordpress site

While I was checking out more about three.js (an external javascript file allowing users to construct any awesome 3D works on their web pages using javascript), I found a topic talking about the loading screen: https://stackoverflow.com/questions/49643660/threejs-loading-screen   The loading screen Read more…


Register a domain name on AWS

Beside using GoDaddy, AWS provides “Route 53” for users to register new domain names, and manage them on AWS Cloud. It is quite convenient when you are launching websites via AWS. How to register a new domain name on AWS Read more…


Connecting AWS EC2 using SSH

When you are creating the EC2 instance, you have downloaded a key pair (.pem) from AWS.   If you are a Mac user, it is easy: 1). Go to the path where the pem file locates 2). Run “chmod 400 Read more…