Terraform example program for aws_security_group, aws_instance and provisioner

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

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 hybrid IT architectures….

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 requires you to…

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 using AWS platform…

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 learning process. 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 product in AWS…

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, and database AWS…

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. It provides a…

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 the next level…

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 Certification Prep Certified…

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 the puzzling cloud…

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 it can be…

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 vertically? How is…

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 ? How can you…

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? True or False?…

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 looping in AWS…

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 output Public IP…

Read more »
aws-reserved-instance

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 buy Reserved Instances…

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 “raja” and token_id…

Read more »