Cloudkaramchari
open-menucloseme
Home
Contact Us
Where to Learn icon
AcloudGuru KodeKlode
About Us
Tools
🌐
English
github twitter linkedin rss youtube

  • Receive Email in AWS SES and Save in DynamoDB

    calendar Apr 24, 2021 · 2 min read · AWS AWS SES AWS DynamoDB Lambda  ·
    Share on: twitter facebook linkedin copy

    Today, my customer came up with a requirment, where they want to do filtering and processing in customer emails. So, Let see how to acheive this we need to do the following this: 1: verify your domain in SES. Note: You have to select North Virginia region for this activity. 2: add MX record in your domain. 3: then we …


    Read More
  • Install PHP 5.6 on Amazon Linux 2

    calendar Mar 20, 2021 · 1 min read · AWS Linux EC2  ·
    Share on: twitter facebook linkedin copy

    Today we will install PHP 5.6 on Amazon Linux 2 OS. Step 1: First we need to install the dependencies: 1 > sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 2 3 > wget https://repo.ius.io/ius-release-el7.rpm 4 5 > sudo rpm -Uvh ius-release*.rpm Step 2: So all dependencies are …


    Read More
  • Deploy Lambda Edge From Lambda Console

    calendar May 25, 2020 · 1 min read · AWS Lambda Cloudfront  ·
    Share on: twitter facebook linkedin copy

    Today we will learn, How to Deploy "Lambda@Edge" from Lambda console. Lets start the implementation: Step 1: Go to your Lambda function. Step 2: From Designer, Click on "Add Trigger". Step 3: Select "cloudfront" from the trigger. Step 4: Click on "Deploy to Lambda@Edge". Step 5: Now, You have to enter your CloudFront …


    Read More
  • Deploy Lambda Edge From Cloudfront Console

    calendar May 25, 2020 · 1 min read · AWS Cloudfront Lambda  ·
    Share on: twitter facebook linkedin copy

    Today we will learn, How to Deploy "Lambda@Edge" from cloudfront console. Lets start the implementation: Step 1: Open CloudFront console, and Select your CloudFront Distributions. Step 2: In your CloudFront Distributions, Select "Behaviors" tab. Step 3: Select your "default" Behaviors and Click on "edit". Step 4: From …


    Read More
  • Route All Paths to Root Object in Your S3 Static Website Hosting

    calendar May 23, 2020 · 2 min read · AWS AWS Cloudfront AWS S3  ·
    Share on: twitter facebook linkedin copy

    In this blog, we will create a script in AWS Lambda which will help viewer request points to your root URL (http://www.example.com) instead of to a specific object in your distribution (http://www.example.com/index.html). Note: It will help mainly in Hugo and other Serverless website hosting on AWS environment. Lets …


    Read More
  • Root Permission to SSH User

    calendar Feb 13, 2020 · 1 min read · AWS Linux  ·
    Share on: twitter facebook linkedin copy

    Today we will learn how to provide root permission to your SSH user. So, We can provide SSH user root permission either move them in root user group or We can add simple line in sudoers file to provide root permission. Lets use the first method. Provide ROOT permission to this user by move it to root user. 1usermod -aG …


    Read More
  • Create SSH Private and Public Key From Linux

    calendar Feb 12, 2020 · 1 min read · Linux EC2 AWS  ·
    Share on: twitter facebook linkedin copy

    Today I will show you, how can you create you private and public key using ssh-keygen command. Connect to you Linux system. Open Linux terminal. Run below command to generate keys. 1ssh-keygen -t rsa -b 2048 Enter the name of the key and press Enter Now private and public key has been generated. Now you can use those …


    Read More
  • Convert Your AWS SSH Private Key Into Public Key

    calendar Feb 12, 2020 · 2 min read · AWS EC2 Linux  ·
    Share on: twitter facebook linkedin copy

    Today I will show you, how can you get SSH private key from AWS console and convert that key into public key. So, that you can use that key for create a SSH user. So, First lets with downloading a key from AWS Console. To create your key pair. Please follow the below steps: Open the Amazon EC2 console at …


    Read More
  • Create SSH User in Linux With SSH Key Authentication Method

    calendar Feb 11, 2020 · 3 min read · AWS Linux EC2 AWS Security  ·
    Share on: twitter facebook linkedin copy

    Today we will create new user that can connect to my Linux instance/Server using SSH key Authentication method. When you launches a Linux server, a default system user account created with administrative access to the server. If you wants multiple users access to the instance, it's a security best practice to create a …


    Read More
  • Create VPC and Private Public Subnet Using AWS Cloudformation

    calendar Nov 26, 2019 · 11 min read · AWS Cloudformation  ·
    Share on: twitter facebook linkedin copy

    Today we will learn, how to create AWS Cloudformation script. So in this script, we will create a VPC and two subnets. One public subnet and one private subnet. First, we have to define the script Cloudformation template format version. 1{ 2 "AWSTemplateFormatVersion": "2010-09-09", 3 "Description" : "Create 8 private …


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

Cloud Karamchari photo

Cloud Karamchari

Cloud architect, DevOps maestro, DevSecOps ninja
Read More

Recent Posts

  • MySQL Error 1419 on AWS RDS: You do not have the SUPER privilege and binary logging is enabled
  • How to Install Jenkins on CentOS and Configure It to Run on Port 8090
  • Use AWS NACLs to Secure an Old AWS Network Load Balancer
  • Docker vs Containerd Understanding: the Shift in Kubernetes 1.24+
  • A Comprehensive Guide to Docker Commands: Simplified for Everyone
  • HashiCorp Webinar: Stop Secret Sprawl with the New HCP Vault Radar
  • Enhancing AWS Security: A Comprehensive Guide to IAM Policies for Restricting Access by Source IP
  • Step by Step Guide How to Install WordPress on Ubuntu 24.04 and Secure MySQL Server

Categories

CLOUD KARAMCHARI 68 CLOUD 64 DEVOPS 49 AWS 44 LINUX 23 LAMBDA 18 EC2 14 NEWS 8 WINDOWS 8 CLOUDWATCH 7 SERVERLESS 6 AWS IAM POLICY 4 RDS 4 S3 4
All Categories
AMI2 AWS44 AWS BILLING2 AWS CONNECT1 AWS ELASTICACHE1 AWS IAM POLICY4 AWS KINESIS1 AWS LAMBDA LAYERS1 AWS PINPOINT1 AWS SECURITY1 CLOUD64 CLOUD EXPLORER1 CLOUD KARAMCHARI68 CLOUDFORMATION2 CLOUDFRONT3 CLOUDWATCH7 CONTAINER-D1 COST EXPLORER1 COST OPTIMIZATION1 DEVOPS49 DOCKER2 EC214 EKS2 EVENTS1 IAM3 K8S1 KUBERNETES1 LAMBDA18 LINUX23 MARIADB1 MONGODB1 NETWORKING1 NEWS8 NODEJS1 POWERSHELL2 PRESIGNED-URL1 PYTHON2 RDS4 S34 SECURITY1 SERVERLESS6 SES3 SNS2 UBUNTU1 WINDOWS8 WINSCP1 ZABBIX1
[A~Z][0~9]

Tags

AWS 72 LINUX 32 LAMBDA 19 EC2 13 NEWS 13 SCRIPTING 8 WINDOWS 8 AWS IAM 7 CLOUDWATCH 7 AWS S3 6 AWS SECURITY 6 AWS IAM POLICY 5 POWERSHELL 5 AWS RDS 4
All Tags
AMI2 API GATEWAY2 AWS72 AWS BILLING2 AWS CLI1 AWS CLOUDFRONT1 AWS CODEBUILD1 AWS COST EXPLORER1 AWS COST OPTIMIZATION1 AWS DOCUMENTDB1 AWS DYNAMODB1 AWS EARNING1 AWS EBS2 AWS ECS2 AWS EKS1 AWS ELASTICACHE1 AWS IAM7 AWS IAM POLICY5 AWS IAM ROLE2 AWS IAM USER1 AWS KINESIS1 AWS PINPOINT1 AWS RDS4 AWS S36 AWS SECURITY6 AWS SES2 AWS SNS1 BASH1 CLOUD1 CLOUDFORMATION2 CLOUDFRONT2 CLOUDWATCH7 CONTAINER-D1 DATABASE1 DEVOPS3 DEVSECOPS1 DOCKER3 DOTNET1 EARN1 EC213 EKS1 ERROR FIX1 EVENTS1 JENKINS1 K8S1 KUBERNETES1 LAMBDA19 LINUX32 MARIADB1 MONGODB1 MONITORING1 MYSQL3 NETWORKING1 NEWS13 NODEJS1 POWERSHELL5 PYTHON4 RDS1 SCRIPTING8 SNAPSHOTS1 SSL1 TECH3 WINDOWS8 WINSCP1
[A~Z][0~9]

cloudkaramchari

Copyright 2019-  CLOUDKARAMCHARI. All Rights Reserved

to-top