Skip to content

Salzam

A Tech Blog

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

Whats Cooking

Rails
Rails: How to resolve db schema load bigint issue
AWS
Create CodeDeploy for Rails and Sidekiq Task Definition
AWS
Create Codepipeline for Rails Project
  • Home
  • CodeBuild

Category: CodeBuild

  • by salmansohail
  • AWSCodeBuildIAMRailsSidekiq

  • January 4, 2020January 5, 2020

Create CodeDeploy for Rails and Sidekiq Task Definition

Create buildspec files AWS CodeDeploy requires a buildspec file for your project. which has all the commands required to build our project and action items required to successfully build and push it to the Deploy stage. We will create two buildspec files for Rails and Sidekiq services. Let’s get our

Read More
  • by salmansohail
  • AWSCodeBuildCodePipelineDockerECRECSRails

  • January 3, 2020January 5, 2020

Create Codepipeline for Rails Project

Concept Our CI/CD process should be driven by any change in our Github repository branch. Codepipeline will be listening for a change in our code on github and initiate the CI/CD process. Create CodePipeline One more steps and our sweet CI/CD is done and dusted. Go to CodePipeline from AWS

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

  • 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
  • Create Bastian instance to test or troubleshoot Rails, RDS and Redis

Recent Comments

  • Адриан on Dockerize WordPress with themes, plugins and common configuration
  • salmansohail on Dockerize WordPress with themes, plugins and common configuration
  • salmansohail on Create ECS Cluster and deploy Rails + Sidekiq tasks
  • Matias on Create ECS Cluster and deploy Rails + Sidekiq tasks
  • Abraham E Kinney on Create and Dockerize rails application with MYSQL and Sidekiq (Docker + Docker Compose)

Categories

  • AWS
  • AWS Organization
  • CodeBuild
  • CodePipeline
  • Docker
  • EC2
  • ECR
  • ECS
  • EFS
  • IAM
  • MYSQL
  • Rails
  • RDS
  • Security Groups
  • Sidekiq
  • Slider
  • Wordpress

Latest Posts

AWSECS
Putting all things together using AWS Task Definition
Salzam