Categories
certbot Nginx ssl

Adding SSL with Certbot

Note: This is primarily for me to remember doing these steps, If it benefits someone else then great =). In this example I will be listing out the steps to install SSL on https://crowdslike.com Step 1 We will need to SSH into our machine. In our case its an EC2 instance. ssh -i your.pem ec2-user@domain.com  Step 2 […]

Categories
medium-post

Medium Post – AWS CodeDeploy Multiple Environments Shell Scripts

I Erectile dysfunction is basically an inability to get or maintain an erection and these health issues make a male unable to satisfy viagra online his female partner in the bed. This tadalafil india cause’s sexual frustration in a couple and can lead to problems such as less enjoyment during sex or probably difficulty in […]

Categories
aws aws-athena

Query data stored in an S3 bucket with AWS Athena

Note: I’m assuming that you’re an IAM user with admin access.  Adding some data to an S3 bucket. The data format we will be using for this example is a CSV. Below is a sample of the data and how it’s structured, nothing complicated. username,user_id,firstname,lastname aldomatic,094,Aldo,Lugo cooluser,043,John,Jones cooluser1,223,Bryan,Baker Our bucket path will be: ~/bucket-name/folder-name/users.csv  Creating a […]