Amazon Web Services

VPC Peering

Basics of VPC Peering – Amazon Virtual Private Cloud

Exam Objective Virtual Private Cloud (VPC) is a separate isolated region that is used to host AWS resources. The topic “VPC Peering” addresses the Design and Implementation of AWS Networks as highlighted in the AWS Blueprint for the exam guide. Start AWS Certified Advanced Networking Specialty Free Test Now What is VPC Peering? VPC Peering is allowed for the connection of two VPC’s such that the instances in the VPC can communicate with each other. The VPC’s can be part of multiple accounts, ut must be in the same region. Let’s go ahead and see how to work with VPC Peering. […]

Basics of VPC Peering – Amazon Virtual Private Cloud Read More »

Elastic Network Interface

Introduction to Elastic Network Interface

Recently, we have covered a topic on Implementation of to NAT Gateway. In this article, let’s understand the implementation of Elastic Network Interface. Exam Objective The topic “Elastic Network Interface” addresses the Design and Implementation of AWS Networks topic as highlighted in the AWS Blueprint for the exam guide https://d1.awsstatic.com/training-and-certification/docs-advnetworking-spec/AWS_Certified_Advanced_Networking_Blueprint.pdf What is Elastic Network Interface? AWS Elastic Network Interface is simply a virtual interface that can be attached to an instance in a Virtual Private Cloud (VPC). Followings are the attributes of a network interface: A primary private IPv4 address One Elastic IP address (IPv4) per private IPv4 address One

Introduction to Elastic Network Interface Read More »

NAT Gateway

Implementation of NAT Gateway

Exam Objective The topic “NAT Gateway” addresses the Design and Implementation of AWS Networks as highlighted in the AWS Blueprint for the exam guide https://d1.awsstatic.com/training-and-certification/docs-advnetworking-spec/AWS_Certified_Advanced_Networking_Blueprint.pdf What is NAT Gateway? This is an appliance which is used to connect instances in your private subnet to the internet. So rather than exposing the private instances in the private subnet directly via the Internet gateway, all the traffic can be routed via the NAT gateway. Now one can also use the NAT instance to drive traffic from private instances. But using the NAT gateway over NAT instances has the following advantages: 1) High

Implementation of NAT Gateway Read More »

AWS Certified Advanced Networking Specialty

Preparation tips for AWS Certified Advanced Networking Specialty Certification

The AWS Certified Advanced Networking Specialty certification is a rigorous examination that tests your ability to design, deploy, and manage advanced networking solutions on the AWS platform. In this article,we will take a look into the preparation tips for AWS Certified Advanced Networking Specialty Certification.  Let’s dive in.. Latest Updates: In July 2022, AWS Certified Advanced Networking Specialty Certification exam was renamed as “ANS-C01” from old ANS-C00. Overview of AWS Certified Advanced Networking Speciality Certification The AWS Certified Advanced Networking Specialty certification exam is one of the AWS certification exams that corroborate the knowledge and experience in the design and

Preparation tips for AWS Certified Advanced Networking Specialty Certification Read More »

Code Deploy

Working with Code Deploy

Exam Objective This topic “Working with Code Deploy” addresses the Continuous Delivery and Process Automation topic as highlighted in the AWS Blueprint for the exam guide https://d0.awsstatic.com/training-and-certification/docs-devops-pro/AWS_certified_devops_engineer_professional_blueprint.pdf Code Deploy is a service that helps with the Continuous deployment process. It can be used to deploy code either on EC2 Instances or on on-premise infrastructure. In the deployment, you can do either an in-place deployment or a Blue Green Deployment. In the in-place deployment, each instance in your deployment group is stopped, the latest version of your code is installed and then the application is started and validated. You can also

Working with Code Deploy Read More »

Blue Green Deployment

AWS: Blue Green Deployment

Exam Objective The topic “Blue Green Deployment using Auto Scaling Launch Configurations” addresses the Continuous Delivery and Process Automation topic as highlighted in the AWS Blueprint for the exam guide One of the key requirements of this topic is the concept of Continuous Deployment. The Blue Green Deployment concept is an important concept. This now a widely held practice in many organizations that look towards continuous delivery. What is Blue Green Deployment? The below diagram from AWS demonstrates the Blue Green deployment scenario. Here the Blue environment is the production environment which is currently serving traffic to the end users.

AWS: Blue Green Deployment Read More »

Deployment with Elastic Beanstalk

Deployment with Elastic Beanstalk

Exam Objective “Elastic Beanstalk” addresses the Continuous Delivery and Process Automation topic as highlighted in the AWS Blueprint for the exam guide – https://d0.awsstatic.com/training-and-certification/docs-devops-pro/AWS_certified_devops_engineer_professional_blueprint.pdf Get AWS DevOps Engineer Professional Certification Today! Elastic Beanstalk is a service that allows one to quickly provision environments. It is preferably good for developers who need to get environments up and to run for their code. The Elastic Beanstalk environment currently supports the following programming languages and environments: Packer Builder Single Container Docker Multicontainer Docker Preconfigured Docker Go Java SE Java with Tomcat .NET on Windows Server with IIS Node.js PHP Python Ruby How does

Deployment with Elastic Beanstalk Read More »

code pipeline

Working with Code Pipeline

Exam Objective The topic “Working with Code Pipeline” addresses the Continuous Delivery and Process Automation topic as highlighted in the AWS Blueprint for the exam guide. Check out the AWS Certified DevOps Engineer Professional Free and Practice Tests here. The AWS Code Pipeline services allow one to build a continuous integration and continuous delivery pipeline. This is an important service especially for those organizations that are looking towards implementing DevOps in their organizations. The AWS Code Pipeline service also has built-in integration with popular continuous integration tools such as Jenkins. The Code Pipeline tool can be used to pull out code

Working with Code Pipeline Read More »

AWS Solution Architect

Top AWS Solution Architect Interview Questions

This morning, a friend of mine asked me: “I would like to become an AWS Enterprise Solution Architect, what do you think are the most relevant AWS Solution Architect Interview questions that I will have to answer during the interview?” I decided to answer this question during this article. First, I’ll be sharing a common job description related to an AWS Solution Architect, that includes their relevant skills and knowledge required. After that, I will share some tips for answering typical questions during the AWS Solution Architect interview. Share this article on Twitter and get 25% OFF on AWS Certified Solution

Top AWS Solution Architect Interview Questions Read More »

opswork

Opswork Deployment in AWS

Opswork is a service that allows one to define and deploy a stack of components. Opswork is designed to work with the Configuration Management tool, Chef. Some of the key features of the Opswork service are Ability to automate the deployment of software packages on operating systems. Ability to control deployments and carry out Blue-Green Deployments if required. Integration with both Chef 11 and 12. Ability to have a database layer and an Elastic Load balancer attached to the stack This topic addresses the Continuous Delivery and Process Automation topic as highlighted in the AWS Blueprint for the exam guide.

Opswork Deployment in AWS Read More »

Scroll to Top