AWS Interview Questions and Answer Part – 5

Which of the following is NOT a feature of IAM? Centralised control of your AWS account Integrates with existing active directory account allowing single sign on Fine-grained…

Read More

ASG – Auto Scaling Group, Scaling Processes Explained

AWS Auto scaling group (ASG) comes into the picture when we want to have a declarative control and fault tolerant over the infrastructure. By declarative It meant…

Read More

EC2 – EBS Volume Demo:

In this tutorial we are going to Explore and setup extra volume to EC2 instance Step 1 – Login to AWS console, launch EC2 launch wizard page….

Read More

Example Code of Terraform AWS VPC

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Terraform example program for aws_security_group, aws_instance and provisioner

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

Example Terraform Code for AWS provider, resources aws_key_pair

This command would generate a public and private key $ ssh-keygen -f terraform_ec2_key This resources would import aws key pair Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about…

Read More

AWS Certified Advanced Networking – Specialty Explained

AWS Certified Advanced Networking – Specialty Certification is an industry-supported credential designed for network practitioners looking forward to starting a career in the field of networking and…

Read More

AWS Certified DevOps Engineer – Professional Explained

The AWS Certified DevOps Engineer Professional exam validates a candidate’s technical expertise in managing, provisioning and operating distributed applications on AWS. This is a difficult exam and…

Read More

AWS Certified Solutions Architect Professional Explained.

AWS Certified Solutions Architect Professional is a category among one of the technical certifications offered by Amazon Web Services (AWS) for professionals who design application and system…

Read More

AWS Certified SysOps Administrator – Associate Explained

AWS is the well-known name in the cloud computing industry. If you are planning to start your cloud career, AWS is the right place to begin the…

Read More

AWS Certified Developer – Associate Explained

The AWS Certified Developer-Associate Examination is for those who are interested in using/handling cloud based applications and services. Typically, applications developed in AWS are sold as a…

Read More

AWS Certified Solutions Architect Associate Explained.

The AWS Certified Solutions Architect – Associate Examination is intended for those individuals who perform a Solutions Architect role and having hands-on experience using compute, networking, storage,…

Read More

All about AWS Certified Cloud Practitioner- Foundation

This certification path is meant for individuals who are seeking to build and validate overall understanding of the AWS Cloud in spite of their specific technical roles….

Read More

Which AWS Cloud Certification Is Right for You?

It sound’s great if you’re thinking about getting AWS certified. The demand for Cloud computing skills are huge, and whether you’re looking to take your career to…

Read More

Amazon Web Services (AWS) Web References & Cheatsheet

Scalable Web App on Amazon Web Services – Part 1 AWS Certified Solutions Architect – Associate Study Notes AWS Associate Solutions Architect Exam Lab and Excercise AWS…

Read More

What are the Prerequisites to Learn Cloud Computing AWS ?

The cloud has been known to be a puzzle long ago. But now, we have pushed forward in time and we have figured out how to uncover…

Read More

AWS Interview Questions and Answer Part – 4

Describe the advantages/disadvantages of using CloudFormation to manage your resources Would you use CloudFormation to create a RDS database? Describe EC2 spot instances and which use cases…

Read More

AWS Interview Questions and Answer Part – 3

What is Amazon RDS? What is EC2, S3, EBS? What is VPC & why we require to create VPC? Is is possible to scale an Ec2 Instance…

Read More

AWS Interview Questions and Answer Part – 2

What kind of instances have you created in AWS ? What is the context level cache in AWS ? What is NAT gate way and IGW ?…

Read More

AWS Interview Questions and Answer Part – 1

Global Infrastructure Explain the following Availability zone Region Edge location S3 – beginner Explain what is S3 and what is it used for What is a bucket?…

Read More

How to create multiple AWS CloudFormation resources such as ec2 without AutoScaling group?

Some of the similar questions such as … How to do conditioning in AWS CloudFormation? How to do looking in AWS CloudFormation? No it is not possible…

Read More

CloudFormation EC2 Mapping Parameters AllowedValues Example Program

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

AWS Cloudformation Lab and Assignment – 1

Task 1: Using Cloudformation temmplate json, Create a EC2 Instance and output Public IP and Private IPs. Task 2:Using Cloudformation temmplate json, Create a EC2 Instance/ElasticIP/SecurityGroup and…

Read More

CloudFormation EC2 Volume ebs elasticip Example Program

Creating a security group Creating an EC2 instance Increased root volume on the EC2 instance Attaching an externally created EBS volume Attached Elastic IP to the instance…

Read More

CloudFormation EC2 Sample Example Program

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

How to buy Reserved Instance and verify if Reserved Instances are being used in AWS?

This article give 2 most important information about Reserved Instance. How to buy Reserved Instance in aws? Verify if Reserved Instances are being used? How do I…

Read More

Microservices demo using AWS Lambda, Dynamo DB and API Gateway

Project blueprint of Lambda – microservice-http-endpoint Description – simple backend (read/write to DynamoDB) with a RESTful API endpoint using Amazon API Gateway. Make sure that Dynamo DB…

Read More

How to overwrite Existing AWS EC2 AMI with Packer?

USING FORCE_DEREGISTER ADDED IN V1.1.2, IT WAS VERIFIED WHETHER AWS EC2 AMI CAN BE OVERWRITTEN. THE PROCESS IS TO DELETE THE AMI WITH THE SAME NAME AND…

Read More

Create AWS AMI policy, IAMgGroup and IAM user for Hashicorp Packer

This tutorails helps you to create a AWS AMI policy, IAMgGroup and IAM user for Hashicorp Packer execution so Packer should get only needed access than all….

Read More

Prevent direct download of photos/video files from amazon s3

You can restrict access based on the HTTP referrer. It’s not bulletproof (Referrer can be spoofed) but it will stop casual downloads. Suppose you have a website…

Read More