Sandip Patel

Let's move from "Have to" to "Want to"

Menu
  • Home
  • TECH CORNER
    • AWS
    • Networking
  • Videos
  • Expert Talk Delivered
  • Projects
  • Publications
  • About Me
Menu

Deployment of Website Using AWS CICD pipeline & Fargate

Posted on March 19, 2021December 16, 2021 by Sandipkumar Patel

  Prerequisite  We have to have a website in PHP/HTML with a database connection in PHP format. Here we have used HTML for the website designing the form which contains the registration of the student and in the form, we have provided the action of the PHP which contain the basic configuration of the database…

Install terraform on ubuntu and Create EC2 instance on AWS using terraform script

Posted on March 25, 2020October 7, 2020 by Sandip Patel

Open terminal and download terraform using the following command: sudo apt-get update wget https://releases.hashicorp.com/terraform/0.11.13/terraform_0.11.13_linux_amd64.zip sudo unzip ./terraform_0.11.13_linux_amd64.zip -d /usr/local/bin/ terraform -v Now, create terraform script and run the following command to instance: nano terraform.tf provider “aws” { region = “rerion” access_key = “accesskey” secret_key = “secretkey” } resource “aws_instance” “example” { ami = “ami-8803e0f0” instance_type…

Install Cloudwatch agent on on-premises Windows server

Posted on March 24, 2020December 3, 2020 by Sandipkumar Patel

First create an IAM user with programmatic access and attach below mentioned policy: CloudWatchAgentAdminPolicy AmazonSSMManagedInstanceCore Now, create credentials file as per below image: Now download and install Amazon Cloudwatch agent from the below link: https://s3.amazonaws.com/amazoncloudwatch-agent/windows/amd64/latest/amazon-cloudwatch-agent.msi Update the common-config.toml file: File is located at C:\ProgramData\Amazon\AmazonCloudWatchAgent Open file in any editor and change the credentials file as…

Install Cloudwatch agent on on-premises Linux server

Posted on March 23, 2020October 7, 2020 by Sandip Patel

Configure AWS CLI in your machine using the following command: sudo apt install awscli Create access key and secret key of any user in your AWS account and provide it in your machine using below command: aws configure Now download and install cloudwatch agent on linux host: wget https://s3.amazonaws.com/amazoncloudwatch-agent/ubuntu/amd64/latest/amazon-cloudwatch-agent.deb sudo dpkg -i -E ./amazon-cloudwatch-agent.deb Now,…

Deploy Flask website using AWS CLI with AWS Lambda, AWS API Gateway and Zappa

Posted on February 18, 2020October 7, 2020 by Sandip Patel

Prerequisites: Python pip virtualenv awscli To deploy a Flask website, first create a virtual environment using below commands in cmd terminal… >mkdir demo >cd demo demo> virtualenv <name_virtualenv> demo> %HOME_Path%\ <name_virtualenv> \Scripts\activate To check environment is now active like below: (<name_virtualenv>) C:\> Now, Install all necessary dependencies in a virtual environment (<name_virtualenv>) C:\> pip install flask (<name_virtualenv>) C:\> pip install…

Deploy Django website using AWS Elastic Beanstalk CLI in windows

Posted on January 30, 2020October 7, 2020 by Sandip Patel

Prerequisites: Python pip virtualenv awsebcli To deploy a Django website, first create a virtual environment using below commands in cmd terminal… >mkdir demo >cd demo demo> virtualenv <name_virtualenv> demo> %HOME_Path%\ <name_virtualenv> \Scripts\activate To check enviroment is now active like below: (<name_virtualenv>) C:\> Now, Install django in virtual environment (<name_virtualenv>) C:\> pip install django (<name_virtualenv>) C:\>…

Simple Web-application deployment on EC2 using AWS CodeDeploy & S3 services

Posted on March 24, 2019October 7, 2020 by Sandipkumar Patel

Prerequisite AWS CLI Installations:– Click Here Configure Service Role for S3. Go to IAM Click on Role. Select AWS services –> Ec2. Click on Next Permission. Select S3FullAccess Click on Tag (optional)–>Click on Review. Define Role NameĀ –> Click on Create. Configure Service Role for CodeDeploy. Go to IAM Click on Role. Select AWS services –>…

AWS Projects Reference

Posted on March 23, 2019October 7, 2020 by Sandipkumar Patel
AWS Projects Step-by-Step guideline to perform various demos of Amazon web services

Installing Jenkins on Ubuntu

Posted on March 11, 2019October 7, 2020 by Sandip Patel
First of all we need to install java jdk and jre 1.sudo apt update 2.sudo apt install openjdk-8-jdk 3.sudo apt install openjdk-8-jre Change our directory and install jenkins in that directory 4.cd /tmp && wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key | sudo apt-key add - 5.echo 'deb https://pkg.jenkins.io/debian-stable binary/' | sudo tee -a /etc/apt/sources.list.d/jenkins.list 6.sudo apt...

Installing Ansible on Ubuntu

Posted on March 7, 2019October 7, 2020 by Sandipkumar Patel
Open terminal sudo apt-get install software-properties-common sudo apt-add-repository ppa:ansible/ansible sudo apt-get update sudo apt install ansible Go to /home/ubuntu gedit .bashrc add export LC_ALL= C in the .bashrc file go back to the terminal and run: source .bashrc Go to /etc/ansible sudo apt-get install python-pip pip install -U boto pip install boto3 Now Create your...

Posts navigation

  • 1
  • 2
  • Next

Follow Me

               Qries

AWS Re: invent 2021 at Las Vegas

Achievements & Events

Faculty- Ambassador
Best Paper Presentation Award
AWS Academy Success Story on AWS official Blog
AWS Expert Talk 2020
USA-Conference
Paper Presentation
Conference-Team
AWS Expert Talk by IEEE 2020

RSS Recent Announcements

  • IAM Roles Anywhere is now available in the AWS GovCloud (US) Regions September 22, 2023
  • Amazon Connect launches CloudFormation support for security profiles September 22, 2023
  • AWS HealthImaging supports CloudFormation September 22, 2023
  • Amazon DocumentDB (with MongoDB compatibility) supports in-place major version upgrade September 22, 2023
  • Amazon SNS message data protection can now de-identify outbound messages via redaction or masking September 22, 2023

Recent Posts

  • Deployment of Website Using AWS CICD pipeline & Fargate
  • Install terraform on ubuntu and Create EC2 instance on AWS using terraform script
  • Install Cloudwatch agent on on-premises Windows server
  • Install Cloudwatch agent on on-premises Linux server
  • Deploy Flask website using AWS CLI with AWS Lambda, AWS API Gateway and Zappa
September 2023
S M T W T F S
 12
3456789
10111213141516
17181920212223
24252627282930
« Mar    
web counter
©2023 Sandip Patel | WordPress Theme by SuperbThemes