AWS Virtual Private Cloud (VPC) – Demo

Hi Folks ! , In this tutorial we will be creating our own custom VPC.This VPC will have : Public and Private Subnets Route Table configuration for both subnets NACLS…

Read more »

AWS Virtual Private Cloud (VPC) – Anatomy

Hi ! Folks today we will be touching one of core and important concept in AWS infrastructure named Virtual Private Cloud.VPC is the tech which helped in wide spread AWS…

Read more »

AWS Interview Questions and Answer Part – 21

An ECS task can be described as: A virtual container profile A software tool used to manage cluster resources A software agent used to enable communication across a cluster environment…

Read more »

AWS Interview Questions and Answer Part – 20

Which of the following options describes Infrastructure in Code? Script containing all needed steps to transform current state into target state. Checklist containing all steps needed to transform current state…

Read more »

AWS Interview Questions and Answer Part – 19

What is the difference between continuous delivery and continuous deployment? With continuous delivery, software releases are pushed into production automatically. With continuous deployment, software releases are pushed into production manually….

Read more »

AWS Interview Questions and Answer Part – 18

Choose the correct types of access policy statements: API gateways and access policies Testimonies and affidavits Action-statements and resource-statements (Ans) Access policies and statements How many servers should be configured…

Read more »

AWS Interview Questions and Answer Part – 17

What set of operations can you perform on RDS database logs? View, watch, and download (Ans) View, download, and purge View and watch View and download What is a “node…

Read more »

AWS Interview Questions and Answer Part – 16

Elastic Block Storage is limited in size and won’t auto scale with your storage needs. False True (Ans) Compared to a relational database’s data model… A DynamoDB attribute is like…

Read more »

AWS Interview Questions and Answer Part – 15

How long can an SQS queue hold onto a message before it is automatically removed? 14 days (Ans) 24 hours Unlimite 1 hour An SNS subscription must always be verified…

Read more »

AWS Interview Questions and Answer Part – 14

Amazon Web Services are organized physically using which terms? Data Regions, Zones, Centers States, Regions, Municipalities Regions, Areas, Data Centers Regions, Availability Zones, Data Centers (Ans) When reducing latency for…

Read more »

AWS Interview Questions and Answer Part – 13

The IAS octave is an expansion of what security baseline? FEDRAMP HIPPA ISO 27001 The C.I.A. Triad (Ans) What are three goals AWS is striving to meet in the cloud…

Read more »

AWS Interview Questions and Answer Part – 12

Which of the following is true of Network ACLs? All rules are processed and order of processing is not important Rules are processed in strict numeric order (Ans) Which of…

Read more »

AWS Interview Questions and Answer Part – 11

What kind of rules do Network Access Control Lists (NACLs) provide? Outbound allow and deny rules Inbound allow and deny rules Inbound and outbound allow rules Inbound and outbound allow…

Read more »

AWS Interview Questions and Answer Part – 10

Instance A and instance B are running in two different subnets A and B of a VPC. Instance A is not able to ping instance B. What are two possible…

Read more »

AWS Interview Questions and Answer Part – 9

A customer has a web application that uses cookie-based sessions to track logged-in users. It is deployed on AWS using Elastic Load Balancing and Auto Scaling. When load increases, Auto…

Read more »

AWS Interview Questions and Answer Part – 8

You are designing a new autoscaling config group and you need to create a new alarm to scale your EC2 instances in response to heave web traffic. You decide to…

Read more »

AWS Interview Questions and Answer Part – 7

You work for a gaming company that has built a serverless application on AWS using Lambda, API Gateway and DynamoDB. They release a new version of the lambda function and…

Read more »

AWS Interview Questions and Answer Part – 6

You run the internal intranet for a corporate bank. The intranet consists of a number of webservers and single relational database running Microsoft SQL Server. Your peak demand occurs at…

Read more »

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 access control to…

Read more »

Example Code of Terraform AWS VPC

Read more »