Skip to content

Salzam

A Tech Blog

  • Home
  • Categories
    • AWS
    • Rails
    • WordPress
    • Docker
    • ECS
  • Resume
  • Contact

Whats Cooking

gem-generator
Creating a Ruby gem using Thor generator
Rails
Rails: How to resolve db schema load bigint issue
AWS
Create CodeDeploy for Rails and Sidekiq Task Definition
  • Home
  • Security Groups

Category: Security Groups

  • by salmansohail
  • AWSRailsSecurity Groups

  • January 3, 2020January 4, 2020

Prepare AWS Security groups for Rails Project

We have successfully created our rails application with Docker and Docker Compose along with MYSQL and Sidekiq (using redis) for our development environment. Now we plan to put our website on AWS using (ECR, ECS, RDS, Elastic Cache and Load Balancer etc). Disclaimer: We will do a lot of configuration

Read More
  • by salmansohail
  • AWSRailsRDSSecurity GroupsSidekiq

  • January 3, 2020January 4, 2020

Create Bastian instance to test or troubleshoot Rails, RDS and Redis

As mentioned before, Bastian instance will allow us to connect to our Rails instance, RDS (MYSQL) and Redis cache for sidekiq from our local machine. It can be very handy when it comes to test services or troubleshoot issues. Create Bastian instance In the EC2 console, Click on Key pairs

Read More
  • by salmansohail
  • AWSEC2Security GroupsWordpress

  • December 26, 2019December 29, 2019

Prepare AWS Security Groups for WordPress project

Disclaimer: We will do a lot of configuration in this article. It may look time consuming but it will lay the foundation for all the communication such as WordPress website with MYSQL and Plugins storage. We will prepare our security groups for AWS Services such as Load Balancer, RDS (MYSQL

Read More

Salman Sohail

Tech Lead, Australian Life Tech
Father of a young beautiful Princess

Detail-oriented programmer and architect with 10+ years’ success devising innovative and tailored solutions to meet ever-changing business requirements within diverse industries. Advanced skill with leading-edge programming tools complemented by proven ability to assimilate and rapidly utilize emerging technologies. Other than traditional software development, I also have experience with Augmented reality applications.

  • facebook
  • linkedin

Recent Posts

  • Creating a Ruby gem using Thor generator
  • Rails: How to resolve db schema load bigint issue
  • Create CodeDeploy for Rails and Sidekiq Task Definition
  • Create Codepipeline for Rails Project
  • Create RDS (MYSQL) database for Rails Project

Recent Comments

  • salmansohail on Putting all things together using AWS Task Definition
  • salmansohail on High Traffic WordPress website with Docker, AWS (ECS, Code Pipeline, Load Balancer, RDS, EFS) Complete Series
  • salmansohail on Push Rails Docker application to AWS ECR
  • salmansohail on Create Codepipeline for Rails Project
  • Hal on Create and Dockerize rails application with MYSQL and Sidekiq (Docker + Docker Compose)

Categories

  • AWS
  • AWS Organization
  • CodeBuild
  • CodePipeline
  • Docker
  • EC2
  • ECR
  • ECS
  • EFS
  • gem-generator
  • IAM
  • MYSQL
  • Rails
  • RDS
  • ruby gems
  • ruby-thor
  • Security Groups
  • Sidekiq
  • Slider
  • Wordpress

Latest Posts

AWSECS
Putting all things together using AWS Task Definition
Salzam