Posts
Here you will find all posts grouped by year.
2023
Use Conditions to create reusable CloudFormation templates
·538 words·3 mins·
loading
·
loading
Raise your hand if you’ve struggled at least once while trying to write CloudFormation templates that can be resusable across different environments 🤚.
In this article, I will show you how to use Conditions to create reusable CloudFormation templates.
it’s important to know that you can define conditions at two different levels:
Use Amazon CloudFront to serve HTTPS for your S3-hosted website
·1217 words·6 mins·
loading
·
loading
In this article, we will explore how to leverage Amazon CloudFront to serve your S3-hosted website over HTTPS, enhancing security and delivering a seamless user experience.
This Article is part 4 of the “Host a static website on AWS S3” series. You can find it in the dropdown component above.
Use a custom domain for you Amazon S3 static website
·820 words·4 mins·
loading
·
loading
In this article, I will show you how to use a custom domain for your Amazon S3 static website.
This Article is part 3 of the “Host a static website on AWS S3” series. You can find it in the dropdown component above.
Prerequisite # You have a domain registered with Route 53 (See Part: 1).
Deploy a static website on AWS S3
·1040 words·5 mins·
loading
·
loading
Amazon S3, which stands for Simple Storage Service, is an object storage service which, offers several features including the ability to host static websites. Today, I am going to provide you a step-by-step guide to deploy your website on S3.
This Article is part 2 of the “Host a static website on AWS S3” series.
Register a domain with Amazon Route 53
·825 words·4 mins·
loading
·
loading
Amazon Route 53 is a highly available and scalable Domain Name System service offered by AWS. Key features of Amazon Route 53 include domain registration, which allows you to register available domain names or transfer existing domain names.
In this article, I will show you how to register an available domain with Amazon Route 53.
Series - Host a static website on AWS S3
·153 words·1 min·
loading
·
loading
Hosting a static website on AWS S3 is quite easy. You upload your website to an S3 bucket, enable the static website hosting option and voila, your website is up and running in less than 5 minutes.
The truth is, when you make your website live, in many cases, you might want use a domain name for it instead of Amazon S3 web endpoints and definitely use HTTPS instead of HTTP.
Run Elasticsearch locally
·591 words·3 mins·
loading
·
loading
In this post I am going to show you how easy it is to install and run Elasticsearch on your local machine. How to achieve this is really well explained in the Elastic documentation. However, I would like to show you how to do it using the interface instead of the command line.